Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Quantum Coder Nexus | Portfolio</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> | |
| </head> | |
| <body class="bg-gray-50 text-gray-900"> | |
| <custom-navbar></custom-navbar> | |
| <!-- Hero Section --> | |
| <section id="home" class="relative h-screen flex items-center"> | |
| <div class="absolute inset-0 bg-gradient-to-r from-indigo-900 via-purple-900 to-violet-900 opacity-90"></div> | |
| <div class="container mx-auto px-6 z-10 flex flex-col md:flex-row items-center gap-12"> | |
| <div class="md:w-1/2"> | |
| <div class="w-48 h-48 md:w-64 md:h-64 mx-auto md:mx-0 mb-8 md:mb-0 rounded-full overflow-hidden border-4 border-white shadow-xl"> | |
| <img src="http://static.photos/people/640x360/42" alt="Profile" class="w-full h-full object-cover"> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 text-center md:text-left"> | |
| <h1 class="text-4xl md:text-6xl font-bold text-white mb-2">Alex Quantum</h1> | |
| <p class="text-xl md:text-2xl text-indigo-200 mb-6">Frontend Developer & Quantum Enthusiast</p> | |
| <p class="text-lg text-white mb-8 max-w-lg leading-relaxed"> | |
| Building digital experiences that bridge the gap between classical computing and quantum possibilities. | |
| </p> | |
| <div class="flex flex-wrap gap-4 justify-center md:justify-start"> | |
| <a href="#projects" class="px-6 py-3 bg-white text-indigo-700 rounded-lg font-medium hover:bg-gray-100 transition flex items-center gap-2"> | |
| <i data-feather="briefcase"></i> My Work | |
| </a> | |
| <a href="#contact" class="px-6 py-3 border-2 border-white text-white rounded-lg font-medium hover:bg-white hover:text-indigo-700 transition flex items-center gap-2"> | |
| <i data-feather="mail"></i> Contact Me | |
| </a> | |
| <a href="#" class="px-6 py-3 bg-indigo-600 text-white rounded-lg font-medium hover:bg-indigo-700 transition flex items-center gap-2"> | |
| <i data-feather="download"></i> Resume | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="absolute bottom-8 left-1/2 transform -translate-x-1/2 animate-bounce"> | |
| <a href="#projects" class="text-white hover:text-indigo-300 transition"> | |
| <i data-feather="chevron-down" class="w-10 h-10"></i> | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Projects Section --> | |
| <section id="projects" class="py-20 bg-gray-100"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Featured Projects</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-transform hover:scale-105"> | |
| <img src="http://static.photos/technology/640x360/1" alt="Project 1" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold mb-2">Quantum Simulation</h3> | |
| <p class="text-gray-600 mb-4">Advanced quantum computing simulations using Qiskit framework</p> | |
| <div class="flex flex-wrap gap-2 mb-4"> | |
| <span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm">Python</span> | |
| <span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm">Qiskit</span> | |
| <span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm">Quantum</span> | |
| </div> | |
| <a href="#" class="text-indigo-600 font-medium inline-flex items-center"> | |
| View Details <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-transform hover:scale-105"> | |
| <img src="http://static.photos/technology/640x360/2" alt="Project 2" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold mb-2">Neural Networks</h3> | |
| <p class="text-gray-600 mb-4">Deep learning models for medical image analysis</p> | |
| <div class="flex flex-wrap gap-2 mb-4"> | |
| <span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm">Python</span> | |
| <span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm">TensorFlow</span> | |
| <span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm">AI</span> | |
| </div> | |
| <a href="#" class="text-indigo-600 font-medium inline-flex items-center"> | |
| View Details <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-transform hover:scale-105"> | |
| <img src="http://static.photos/technology/640x360/3" alt="Project 3" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold mb-2">Research Portal</h3> | |
| <p class="text-gray-600 mb-4">Platform for academic collaboration and paper sharing</p> | |
| <div class="flex flex-wrap gap-2 mb-4"> | |
| <span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm">React</span> | |
| <span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm">Node.js</span> | |
| <span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm">MongoDB</span> | |
| </div> | |
| <a href="#" class="text-indigo-600 font-medium inline-flex items-center"> | |
| View Details <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Education Section --> | |
| <section id="education" class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Academic Journey</h2> | |
| <div class="max-w-4xl mx-auto"> | |
| <div class="relative"> | |
| <!-- Timeline --> | |
| <div class="absolute left-1/2 transform -translate-x-1/2 h-full w-1 bg-indigo-200"></div> | |
| <!-- Timeline Item 1 --> | |
| <div class="mb-12 flex md:flex-row flex-col items-center"> | |
| <div class="md:w-1/2 md:pr-12 md:text-right mb-4 md:mb-0"> | |
| <h3 class="text-xl font-semibold">Ph.D. in Quantum Computing</h3> | |
| <p class="text-indigo-600">MIT | 2023-Present</p> | |
| </div> | |
| <div class="flex justify-center md:justify-start w-12 h-12 rounded-full bg-indigo-500 text-white items-center relative z-10"> | |
| <i data-feather="book" class="w-6 h-6"></i> | |
| </div> | |
| <div class="md:w-1/2 md:pl-12 mt-4 md:mt-0"> | |
| <p>Researching quantum algorithms for optimization problems under Prof. John Smith. Published 3 papers in top-tier journals.</p> | |
| </div> | |
| </div> | |
| <!-- Timeline Item 2 --> | |
| <div class="mb-12 flex md:flex-row flex-col items-center"> | |
| <div class="md:w-1/2 md:pr-12 md:text-right mb-4 md:mb-0"> | |
| <h3 class="text-xl font-semibold">M.Sc. in Computer Science</h3> | |
| <p class="text-indigo-600">Stanford University | 2020-2022</p> | |
| </div> | |
| <div class="flex justify-center md:justify-start w-12 h-12 rounded-full bg-indigo-500 text-white items-center relative z-10"> | |
| <i data-feather="cpu" class="w-6 h-6"></i> | |
| </div> | |
| <div class="md:w-1/2 md:pl-12 mt-4 md:mt-0"> | |
| <p>Specialized in AI and Machine Learning with a thesis on "Neural Networks for Quantum State Classification".</p> | |
| </div> | |
| </div> | |
| <!-- Timeline Item 3 --> | |
| <div class="flex md:flex-row flex-col items-center"> | |
| <div class="md:w-1/2 md:pr-12 md:text-right mb-4 md:mb-0"> | |
| <h3 class="text-xl font-semibold">B.Sc. in Physics</h3> | |
| <p class="text-indigo-600">ETH Zurich | 2016-2020</p> | |
| </div> | |
| <div class="flex justify-center md:justify-start w-12 h-12 rounded-full bg-indigo-500 text-white items-center relative z-10"> | |
| <i data-feather="atom" class="w-6 h-6"></i> | |
| </div> | |
| <div class="md:w-1/2 md:pl-12 mt-4 md:mt-0"> | |
| <p>Graduated with honors. Focused on quantum mechanics and computational physics.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="about" class="py-20 bg-gray-100"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row items-center gap-12"> | |
| <div class="md:w-1/2"> | |
| <img src="http://static.photos/people/640x360/1" alt="Profile" class="rounded-xl shadow-lg w-full max-w-md mx-auto"> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <h2 class="text-3xl font-bold mb-6">About Me</h2> | |
| <p class="text-lg mb-6">I'm a developer and researcher passionate about bridging the gap between quantum computing and classical software. My work focuses on creating practical applications of quantum algorithms while making them accessible through intuitive interfaces.</p> | |
| <div class="mb-8"> | |
| <h3 class="text-xl font-semibold mb-4">Research Interests</h3> | |
| <ul class="grid grid-cols-2 gap-3"> | |
| <li class="flex items-center"> | |
| <i data-feather="zap" class="mr-2 text-indigo-500"></i> Quantum Machine Learning | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="code" class="mr-2 text-indigo-500"></i> Quantum Software Development | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="cpu" class="mr-2 text-indigo-500"></i> Hybrid Quantum-Classical Systems | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="bar-chart-2" class="mr-2 text-indigo-500"></i> Quantum Algorithm Optimization | |
| </li> | |
| </ul> | |
| </div> | |
| <a href="#" class="px-6 py-3 bg-indigo-600 text-white rounded-lg font-medium inline-flex items-center hover:bg-indigo-700 transition"> | |
| Download CV <i data-feather="download" class="ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Get In Touch</h2> | |
| <div class="max-w-2xl mx-auto bg-gray-50 rounded-xl shadow-lg p-8"> | |
| <form> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6"> | |
| <div> | |
| <label for="name" class="block mb-2 font-medium">Name</label> | |
| <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500"> | |
| </div> | |
| <div> | |
| <label for="email" class="block mb-2 font-medium">Email</label> | |
| <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500"> | |
| </div> | |
| </div> | |
| <div class="mb-6"> | |
| <label for="subject" class="block mb-2 font-medium">Subject</label> | |
| <input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500"> | |
| </div> | |
| <div class="mb-6"> | |
| <label for="message" class="block mb-2 font-medium">Message</label> | |
| <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500"></textarea> | |
| </div> | |
| <button type="submit" class="w-full px-6 py-3 bg-indigo-600 text-white rounded-lg font-medium hover:bg-indigo-700 transition"> | |
| Send Message <i data-feather="send" class="ml-2 inline"></i> | |
| </button> | |
| </form> | |
| </div> | |
| </div> | |
| </section> | |
| <custom-footer></custom-footer> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script src="script.js"></script> | |
| <script> | |
| feather.replace(); | |
| VANTA.GLOBE({ | |
| el: "#vanta-bg", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0x5b21b6, | |
| backgroundColor: 0x4f46e5 | |
| }); | |
| </script> | |
| <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script> | |
| </body> | |
| </html> |