| | <!DOCTYPE html> |
| | <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> |
| | |
| | |
| | <section id="home" class="relative h-screen flex items-center justify-center" style="background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);"> |
| | <div id="vanta-bg" class="absolute inset-0"></div> |
| | <div class="z-10 text-center px-6"> |
| | <h1 class="text-5xl md:text-7xl font-bold text-white mb-4">Quantum Coder Nexus</h1> |
| | <p class="text-xl md:text-2xl text-white mb-8 max-w-2xl mx-auto">Developer & Researcher bridging the quantum and classical worlds</p> |
| | <div class="flex gap-4 justify-center"> |
| | <a href="#projects" class="px-6 py-3 bg-white text-indigo-600 rounded-lg font-medium hover:bg-gray-100 transition">View Projects</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-600 transition">Contact Me</a> |
| | </div> |
| | </div> |
| | <div class="absolute bottom-10 left-1/2 transform -translate-x-1/2 animate-bounce"> |
| | <i data-feather="chevron-down" class="text-white w-10 h-10"></i> |
| | </div> |
| | </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="project-details.html?id=1" 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="project-details.html?id=2" 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="project-details.html?id=3" 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> |
| |
|
| | |
| | <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"> |
| | |
| | <div class="absolute left-1/2 transform -translate-x-1/2 h-full w-1 bg-indigo-200"></div> |
| | |
| | |
| | <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> |
| | |
| | |
| | <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> |
| | |
| | |
| | <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> |
| |
|
| | |
| | <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> |
| |
|
| | |
| | <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> |