spb/company-atlas
Public
Python 66.3%
TypeScript 22.7%
JavaScript 8.6%
HTML 1.4%
CSS 0.7%
1<!doctype html>2<html lang="en">3<head><title>Leadership | Acme Cloud</title><meta property="og:title" content="Our leadership team"></head>4<body>5<nav class="navbar"><a href="/">Acme</a><a href="/about">About</a><a href="/about/leadership">Leadership</a><a href="/news">Newsroom</a></nav>6<main id="main">7 <h1>Leadership team</h1>8 <p>Meet the people guiding Acme Cloud.</p>9 <section class="team-grid">10 <h2>Executive team</h2>11 <div class="team-member"><img src="/img/jane.jpg" alt=""><h3>Jane Doe</h3><p class="role">Co-Founder & Chief Executive Officer</p><p>Jane founded Acme in 2015 after a decade at BigCo.</p></div>12 <div class="team-member"><h3>Rahul Mehta</h3><p class="role">Chief Financial Officer</p></div>13 <div class="team-member"><h3>María García-López</h3><p class="role">Chief Technology Officer</p></div>14 <div class="team-member"><h3>Tom O'Neill</h3><p class="role">SVP, Global Sales</p></div>15 <div class="team-member"><h3>Aiko Tanaka</h3><p class="role">Head of People</p></div>16 </section>17 <section class="board">18 <h2>Board of directors</h2>19 <div class="board-member"><h3>Samuel Adebayo</h3><p class="role">Chairman of the Board</p></div>20 <div class="board-member"><h3>Lin Wei</h3><p class="role">Independent Director</p></div>21 </section>22 <script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Acme Cloud","url":"https://www.acme-cloud.example",23 "sameAs":["https://www.linkedin.com/company/acme-cloud","https://twitter.com/acmecloud"],24 "employee":[{"@type":"Person","name":"Jane Doe","jobTitle":"Chief Executive Officer"}]}</script>25</main>26<footer><p>© 2025 Acme Cloud</p></footer>27</body></html>28