Current File : //home/quantums/wipo-office.com/verion/team.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Vereon Team</title>
  <link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
  <header>
    <h1>Meet the Vereon Team</h1>
  </header>

  <section>
    <h2>Core Team</h2>
    <ul>
      <li><strong>Laura M. Becker</strong> — CEO & Co-Founder. 10+ years in FinTech leadership. Vision, partnerships, fundraising.</li>
      <li><strong>Jonas Reuter</strong> — CTO & Blockchain Lead. Solidity & Rust dev, ex-Polygon & Arbitrum. Smart contract architect.</li>
      <li><strong>Fatima Khan</strong> — Head of Marketing. Former Binance strategist. Presale growth & influencer outreach.</li>
      <li><strong>Daniel Klose</strong> — Tokenomics Lead. Expert in crypto-economic modeling, staking, vesting design.</li>
      <li><strong>Mira Chen</strong> — Legal & Compliance. Crypto law specialist, SEC/MiCA compliance, AML/KYC.</li>
      <li><strong>Sebastian Langner</strong> — Community Manager. Builds Discord, Telegram, runs AMAs and social engagement.</li>
    </ul>

    <h2>Advisory Board</h2>
    <ul>
      <li><strong>Dr. Erik Brandt</strong> — Tokenomics Advisor. Economics professor, crypto incentive models.</li>
      <li><strong>Chloe Rivas</strong> — Smart Contract Security Advisor. Ex-CertiK, Solidity auditor, penetration tester.</li>
    </ul>
  </section>

  <footer>
    <a href="index.html">Home</a>
  </footer>
</body>
</html>