mohammad2928git's picture
خیلی رفه ای تر باشه از این الگو بگیر https://sumit-ai-ml.github.io/
bf80646 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Personal 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="components/navbar.js"></script>
<script src="components/footer.js"></script>
</head>
<body class="bg-gray-50 text-gray-800 font-sans">
<custom-navbar></custom-navbar>
<main class="container mx-auto px-4 py-12">
<!-- Hero Section -->
<section class="relative h-screen flex items-center justify-center text-center mb-20 overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-r from-purple-900 via-indigo-900 to-blue-900 opacity-90 z-0"></div>
<div class="relative z-10 max-w-4xl px-4">
<h1 class="text-5xl md:text-7xl font-bold mb-6 text-white animate-fadeIn">
<span class="text-transparent bg-clip-text bg-gradient-to-r from-purple-400 via-pink-500 to-red-500">
Hello World!
</span>
</h1>
<h2 class="text-2xl md:text-4xl font-semibold mb-8 text-gray-200">
I'm <span class="text-white font-bold">[Your Name]</span>, a <span class="text-transparent bg-clip-text bg-gradient-to-r from-green-400 to-blue-500">Creative Developer</span>
</h2>
<p class="text-xl mb-12 text-gray-300 leading-relaxed max-w-2xl mx-auto">
Building digital experiences that blend aesthetics with functionality.
</p>
<div class="flex gap-6 justify-center">
<a href="#work" class="bg-gradient-to-r from-purple-500 to-pink-600 hover:from-purple-600 hover:to-pink-700 text-white px-8 py-4 rounded-full font-bold text-lg transition-all duration-300 transform hover:scale-105 shadow-lg">
View Projects
</a>
<a href="#contact" class="border-2 border-white text-white hover:bg-white hover:text-gray-900 px-8 py-4 rounded-full font-bold text-lg transition-all duration-300 transform hover:scale-105">
Contact Me
</a>
</div>
</div>
<div class="absolute bottom-10 left-0 right-0 flex justify-center animate-bounce">
<a href="#about" class="text-white">
<i data-feather="chevron-down" class="w-10 h-10"></i>
</a>
</div>
</section>
<!-- About Section -->
<section id="about" class="mb-32 py-20 bg-gray-50">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-4xl md:text-5xl font-bold mb-16 text-center text-gray-800">
<span class="relative inline-block">
<span class="absolute inset-x-0 bottom-0 h-3 bg-gradient-to-r from-blue-400 to-purple-500 opacity-30" style="height: 0.5rem; bottom: 0.3rem;"></span>
<span class="relative">About Me</span>
</span>
</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
<div class="relative">
<div class="w-full h-auto rounded-2xl overflow-hidden shadow-2xl transform rotate-3 hover:rotate-0 transition-transform duration-500">
<img src="http://static.photos/technology/1024x576/42" alt="About Me" class="w-full h-full object-cover">
</div>
<div class="absolute -bottom-8 -right-8 bg-white p-6 rounded-xl shadow-xl w-3/4">
<h3 class="text-xl font-bold mb-2 text-gray-800">Quick Facts</h3>
<ul class="space-y-2">
<li class="flex items-center gap-3">
<div class="w-8 h-8 rounded-full bg-gradient-to-r from-blue-500 to-purple-600 flex items-center justify-center text-white">
<i data-feather="map-pin" class="w-4 h-4"></i>
</div>
<span class="text-gray-700">Based in [Your Location]</span>
</li>
<li class="flex items-center gap-3">
<div class="w-8 h-8 rounded-full bg-gradient-to-r from-blue-500 to-purple-600 flex items-center justify-center text-white">
<i data-feather="briefcase" class="w-4 h-4"></i>
</div>
<span class="text-gray-700">[X] Years Experience</span>
</li>
<li class="flex items-center gap-3">
<div class="w-8 h-8 rounded-full bg-gradient-to-r from-blue-500 to-purple-600 flex items-center justify-center text-white">
<i data-feather="award" class="w-4 h-4"></i>
</div>
<span class="text-gray-700">[X] Projects Completed</span>
</li>
</ul>
</div>
</div>
<div>
<h3 class="text-3xl font-bold mb-6 text-gray-800">Who Am I?</h3>
<p class="text-lg mb-6 text-gray-600 leading-relaxed">
I'm a passionate developer and designer with a knack for creating immersive digital experiences. My journey began [X] years ago when I built my first website, and I've been obsessed with crafting beautiful, functional interfaces ever since.
</p>
<p class="text-lg mb-8 text-gray-600 leading-relaxed">
When I'm not coding, you can find me exploring new technologies, contributing to open-source projects, or mentoring aspiring developers. I believe in continuous learning and pushing the boundaries of what's possible on the web.
</p>
<div class="flex flex-wrap gap-3">
<span class="bg-gradient-to-r from-blue-100 to-purple-100 text-blue-800 px-4 py-2 rounded-full text-sm font-medium">Web Development</span>
<span class="bg-gradient-to-r from-pink-100 to-red-100 text-pink-800 px-4 py-2 rounded-full text-sm font-medium">UI/UX Design</span>
<span class="bg-gradient-to-r from-green-100 to-teal-100 text-green-800 px-4 py-2 rounded-full text-sm font-medium">Frontend</span>
<span class="bg-gradient-to-r from-yellow-100 to-orange-100 text-yellow-800 px-4 py-2 rounded-full text-sm font-medium">Photography</span>
<span class="bg-gradient-to-r from-purple-100 to-indigo-100 text-purple-800 px-4 py-2 rounded-full text-sm font-medium">Motion Design</span>
<span class="bg-gradient-to-r from-red-100 to-pink-100 text-red-800 px-4 py-2 rounded-full text-sm font-medium">3D Modeling</span>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="mb-32 py-20 bg-gradient-to-br from-gray-900 to-gray-800 text-white">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-4xl md:text-5xl font-bold mb-16 text-center">
<span class="relative inline-block">
<span class="absolute inset-x-0 bottom-0 h-3 bg-gradient-to-r from-blue-400 to-purple-500 opacity-30" style="height: 0.5rem; bottom: 0.3rem;"></span>
<span class="relative">My Skills</span>
</span>
</h2>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-8">
<div class="bg-gray-800 p-8 rounded-2xl text-center hover:bg-gray-700 transition-all duration-300 transform hover:-translate-y-2 hover:shadow-xl">
<div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-r from-blue-500 to-purple-600 rounded-full flex items-center justify-center text-white shadow-lg">
<i data-feather="code" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-2">Web Dev</h3>
<p class="text-gray-400">HTML5, CSS3, JS</p>
</div>
<div class="bg-gray-800 p-8 rounded-2xl text-center hover:bg-gray-700 transition-all duration-300 transform hover:-translate-y-2 hover:shadow-xl">
<div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-r from-pink-500 to-red-500 rounded-full flex items-center justify-center text-white shadow-lg">
<i data-feather="layout" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-2">UI/UX</h3>
<p class="text-gray-400">Figma, Adobe XD</p>
</div>
<div class="bg-gray-800 p-8 rounded-2xl text-center hover:bg-gray-700 transition-all duration-300 transform hover:-translate-y-2 hover:shadow-xl">
<div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-r from-green-500 to-teal-500 rounded-full flex items-center justify-center text-white shadow-lg">
<i data-feather="smartphone" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-2">Mobile</h3>
<p class="text-gray-400">React Native</p>
</div>
<div class="bg-gray-800 p-8 rounded-2xl text-center hover:bg-gray-700 transition-all duration-300 transform hover:-translate-y-2 hover:shadow-xl">
<div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-r from-yellow-500 to-orange-500 rounded-full flex items-center justify-center text-white shadow-lg">
<i data-feather="database" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-2">Backend</h3>
<p class="text-gray-400">Node.js, MongoDB</p>
</div>
<div class="bg-gray-800 p-8 rounded-2xl text-center hover:bg-gray-700 transition-all duration-300 transform hover:-translate-y-2 hover:shadow-xl">
<div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-r from-purple-500 to-indigo-500 rounded-full flex items-center justify-center text-white shadow-lg">
<i data-feather="camera" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-bold mb-2">Photography</h3>
<p class="text-gray-400">Portrait & Product</p>
</div>
</div>
</div>
</section>
<!-- Work Section -->
<section id="work" class="mb-32 py-20">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-4xl md:text-5xl font-bold mb-16 text-center text-gray-800">
<span class="relative inline-block">
<span class="absolute inset-x-0 bottom-0 h-3 bg-gradient-to-r from-blue-400 to-purple-500 opacity-30" style="height: 0.5rem; bottom: 0.3rem;"></span>
<span class="relative">Featured Work</span>
</span>
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-12">
<!-- Project 1 -->
<div class="group relative overflow-hidden rounded-3xl shadow-2xl">
<div class="h-80 overflow-hidden">
<img src="http://static.photos/technology/1024x576/1" alt="Project 1" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
</div>
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-end p-8">
<h3 class="text-2xl font-bold text-white mb-2">E-Commerce Platform</h3>
<p class="text-gray-300 mb-4">A modern e-commerce solution with seamless checkout experience.</p>
<div class="flex gap-4">
<a href="#" class="bg-white text-gray-900 px-5 py-2 rounded-full font-medium hover:bg-gray-200 transition duration-300">
View Project
</a>
<a href="#" class="border border-white text-white px-5 py-2 rounded-full font-medium hover:bg-white/10 transition duration-300">
Case Study
</a>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="group relative overflow-hidden rounded-3xl shadow-2xl">
<div class="h-80 overflow-hidden">
<img src="http://static.photos/technology/1024x576/2" alt="Project 2" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
</div>
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-end p-8">
<h3 class="text-2xl font-bold text-white mb-2">Mobile Banking App</h3>
<p class="text-gray-300 mb-4">Secure banking application with biometric authentication.</p>
<div class="flex gap-4">
<a href="#" class="bg-white text-gray-900 px-5 py-2 rounded-full font-medium hover:bg-gray-200 transition duration-300">
View Project
</a>
<a href="#" class="border border-white text-white px-5 py-2 rounded-full font-medium hover:bg-white/10 transition duration-300">
Case Study
</a>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="group relative overflow-hidden rounded-3xl shadow-2xl">
<div class="h-80 overflow-hidden">
<img src="http://static.photos/technology/1024x576/3" alt="Project 3" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
</div>
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-end p-8">
<h3 class="text-2xl font-bold text-white mb-2">AI Dashboard</h3>
<p class="text-gray-300 mb-4">Data visualization platform for machine learning models.</p>
<div class="flex gap-4">
<a href="#" class="bg-white text-gray-900 px-5 py-2 rounded-full font-medium hover:bg-gray-200 transition duration-300">
View Project
</a>
<a href="#" class="border border-white text-white px-5 py-2 rounded-full font-medium hover:bg-white/10 transition duration-300">
Case Study
</a>
</div>
</div>
</div>
<!-- Project 4 -->
<div class="group relative overflow-hidden rounded-3xl shadow-2xl">
<div class="h-80 overflow-hidden">
<img src="http://static.photos/technology/1024x576/4" alt="Project 4" class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500">
</div>
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-end p-8">
<h3 class="text-2xl font-bold text-white mb-2">AR Shopping</h3>
<p class="text-gray-300 mb-4">Augmented reality experience for online shopping.</p>
<div class="flex gap-4">
<a href="#" class="bg-white text-gray-900 px-5 py-2 rounded-full font-medium hover:bg-gray-200 transition duration-300">
View Project
</a>
<a href="#" class="border border-white text-white px-5 py-2 rounded-full font-medium hover:bg-white/10 transition duration-300">
Case Study
</a>
</div>
</div>
</div>
</div>
<div class="text-center mt-16">
<a href="#" class="inline-flex items-center bg-gradient-to-r from-blue-500 to-purple-600 text-white px-8 py-4 rounded-full font-bold text-lg hover:from-blue-600 hover:to-purple-700 transition-all duration-300 transform hover:scale-105 shadow-lg">
View All Projects
<i data-feather="arrow-right" class="ml-3 w-5 h-5"></i>
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-gradient-to-br from-blue-900 to-purple-900 text-white">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-4xl md:text-5xl font-bold mb-16 text-center">
<span class="relative inline-block">
<span class="absolute inset-x-0 bottom-0 h-3 bg-gradient-to-r from-blue-400 to-purple-500 opacity-30" style="height: 0.5rem; bottom: 0.3rem;"></span>
<span class="relative">Let's Connect</span>
</span>
</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16">
<div>
<h3 class="text-3xl font-bold mb-6">Get In Touch</h3>
<p class="text-xl mb-8 text-blue-100 leading-relaxed">
Have a project in mind or want to discuss potential opportunities? I'd love to hear from you!
</p>
<div class="space-y-6">
<div class="flex items-start gap-6">
<div class="w-12 h-12 rounded-full bg-blue-800 flex items-center justify-center text-blue-300">
<i data-feather="mail" class="w-5 h-5"></i>
</div>
<div>
<h4 class="text-xl font-semibold mb-1">Email</h4>
<p class="text-blue-200">your.email@example.com</p>
</div>
</div>
<div class="flex items-start gap-6">
<div class="w-12 h-12 rounded-full bg-blue-800 flex items-center justify-center text-blue-300">
<i data-feather="phone" class="w-5 h-5"></i>
</div>
<div>
<h4 class="text-xl font-semibold mb-1">Phone</h4>
<p class="text-blue-200">+1 (123) 456-7890</p>
</div>
</div>
<div class="flex items-start gap-6">
<div class="w-12 h-12 rounded-full bg-blue-800 flex items-center justify-center text-blue-300">
<i data-feather="map-pin" class="w-5 h-5"></i>
</div>
<div>
<h4 class="text-xl font-semibold mb-1">Location</h4>
<p class="text-blue-200">Your City, Country</p>
</div>
</div>
</div>
<div class="mt-12">
<h4 class="text-xl font-semibold mb-6">Follow Me</h4>
<div class="flex gap-4">
<a href="#" class="w-12 h-12 rounded-full bg-blue-800 hover:bg-blue-700 flex items-center justify-center text-blue-300 transition duration-300">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="w-12 h-12 rounded-full bg-blue-800 hover:bg-blue-700 flex items-center justify-center text-blue-300 transition duration-300">
<i data-feather="linkedin" class="w-5 h-5"></i>
</a>
<a href="#" class="w-12 h-12 rounded-full bg-blue-800 hover:bg-blue-700 flex items-center justify-center text-blue-300 transition duration-300">
<i data-feather="github" class="w-5 h-5"></i>
</a>
<a href="#" class="w-12 h-12 rounded-full bg-blue-800 hover:bg-blue-700 flex items-center justify-center text-blue-300 transition duration-300">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
<div>
<form class="space-y-6">
<div>
<label for="name" class="block text-lg font-medium text-blue-100 mb-2">Name</label>
<input type="text" id="name" class="w-full px-6 py-3 bg-blue-800/50 border border-blue-700 rounded-xl focus:ring-2 focus:ring-blue-500 focus:border-blue-500 text-white placeholder-blue-400">
</div>
<div>
<label for="email" class="block text-lg font-medium text-blue-100 mb-2">Email</label>
<input type="email" id="email" class="w-full px-6 py-3 bg-blue-800/50 border border-blue-700 rounded-xl focus:ring-2 focus:ring-blue-500 focus:border-blue-500 text-white placeholder-blue-400">
</div>
<div>
<label for="message" class="block text-lg font-medium text-blue-100 mb-2">Message</label>
<textarea id="message" rows="5" class="w-full px-6 py-3 bg-blue-800/50 border border-blue-700 rounded-xl focus:ring-2 focus:ring-blue-500 focus:border-blue-500 text-white placeholder-blue-400"></textarea>
</div>
<button type="submit" class="w-full bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 text-white px-8 py-4 rounded-xl font-bold text-lg transition-all duration-300 transform hover:scale-[1.02] shadow-lg">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script src="script.js"></script>
<script>
feather.replace();
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>