devmgllc's picture
now lets edit and packge for easy deployment on multiple websites
65abd06 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team | QuantumVault</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="stylesheet" href="assets/css/quantumvault.min.css">
<script src="assets/js/quantumvault.min.js" defer></script>
</head>
<body class="qv-body">
<div class="qv-container">
<!-- Navigation -->
<nav class="qv-nav">
<div class="qv-brand-container">
<a href="index.html" class="qv-brand">QuantumVault</a> <span class="qv-brand-icon"></span>
</div>
<div class="qv-nav-links">
<a href="protocol.html" class="qv-nav-link">Protocol</a>
<a href="about.html" class="qv-nav-link">Vision</a>
<a href="research.html" class="qv-nav-link">Research</a>
<a href="team.html" class="qv-nav-link active">Team</a>
</div>
<button class="qv-mobile-menu">
<i data-feather="menu"></i>
</button>
</nav>
<!-- Team Header -->
<section class="qv-hero">
<h1 class="qv-hero-title">
<span class="qv-gradient-text">Our Quantum Team</span>
</h1>
<p class="qv-hero-subtitle">
The pioneering minds behind the encryption revolution
</p>
</section>
<!-- Team Content -->
<section class="qv-section">
<div class="qv-team-grid">
<div class="qv-team-card">
<img src="http://static.photos/people/200x200/1" alt="Dr. Alice Zhang" class="qv-team-img">
<h3 class="qv-team-name">Dr. Alice Zhang</h3>
<p class="qv-team-title">Chief Quantum Scientist</p>
<p class="qv-team-bio">
PhD in Quantum Computing from MIT. Former lead researcher at CERN Quantum Initiative.
</p>
<div class="qv-team-social">
<a href="#"><i data-feather="linkedin"></i></a>
<a href="#"><i data-feather="github"></i></a>
<a href="#"><i data-feather="mail"></i></a>
</div>
</div>
<div class="qv-team-card">
<img src="http://static.photos/people/200x200/2" alt="Dr. Marcus Chen" class="qv-team-img">
<h3 class="qv-team-name">Dr. Marcus Chen</h3>
<p class="qv-team-title">Biometrics Lead</p>
<p class="qv-team-bio">
Neuroscience and biometric authentication expert from Stanford University.
</p>
<div class="qv-team-social">
<a href="#"><i data-feather="linkedin"></i></a>
<a href="#"><i data-feather="github"></i></a>
<a href="#"><i data-feather="mail"></i></a>
</div>
</div>
<div class="qv-team-card">
<img src="http://static.photos/people/200x200/3" alt="Sophia Kurosawa" class="qv-team-img">
<h3 class="qv-team-name">Sophia Kurosawa</h3>
<p class="qv-team-title">Security Architect</p>
<p class="qv-team-bio">
Former head of security at a Fortune 500 company. Zero-trust systems specialist.
</p>
<div class="qv-team-social">
<a href="#"><i data-feather="linkedin"></i></a>
<a href="#"><i data-feather="github"></i></a>
<a href="#"><i data-feather="mail"></i></a>
</div>
</div>
<div class="qv-team-card">
<img src="http://static.photos/people/200x200/4" alt="Raj Patel" class="qv-team-img">
<h3 class="qv-team-name">Raj Patel</h3>
<p class="qv-team-title">Quantum Engineer</p>
<p class="qv-team-bio">
Quantum hardware specialist with experience at IBM Quantum and Google Quantum AI.
</p>
<div class="qv-team-social">
<a href="#"><i data-feather="linkedin"></i></a>
<a href="#"><i data-feather="github"></i></a>
<a href="#"><i data-feather="mail"></i></a>
</div>
</div>
</div>
</section>
<!-- Join Team CTA -->
<section class="qv-section qv-cta-section">
<div class="qv-cta-card">
<h2 class="qv-cta-title">Join Our Quantum Team</h2>
<p class="qv-cta-text">
We're always looking for brilliant minds passionate about quantum security.
</p>
<div class="qv-cta-buttons">
<a href="#" class="qv-btn qv-btn-primary">Open Positions</a>
<a href="#" class="qv-btn qv-btn-secondary">Contact Us</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="qv-footer">
<div class="qv-footer-grid">
<div class="qv-footer-brand">
<div class="qv-brand">QuantumVault</div>
<p class="qv-footer-text">
The future of unbreakable encryption powered by quantum entanglement and biometrics.
</p>
</div>
<div class="qv-footer-links">
<h4 class="qv-footer-title">Company</h4>
<a href="team.html" class="qv-footer-link">Team</a>
<a href="#" class="qv-footer-link">Careers</a>
<a href="#" class="qv-footer-link">Contact</a>
</div>
<div class="qv-footer-links">
<h4 class="qv-footer-title">Connect</h4>
<div class="qv-social-icons">
<a href="#" class="qv-social-icon"><i data-feather="github"></i></a>
<a href="#" class="qv-social-icon"><i data-feather="twitter"></i></a>
<a href="#" class="qv-social-icon"><i data-feather="linkedin"></i></a>
</div>
</div>
</div>
<div class="qv-footer-copyright">
© 2023 QuantumVault Protocol. All research open-sourced under MIT License.
</div>
</footer>
</div>
</body>
</html>