| | <!DOCTYPE html> |
| | <html lang="en"> |
| | <head> |
| | <meta charset="UTF-8"> |
| | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | <title>Welcome</victor> |
| | <script src="https://cdn.tailwindcss.com"></script> |
| | <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| | <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| | <script src="https://unpkg.com/feather-icons"></script> |
| | <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| | <style> |
| | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); |
| | body { |
| | font-family: 'Poppins', sans-serif; |
| | background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); |
| | min-height: 100vh; |
| | } |
| | .name-gradient { |
| | background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); |
| | -webkit-background-clip: text; |
| | background-clip: text; |
| | color: transparent; |
| | } |
| | .social-icon { |
| | transition: all 0.3s ease; |
| | } |
| | .social-icon:hover { |
| | transform: translateY(-5px); |
| | } |
| | </style> |
| | </head> |
| | <body class="flex flex-col items-center justify-center px-4 py-12"> |
| | <div id="vanta-bg" class="fixed inset-0 -z-10"></div> |
| | |
| | <main class="max-w-4xl w-full bg-white/80 backdrop-blur-lg rounded-2xl shadow-xl overflow-hidden" data-aos="fade-up"> |
| | <div class="p-8 md:p-12 lg:p-16"> |
| | <div class="flex flex-col items-center text-center mb-8"> |
| | <div class="w-32 h-32 md:w-40 md:h-40 rounded-full overflow-hidden border-4 border-white shadow-lg mb-6"> |
| | <img src="http://static.photos/people/320x240/42" alt="Profile" class="w-full h-full object-cover"> |
| | </div> |
| | <h1 class="text-4xl md:text-5xl font-bold mb-2 name-gradient">Your Name</h1> |
| | <p class="text-gray-600 text-lg md:text-xl mb-6">Digital Creator & Web Enthusiast</p> |
| | <div class="flex space-x-4"> |
| | <a href="#" class="social-icon text-blue-500 hover:text-blue-700"> |
| | <i data-feather="twitter"></i> |
| | </a> |
| | <a href="#" class="social-icon text-pink-500 hover:text-pink-700"> |
| | <i data-feather="instagram"></i> |
| | </a> |
| | <a href="#" class="social-icon text-blue-600 hover:text-blue-800"> |
| | <i data-feather="linkedin"></i> |
| | </a> |
| | <a href="#" class="social-icon text-gray-800 hover:text-black"> |
| | <i data-feather="github"></i> |
| | </a> |
| | </div> |
| | </div> |
| |
|
| | <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> |
| | <div class="bg-white p-6 rounded-xl shadow-md" data-aos="fade-right"> |
| | <h2 class="text-xl font-semibold mb-4 text-gray-800">About Me</h2> |
| | <p class="text-gray-600">I'm passionate about creating beautiful, functional digital experiences. With a keen eye for design and a love for clean code, I bring ideas to life through thoughtful execution.</p> |
| | </div> |
| | |
| | <div class="bg-white p-6 rounded-xl shadow-md" data-aos="fade-left"> |
| | <h2 class="text-xl font-semibold mb-4 text-gray-800">Skills</h2> |
| | <div class="space-y-3"> |
| | <div> |
| | <div class="flex justify-between mb-1"> |
| | <span class="text-sm font-medium text-gray-700">UI/UX Design</span> |
| | <span class="text-sm font-medium text-gray-500">90%</span> |
| | </div> |
| | <div class="w-full bg-gray-200 rounded-full h-2"> |
| | <div class="bg-purple-500 h-2 rounded-full" style="width: 90%"></div> |
| | </div> |
| | </div> |
| | <div> |
| | <div class="flex justify-between mb-1"> |
| | <span class="text-sm font-medium text-gray-700">Front-End</span> |
| | <span class="text-sm font-medium text-gray-500">85%</span> |
| | </div> |
| | <div class="w-full bg-gray-200 rounded-full h-2"> |
| | <div class="bg-blue-500 h-2 rounded-full" style="width: 85%"></div> |
| | </div> |
| | </div> |
| | <div> |
| | <div class="flex justify-between mb-1"> |
| | <span class="text-sm font-medium text-gray-700">Creativity</span> |
| | <span class="text-sm font-medium text-gray-500">95%</span> |
| | </div> |
| | <div class="w-full bg-gray-200 rounded-full h-2"> |
| | <div class="bg-pink-500 h-2 rounded-full" style="width: 95%"></div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | <div class="mt-12 text-center"> |
| | <a href="#contact" class="inline-flex items-center px-6 py-3 bg-gradient-to-r from-purple-500 to-blue-500 text-white font-medium rounded-full shadow-lg hover:shadow-xl transition-all duration-300"> |
| | Get In Touch |
| | <i data-feather="send" class="ml-2"></i> |
| | </a> |
| | </div> |
| | </div> |
| | </main> |
| |
|
| | <footer class="mt-12 text-center text-gray-500 text-sm"> |
| | <p>© <span id="year"></span> Your Name. All rights reserved.</p> |
| | </footer> |
| |
|
| | <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> |
| | <script> |
| | VANTA.GLOBE({ |
| | el: "#vanta-bg", |
| | mouseControls: true, |
| | touchControls: true, |
| | gyroControls: false, |
| | minHeight: 200.00, |
| | minWidth: 200.00, |
| | scale: 1.00, |
| | scaleMobile: 1.00, |
| | color: 0x764ba2, |
| | backgroundColor: 0xf5f7fa, |
| | size: 0.8 |
| | }); |
| | |
| | document.getElementById('year').textContent = new Date().getFullYear(); |
| | AOS.init({ |
| | duration: 800, |
| | easing: 'ease-in-out', |
| | once: true |
| | }); |
| | feather.replace(); |
| | </script> |
| | </body> |
| | </html> |
| |
|