apple / index.html
Abhi0028's picture
1. Paste Links of past works 2. To save time: build at-least 2 sections of apple.com website using your favourite page builder & paste link. (Mandatory) - Initial Deployment
2177653 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apple-Inspired Design</title>
<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>
.hero-gradient {
background: linear-gradient(180deg, #000000 0%, #1a1a1a 100%);
}
.product-card {
transition: all 0.3s ease;
}
.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
</style>
</head>
<body class="bg-white text-gray-900 font-sans">
<!-- Navigation -->
<nav class="bg-black bg-opacity-90 text-white sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16 items-center">
<div class="flex items-center space-x-4">
<a href="#" class="text-white hover:text-gray-300">
<i data-feather="menu" class="w-6 h-6"></i>
</a>
<a href="#" class="text-white hover:text-gray-300">
<i data-feather="shopping-bag" class="w-6 h-6"></i>
</a>
</div>
<div class="flex items-center">
<a href="#" class="text-white text-xl font-semibold">Apple</a>
</div>
<div class="flex items-center space-x-4">
<a href="#" class="text-white hover:text-gray-300">
<i data-feather="search" class="w-6 h-6"></i>
</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center" data-aos="fade-up">
<h1 class="text-5xl font-bold mb-4">iPhone 15 Pro</h1>
<p class="text-2xl mb-8">Titanium. So strong. So light. So Pro.</p>
<div class="flex justify-center space-x-6">
<a href="#" class="text-blue-500 hover:underline text-lg">Learn more ></a>
<a href="#" class="text-blue-500 hover:underline text-lg">Buy ></a>
</div>
</div>
<div class="mt-16 flex justify-center" data-aos="fade-up" data-aos-delay="200">
<img src="http://static.photos/technology/1200x630/42" alt="iPhone 15 Pro" class="rounded-lg shadow-xl max-w-full h-auto">
</div>
</div>
</section>
<!-- Products Section -->
<section class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">The latest. Take a look at what's new.</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Product 1 -->
<div class="product-card bg-white rounded-xl overflow-hidden shadow-md p-6" data-aos="fade-up">
<h3 class="text-2xl font-semibold mb-2">Apple Watch Series 9</h3>
<p class="text-gray-600 mb-4">Smarter. Brighter. Mightier.</p>
<img src="http://static.photos/technology/640x360/101" alt="Apple Watch" class="w-full h-auto mb-4">
<div class="flex space-x-4">
<a href="#" class="text-blue-500 hover:underline">Learn more ></a>
<a href="#" class="text-blue-500 hover:underline">Buy ></a>
</div>
</div>
<!-- Product 2 -->
<div class="product-card bg-white rounded-xl overflow-hidden shadow-md p-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="text-2xl font-semibold mb-2">iPad Pro</h3>
<p class="text-gray-600 mb-4">Supercharged by M2.</p>
<img src="http://static.photos/technology/640x360/102" alt="iPad Pro" class="w-full h-auto mb-4">
<div class="flex space-x-4">
<a href="#" class="text-blue-500 hover:underline">Learn more ></a>
<a href="#" class="text-blue-500 hover:underline">Buy ></a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-100 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-5 gap-8">
<div>
<h4 class="font-semibold mb-4">Shop and Learn</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-600 hover:underline">Store</a></li>
<li><a href="#" class="text-gray-600 hover:underline">Mac</a></li>
<li><a href="#" class="text-gray-600 hover:underline">iPad</a></li>
<li><a href="#" class="text-gray-600 hover:underline">iPhone</a></li>
<li><a href="#" class="text-gray-600 hover:underline">Watch</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Services</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-600 hover:underline">Apple Music</a></li>
<li><a href="#" class="text-gray-600 hover:underline">Apple TV+</a></li>
<li><a href="#" class="text-gray-600 hover:underline">Apple Fitness+</a></li>
<li><a href="#" class="text-gray-600 hover:underline">iCloud</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Apple Store</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-600 hover:underline">Find a Store</a></li>
<li><a href="#" class="text-gray-600 hover:underline">Genius Bar</a></li>
<li><a href="#" class="text-gray-600 hover:underline">Today at Apple</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">For Business</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-600 hover:underline">Apple and Business</a></li>
<li><a href="#" class="text-gray-600 hover:underline">Shop for Business</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Apple Values</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-600 hover:underline">Accessibility</a></li>
<li><a href="#" class="text-gray-600 hover:underline">Environment</a></li>
<li><a href="#" class="text-gray-600 hover:underline">Privacy</a></li>
</ul>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gray-200">
<p class="text-gray-500 text-sm">Copyright © 2023 Apple Inc. All rights reserved.</p>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
</script>
</body>
</html>