| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Modern 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> |
| tailwind.config = { |
| theme: { |
| extend: { |
| colors: { |
| primary: { |
| 50: '#eff6ff', |
| 100: '#dbeafe', |
| 200: '#bfdbfe', |
| 300: '#93c5fd', |
| 400: '#60a5fa', |
| 500: '#3b82f6', |
| 600: '#2563eb', |
| 700: '#1d4ed8', |
| 800: '#1e40af', |
| 900: '#1e3a8a', |
| }, |
| secondary: { |
| 50: '#f8fafc', |
| 100: '#f1f5f9', |
| 200: '#e2e8f0', |
| 300: '#cbd5e1', |
| 400: '#94a3b8', |
| 500: '#64748b', |
| 600: '#475569', |
| 700: '#334155', |
| 800: '#1e293b', |
| 900: '#0f172a', |
| } |
| } |
| } |
| } |
| } |
| </script> |
| </head> |
| <body class="bg-gray-50 text-gray-900"> |
| <custom-navbar></custom-navbar> |
|
|
| |
| <section id="home" class="pt-16 bg-gradient-to-r from-primary-600 to-primary-800 min-h-screen flex items-center"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> |
| <h1 class="text-4xl md:text-6xl font-bold text-white mb-6"> |
| Welcome to My Portfolio |
| </h1> |
| <p class="text-xl md:text-2xl text-primary-100 mb-8 max-w-3xl mx-auto"> |
| I create amazing digital experiences that combine beautiful design with powerful functionality. |
| </p> |
| <div class="flex flex-col sm:flex-row gap-4 justify-center"> |
| <button class="bg-white text-primary-600 px-8 py-3 rounded-lg font-semibold hover:bg-primary-50 transition duration-300 transform hover:scale-105"> |
| View My Work |
| </button> |
| <button class="border-2 border-white text-white px-8 py-3 rounded-lg font-semibold hover:bg-white hover:text-primary-600 transition duration-300"> |
| Contact Me |
| </button> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="about" class="py-20 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-secondary-800 mb-4">About Me</h2> |
| <p class="text-xl text-secondary-600 max-w-2xl mx-auto"> |
| Passionate about creating digital solutions that make a difference. |
| </p> |
| </div> |
| <div class="grid md:grid-cols-2 gap-12 items-center"> |
| <div> |
| <h3 class="text-2xl font-bold text-secondary-800 mb-4">Hello! I'm a Creative Developer</h3> |
| <p class="text-secondary-600 mb-6"> |
| With over 5 years of experience in web development and design, I specialize in creating |
| user-friendly websites and applications that deliver exceptional user experiences. |
| </p> |
| <p class="text-secondary-600 mb-6"> |
| My expertise spans across modern web technologies, responsive design, and user interface |
| development. I believe in the power of clean code and beautiful design working together. |
| </p> |
| <div class="grid grid-cols-2 gap-4"> |
| <div class="text-center p-4 bg-primary-50 rounded-lg"> |
| <div class="text-2xl font-bold text-primary-600">50+</div> |
| <div class="text-secondary-600">Projects Completed</div> |
| </div> |
| <div class="text-center p-4 bg-primary-50 rounded-lg"> |
| <div class="text-2xl font-bold text-primary-600">5+</div> |
| <div class="text-secondary-600">Years Experience</div> |
| </div> |
| </div> |
| </div> |
| <div class="flex justify-center"> |
| <div class="w-80 h-80 bg-gradient-to-br from-primary-400 to-primary-600 rounded-2xl flex items-center justify-center"> |
| <div class="w-72 h-72 bg-white rounded-2xl flex items-center justify-center"> |
| <i data-feather="user" class="w-24 h-24 text-primary-600"></i> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="services" class="py-20 bg-gray-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-secondary-800 mb-4">Services</h2> |
| <p class="text-xl text-secondary-600 max-w-2xl mx-auto"> |
| I offer a comprehensive range of digital services to help bring your vision to life. |
| </p> |
| </div> |
| <div class="grid md:grid-cols-3 gap-8"> |
| <div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300"> |
| <div class="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-6"> |
| <i data-feather="code" class="w-6 h-6 text-primary-600"></i> |
| </div> |
| <h3 class="text-xl font-bold text-secondary-800 mb-4">Web Development</h3> |
| <p class="text-secondary-600"> |
| Custom websites and web applications built with modern technologies and best practices. |
| </p> |
| </div> |
| <div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300"> |
| <div class="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-6"> |
| <i data-feather="smartphone" class="w-6 h-6 text-primary-600"></i> |
| </div> |
| <h3 class="text-xl font-bold text-secondary-800 mb-4">Responsive Design</h3> |
| <p class="text-secondary-600"> |
| Mobile-first responsive designs that look great on all devices and screen sizes. |
| </p> |
| </div> |
| <div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300"> |
| <div class="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-6"> |
| <i data-feather="zap" class="w-6 h-6 text-primary-600"></i> |
| </div> |
| <h3 class="text-xl font-bold text-secondary-800 mb-4">Performance Optimization</h3> |
| <p class="text-secondary-600"> |
| Speed optimization and performance enhancements to ensure fast loading times. |
| </p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="portfolio" class="py-20 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-secondary-800 mb-4">Recent Work</h2> |
| <p class="text-xl text-secondary-600 max-w-2xl mx-auto"> |
| Here are some of my latest projects that showcase my skills and creativity. |
| </p> |
| </div> |
| <div class="grid md:grid-cols-3 gap-8"> |
| <div class="bg-gray-100 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300 group"> |
| <div class="h-48 bg-gradient-to-r from-blue-400 to-purple-500 group-hover:scale-105 transition duration-300"></div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold text-secondary-800 mb-2">E-commerce Platform</h3> |
| <p class="text-secondary-600">A modern shopping platform with seamless user experience.</p> |
| </div> |
| </div> |
| <div class="bg-gray-100 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300 group"> |
| <div class="h-48 bg-gradient-to-r from-green-400 to-blue-500 group-hover:scale-105 transition duration-300"></div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold text-secondary-800 mb-2">Mobile App Design</h3> |
| <p class="text-secondary-600">Clean and intuitive mobile application interface design.</p> |
| </div> |
| </div> |
| <div class="bg-gray-100 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300 group"> |
| <div class="h-48 bg-gradient-to-r from-purple-400 to-pink-500 group-hover:scale-105 transition duration-300"></div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold text-secondary-800 mb-2">Corporate Website</h3> |
| <p class="text-secondary-600">Professional corporate website with modern aesthetics.</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="contact" class="py-20 bg-primary-600"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Let's Work Together</h2> |
| <p class="text-xl text-primary-100 max-w-2xl mx-auto"> |
| Ready to start your next project? Get in touch and let's discuss how I can help you. |
| </p> |
| </div> |
| <div class="max-w-2xl mx-auto"> |
| <form class="space-y-6"> |
| <div class="grid md:grid-cols-2 gap-6"> |
| <input type="text" placeholder="Your Name" class="w-full px-4 py-3 rounded-lg border-0 focus:ring-2 focus:ring-primary-300"> |
| <input type="email" placeholder="Your Email" class="w-full px-4 py-3 rounded-lg border-0 focus:ring-2 focus:ring-primary-300"> |
| </div> |
| <input type="text" placeholder="Subject" class="w-full px-4 py-3 rounded-lg border-0 focus:ring-2 focus:ring-primary-300"> |
| <textarea rows="4" placeholder="Your Message" class="w-full px-4 py-3 rounded-lg border-0 focus:ring-2 focus:ring-primary-300"></textarea> |
| <button type="submit" class="w-full bg-white text-primary-600 py-3 rounded-lg font-semibold hover:bg-primary-50 transition duration-300"> |
| Send Message |
| </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();</script> |
| </body> |
| </html> |