NillyG commited on
Commit
7924db5
·
verified ·
1 Parent(s): 3e6260a

make me a website to sell exclusive nike shoes - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +574 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Gg
3
- emoji: 🌖
4
- colorFrom: yellow
5
  colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: gg
3
+ emoji: 🐳
4
+ colorFrom: pink
5
  colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,574 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Nike Elite | Exclusive Sneakers</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .hero {
11
+ background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1600269452121-1f5d1415f084?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
12
+ background-size: cover;
13
+ background-position: center;
14
+ }
15
+
16
+ .shoe-card:hover {
17
+ transform: translateY(-10px);
18
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
19
+ }
20
+
21
+ .cart-panel {
22
+ transition: all 0.3s ease;
23
+ transform: translateX(100%);
24
+ }
25
+
26
+ .cart-panel.open {
27
+ transform: translateX(0);
28
+ }
29
+
30
+ @keyframes pulse {
31
+ 0%, 100% {
32
+ opacity: 1;
33
+ }
34
+ 50% {
35
+ opacity: 0.5;
36
+ }
37
+ }
38
+
39
+ .animate-pulse {
40
+ animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
41
+ }
42
+ </style>
43
+ </head>
44
+ <body class="bg-gray-50 font-sans">
45
+ <!-- Navigation -->
46
+ <nav class="bg-white shadow-md sticky top-0 z-50">
47
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
48
+ <div class="flex justify-between h-16 items-center">
49
+ <div class="flex items-center">
50
+ <div class="flex-shrink-0">
51
+ <img class="h-8 w-auto" src="https://www.freepnglogos.com/uploads/nike-logo-0.png" alt="Nike Logo">
52
+ </div>
53
+ <div class="hidden md:block">
54
+ <div class="ml-10 flex items-baseline space-x-4">
55
+ <a href="#" class="text-black px-3 py-2 rounded-md text-sm font-medium">Home</a>
56
+ <a href="#" class="text-gray-600 hover:text-black px-3 py-2 rounded-md text-sm font-medium">Men</a>
57
+ <a href="#" class="text-gray-600 hover:text-black px-3 py-2 rounded-md text-sm font-medium">Women</a>
58
+ <a href="#" class="text-gray-600 hover:text-black px-3 py-2 rounded-md text-sm font-medium">Kids</a>
59
+ <a href="#" class="text-gray-600 hover:text-black px-3 py-2 rounded-md text-sm font-medium">Collections</a>
60
+ </div>
61
+ </div>
62
+ </div>
63
+ <div class="hidden md:block">
64
+ <div class="ml-4 flex items-center md:ml-6">
65
+ <button class="p-1 rounded-full text-gray-600 hover:text-black focus:outline-none">
66
+ <i class="fas fa-search"></i>
67
+ </button>
68
+ <button id="cart-btn" class="ml-3 p-1 rounded-full text-gray-600 hover:text-black focus:outline-none relative">
69
+ <i class="fas fa-shopping-cart"></i>
70
+ <span id="cart-count" class="absolute -top-2 -right-2 bg-red-500 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">0</span>
71
+ </button>
72
+ <button class="ml-3 p-1 rounded-full text-gray-600 hover:text-black focus:outline-none">
73
+ <i class="fas fa-user"></i>
74
+ </button>
75
+ </div>
76
+ </div>
77
+ <div class="-mr-2 flex md:hidden">
78
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-600 hover:text-black focus:outline-none">
79
+ <i class="fas fa-bars"></i>
80
+ </button>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </nav>
85
+
86
+ <!-- Hero Section -->
87
+ <section class="hero text-white py-20 md:py-32">
88
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
89
+ <div class="md:w-1/2">
90
+ <h1 class="text-4xl md:text-6xl font-bold mb-4">Exclusive Nike Sneakers</h1>
91
+ <p class="text-lg md:text-xl mb-8">Discover limited edition and premium quality Nike shoes that elevate your style and performance.</p>
92
+ <button class="bg-white text-black font-bold py-3 px-8 rounded-full hover:bg-gray-100 transition duration-300">Shop Now</button>
93
+ </div>
94
+ </div>
95
+ </section>
96
+
97
+ <!-- Featured Section -->
98
+ <section class="py-12 bg-white">
99
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
100
+ <h2 class="text-3xl font-bold text-center mb-12">Featured Collections</h2>
101
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
102
+ <div class="relative overflow-hidden rounded-lg shadow-lg group">
103
+ <img src="https://images.unsplash.com/photo-1600185365483-26d7a4cc7519?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1025&q=80" alt="Air Jordan" class="w-full h-64 object-cover">
104
+ <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
105
+ <button class="bg-white text-black font-bold py-2 px-6 rounded-full">View Collection</button>
106
+ </div>
107
+ <div class="absolute bottom-0 left-0 right-0 bg-white p-4">
108
+ <h3 class="font-bold text-lg">Air Jordan</h3>
109
+ <p class="text-gray-600">Legendary performance</p>
110
+ </div>
111
+ </div>
112
+ <div class="relative overflow-hidden rounded-lg shadow-lg group">
113
+ <img src="https://images.unsplash.com/photo-1542291026-7eec264c27ff?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80" alt="Air Force" class="w-full h-64 object-cover">
114
+ <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
115
+ <button class="bg-white text-black font-bold py-2 px-6 rounded-full">View Collection</button>
116
+ </div>
117
+ <div class="absolute bottom-0 left-0 right-0 bg-white p-4">
118
+ <h3 class="font-bold text-lg">Air Force 1</h3>
119
+ <p class="text-gray-600">Classic style</p>
120
+ </div>
121
+ </div>
122
+ <div class="relative overflow-hidden rounded-lg shadow-lg group">
123
+ <img src="https://images.unsplash.com/photo-1600269452121-1f5d1415f084?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Dunk" class="w-full h-64 object-cover">
124
+ <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300">
125
+ <button class="bg-white text-black font-bold py-2 px-6 rounded-full">View Collection</button>
126
+ </div>
127
+ <div class="absolute bottom-0 left-0 right-0 bg-white p-4">
128
+ <h3 class="font-bold text-lg">Nike Dunk</h3>
129
+ <p class="text-gray-600">Skate culture</p>
130
+ </div>
131
+ </div>
132
+ </div>
133
+ </div>
134
+ </section>
135
+
136
+ <!-- Products Section -->
137
+ <section class="py-12 bg-gray-50">
138
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
139
+ <div class="flex justify-between items-center mb-8">
140
+ <h2 class="text-3xl font-bold">Latest Drops</h2>
141
+ <div class="flex space-x-2">
142
+ <button class="px-4 py-2 bg-black text-white rounded-full text-sm">All</button>
143
+ <button class="px-4 py-2 bg-white text-gray-600 rounded-full text-sm">Men</button>
144
+ <button class="px-4 py-2 bg-white text-gray-600 rounded-full text-sm">Women</button>
145
+ <button class="px-4 py-2 bg-white text-gray-600 rounded-full text-sm">Kids</button>
146
+ </div>
147
+ </div>
148
+
149
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
150
+ <!-- Product 1 -->
151
+ <div class="shoe-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
152
+ <div class="relative">
153
+ <img src="https://images.unsplash.com/photo-1605348532760-6753d2c43329?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Nike Air Max" class="w-full h-64 object-cover">
154
+ <div class="absolute top-2 right-2 bg-red-500 text-white text-xs font-bold px-2 py-1 rounded">NEW</div>
155
+ </div>
156
+ <div class="p-4">
157
+ <h3 class="font-bold text-lg mb-1">Nike Air Max 270</h3>
158
+ <p class="text-gray-600 text-sm mb-2">Men's Running Shoes</p>
159
+ <div class="flex justify-between items-center">
160
+ <span class="font-bold text-lg">$150</span>
161
+ <button class="add-to-cart bg-black text-white px-3 py-1 rounded-full text-sm hover:bg-gray-800" data-id="1" data-name="Nike Air Max 270" data-price="150" data-image="https://images.unsplash.com/photo-1605348532760-6753d2c43329?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80">
162
+ Add to Cart
163
+ </button>
164
+ </div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Product 2 -->
169
+ <div class="shoe-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
170
+ <div class="relative">
171
+ <img src="https://images.unsplash.com/photo-1600185365483-26d7a4cc7519?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1025&q=80" alt="Air Jordan 1" class="w-full h-64 object-cover">
172
+ <div class="absolute top-2 right-2 bg-yellow-500 text-white text-xs font-bold px-2 py-1 rounded">LIMITED</div>
173
+ </div>
174
+ <div class="p-4">
175
+ <h3 class="font-bold text-lg mb-1">Air Jordan 1 Retro</h3>
176
+ <p class="text-gray-600 text-sm mb-2">Men's Basketball Shoes</p>
177
+ <div class="flex justify-between items-center">
178
+ <span class="font-bold text-lg">$180</span>
179
+ <button class="add-to-cart bg-black text-white px-3 py-1 rounded-full text-sm hover:bg-gray-800" data-id="2" data-name="Air Jordan 1 Retro" data-price="180" data-image="https://images.unsplash.com/photo-1600185365483-26d7a4cc7519?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1025&q=80">
180
+ Add to Cart
181
+ </button>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Product 3 -->
187
+ <div class="shoe-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
188
+ <div class="relative">
189
+ <img src="https://images.unsplash.com/photo-1542291026-7eec264c27ff?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80" alt="Nike Air Force" class="w-full h-64 object-cover">
190
+ </div>
191
+ <div class="p-4">
192
+ <h3 class="font-bold text-lg mb-1">Nike Air Force 1 '07</h3>
193
+ <p class="text-gray-600 text-sm mb-2">Women's Lifestyle Shoes</p>
194
+ <div class="flex justify-between items-center">
195
+ <span class="font-bold text-lg">$120</span>
196
+ <button class="add-to-cart bg-black text-white px-3 py-1 rounded-full text-sm hover:bg-gray-800" data-id="3" data-name="Nike Air Force 1 '07" data-price="120" data-image="https://images.unsplash.com/photo-1542291026-7eec264c27ff?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80">
197
+ Add to Cart
198
+ </button>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Product 4 -->
204
+ <div class="shoe-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
205
+ <div class="relative">
206
+ <img src="https://images.unsplash.com/photo-1600269452121-1f5d1415f084?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Nike Dunk Low" class="w-full h-64 object-cover">
207
+ <div class="absolute top-2 right-2 bg-blue-500 text-white text-xs font-bold px-2 py-1 rounded">SALE</div>
208
+ </div>
209
+ <div class="p-4">
210
+ <h3 class="font-bold text-lg mb-1">Nike Dunk Low Retro</h3>
211
+ <p class="text-gray-600 text-sm mb-2">Unisex Skate Shoes</p>
212
+ <div class="flex justify-between items-center">
213
+ <span class="font-bold text-lg">$110</span>
214
+ <button class="add-to-cart bg-black text-white px-3 py-1 rounded-full text-sm hover:bg-gray-800" data-id="4" data-name="Nike Dunk Low Retro" data-price="110" data-image="https://images.unsplash.com/photo-1600269452121-1f5d1415f084?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80">
215
+ Add to Cart
216
+ </button>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <div class="text-center mt-10">
223
+ <button class="border-2 border-black text-black font-bold py-2 px-8 rounded-full hover:bg-black hover:text-white transition duration-300">
224
+ View All Products
225
+ </button>
226
+ </div>
227
+ </div>
228
+ </section>
229
+
230
+ <!-- Testimonials -->
231
+ <section class="py-12 bg-white">
232
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
233
+ <h2 class="text-3xl font-bold text-center mb-12">What Our Customers Say</h2>
234
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
235
+ <div class="bg-gray-50 p-6 rounded-lg shadow-sm">
236
+ <div class="flex items-center mb-4">
237
+ <div class="text-yellow-400">
238
+ <i class="fas fa-star"></i>
239
+ <i class="fas fa-star"></i>
240
+ <i class="fas fa-star"></i>
241
+ <i class="fas fa-star"></i>
242
+ <i class="fas fa-star"></i>
243
+ </div>
244
+ </div>
245
+ <p class="text-gray-600 mb-4">"The quality of these Nike shoes is unmatched. I've never had a more comfortable pair of sneakers in my life!"</p>
246
+ <div class="flex items-center">
247
+ <img class="h-10 w-10 rounded-full mr-3" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Customer">
248
+ <div>
249
+ <h4 class="font-bold">Michael Johnson</h4>
250
+ <p class="text-gray-500 text-sm">Verified Buyer</p>
251
+ </div>
252
+ </div>
253
+ </div>
254
+ <div class="bg-gray-50 p-6 rounded-lg shadow-sm">
255
+ <div class="flex items-center mb-4">
256
+ <div class="text-yellow-400">
257
+ <i class="fas fa-star"></i>
258
+ <i class="fas fa-star"></i>
259
+ <i class="fas fa-star"></i>
260
+ <i class="fas fa-star"></i>
261
+ <i class="fas fa-star"></i>
262
+ </div>
263
+ </div>
264
+ <p class="text-gray-600 mb-4">"The limited edition Jordans I got from here are absolutely stunning. They arrived quickly and in perfect condition."</p>
265
+ <div class="flex items-center">
266
+ <img class="h-10 w-10 rounded-full mr-3" src="https://randomuser.me/api/portraits/women/44.jpg" alt="Customer">
267
+ <div>
268
+ <h4 class="font-bold">Sarah Williams</h4>
269
+ <p class="text-gray-500 text-sm">Verified Buyer</p>
270
+ </div>
271
+ </div>
272
+ </div>
273
+ <div class="bg-gray-50 p-6 rounded-lg shadow-sm">
274
+ <div class="flex items-center mb-4">
275
+ <div class="text-yellow-400">
276
+ <i class="fas fa-star"></i>
277
+ <i class="fas fa-star"></i>
278
+ <i class="fas fa-star"></i>
279
+ <i class="fas fa-star"></i>
280
+ <i class="fas fa-star-half-alt"></i>
281
+ </div>
282
+ </div>
283
+ <p class="text-gray-600 mb-4">"Great selection of exclusive Nikes. The customer service was excellent when I had questions about sizing."</p>
284
+ <div class="flex items-center">
285
+ <img class="h-10 w-10 rounded-full mr-3" src="https://randomuser.me/api/portraits/men/75.jpg" alt="Customer">
286
+ <div>
287
+ <h4 class="font-bold">David Kim</h4>
288
+ <p class="text-gray-500 text-sm">Verified Buyer</p>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+ </div>
294
+ </section>
295
+
296
+ <!-- Newsletter -->
297
+ <section class="py-12 bg-black text-white">
298
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
299
+ <div class="md:flex md:items-center md:justify-between">
300
+ <div class="md:w-1/2 mb-6 md:mb-0">
301
+ <h2 class="text-2xl font-bold mb-2">Get Exclusive Drops</h2>
302
+ <p>Subscribe to our newsletter to be the first to know about new releases and special offers.</p>
303
+ </div>
304
+ <div class="md:w-1/2">
305
+ <form class="flex">
306
+ <input type="email" placeholder="Your email address" class="px-4 py-3 w-full rounded-l focus:outline-none text-black">
307
+ <button type="submit" class="bg-red-500 hover:bg-red-600 px-6 py-3 rounded-r font-bold">Subscribe</button>
308
+ </form>
309
+ </div>
310
+ </div>
311
+ </div>
312
+ </section>
313
+
314
+ <!-- Footer -->
315
+ <footer class="bg-gray-900 text-white py-12">
316
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
317
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
318
+ <div>
319
+ <h3 class="font-bold text-lg mb-4">Nike Elite</h3>
320
+ <p class="text-gray-400">The premier destination for exclusive and limited edition Nike sneakers.</p>
321
+ <div class="flex space-x-4 mt-4">
322
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
323
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
324
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
325
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-pinterest-p"></i></a>
326
+ </div>
327
+ </div>
328
+ <div>
329
+ <h3 class="font-bold text-lg mb-4">Shop</h3>
330
+ <ul class="space-y-2">
331
+ <li><a href="#" class="text-gray-400 hover:text-white">All Products</a></li>
332
+ <li><a href="#" class="text-gray-400 hover:text-white">Featured</a></li>
333
+ <li><a href="#" class="text-gray-400 hover:text-white">New Arrivals</a></li>
334
+ <li><a href="#" class="text-gray-400 hover:text-white">Sale</a></li>
335
+ <li><a href="#" class="text-gray-400 hover:text-white">Collections</a></li>
336
+ </ul>
337
+ </div>
338
+ <div>
339
+ <h3 class="font-bold text-lg mb-4">Help</h3>
340
+ <ul class="space-y-2">
341
+ <li><a href="#" class="text-gray-400 hover:text-white">FAQs</a></li>
342
+ <li><a href="#" class="text-gray-400 hover:text-white">Shipping</a></li>
343
+ <li><a href="#" class="text-gray-400 hover:text-white">Returns</a></li>
344
+ <li><a href="#" class="text-gray-400 hover:text-white">Size Guide</a></li>
345
+ <li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li>
346
+ </ul>
347
+ </div>
348
+ <div>
349
+ <h3 class="font-bold text-lg mb-4">About</h3>
350
+ <ul class="space-y-2">
351
+ <li><a href="#" class="text-gray-400 hover:text-white">Our Story</a></li>
352
+ <li><a href="#" class="text-gray-400 hover:text-white">Authenticity</a></li>
353
+ <li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
354
+ <li><a href="#" class="text-gray-400 hover:text-white">Terms & Conditions</a></li>
355
+ <li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
356
+ </ul>
357
+ </div>
358
+ </div>
359
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
360
+ <p>&copy; 2023 Nike Elite. All rights reserved.</p>
361
+ </div>
362
+ </div>
363
+ </footer>
364
+
365
+ <!-- Shopping Cart Panel -->
366
+ <div id="cart-panel" class="cart-panel fixed top-0 right-0 w-full md:w-1/3 h-full bg-white shadow-xl z-50 overflow-y-auto">
367
+ <div class="p-6">
368
+ <div class="flex justify-between items-center mb-6">
369
+ <h2 class="text-2xl font-bold">Your Cart</h2>
370
+ <button id="close-cart" class="text-gray-500 hover:text-black">
371
+ <i class="fas fa-times"></i>
372
+ </button>
373
+ </div>
374
+
375
+ <div id="cart-items" class="mb-6">
376
+ <!-- Cart items will be added here dynamically -->
377
+ <div class="text-center py-10">
378
+ <i class="fas fa-shopping-cart text-4xl text-gray-300 mb-4"></i>
379
+ <p class="text-gray-500">Your cart is empty</p>
380
+ </div>
381
+ </div>
382
+
383
+ <div class="border-t border-gray-200 pt-4">
384
+ <div class="flex justify-between mb-2">
385
+ <span class="text-gray-600">Subtotal</span>
386
+ <span id="cart-subtotal" class="font-bold">$0.00</span>
387
+ </div>
388
+ <div class="flex justify-between mb-4">
389
+ <span class="text-gray-600">Shipping</span>
390
+ <span class="font-bold">Free</span>
391
+ </div>
392
+ <div class="flex justify-between text-lg font-bold mb-6">
393
+ <span>Total</span>
394
+ <span id="cart-total">$0.00</span>
395
+ </div>
396
+ <button class="w-full bg-black text-white py-3 rounded-full font-bold hover:bg-gray-800 transition duration-300">
397
+ Checkout
398
+ </button>
399
+ </div>
400
+ </div>
401
+ </div>
402
+
403
+ <!-- Overlay -->
404
+ <div id="overlay" class="fixed inset-0 bg-black bg-opacity-50 z-40 hidden"></div>
405
+
406
+ <!-- Success Notification -->
407
+ <div id="success-notification" class="fixed bottom-4 right-4 bg-green-500 text-white px-6 py-3 rounded-lg shadow-lg hidden z-50">
408
+ <div class="flex items-center">
409
+ <i class="fas fa-check-circle mr-2"></i>
410
+ <span>Item added to cart!</span>
411
+ </div>
412
+ </div>
413
+
414
+ <script>
415
+ // Shopping Cart Functionality
416
+ document.addEventListener('DOMContentLoaded', function() {
417
+ const cartBtn = document.getElementById('cart-btn');
418
+ const closeCartBtn = document.getElementById('close-cart');
419
+ const cartPanel = document.getElementById('cart-panel');
420
+ const overlay = document.getElementById('overlay');
421
+ const addToCartBtns = document.querySelectorAll('.add-to-cart');
422
+ const cartItemsContainer = document.getElementById('cart-items');
423
+ const cartSubtotal = document.getElementById('cart-subtotal');
424
+ const cartTotal = document.getElementById('cart-total');
425
+ const cartCount = document.getElementById('cart-count');
426
+ const successNotification = document.getElementById('success-notification');
427
+
428
+ let cart = [];
429
+
430
+ // Toggle Cart Panel
431
+ cartBtn.addEventListener('click', function() {
432
+ cartPanel.classList.add('open');
433
+ overlay.classList.remove('hidden');
434
+ document.body.style.overflow = 'hidden';
435
+ });
436
+
437
+ closeCartBtn.addEventListener('click', function() {
438
+ cartPanel.classList.remove('open');
439
+ overlay.classList.add('hidden');
440
+ document.body.style.overflow = 'auto';
441
+ });
442
+
443
+ overlay.addEventListener('click', function() {
444
+ cartPanel.classList.remove('open');
445
+ overlay.classList.add('hidden');
446
+ document.body.style.overflow = 'auto';
447
+ });
448
+
449
+ // Add to Cart
450
+ addToCartBtns.forEach(btn => {
451
+ btn.addEventListener('click', function() {
452
+ const id = this.getAttribute('data-id');
453
+ const name = this.getAttribute('data-name');
454
+ const price = parseFloat(this.getAttribute('data-price'));
455
+ const image = this.getAttribute('data-image');
456
+
457
+ // Check if item already exists in cart
458
+ const existingItem = cart.find(item => item.id === id);
459
+
460
+ if (existingItem) {
461
+ existingItem.quantity += 1;
462
+ } else {
463
+ cart.push({
464
+ id,
465
+ name,
466
+ price,
467
+ image,
468
+ quantity: 1
469
+ });
470
+ }
471
+
472
+ // Update UI
473
+ updateCartUI();
474
+
475
+ // Show success notification
476
+ successNotification.classList.remove('hidden');
477
+ setTimeout(() => {
478
+ successNotification.classList.add('hidden');
479
+ }, 3000);
480
+ });
481
+ });
482
+
483
+ // Update Cart UI
484
+ function updateCartUI() {
485
+ // Update cart count
486
+ const totalItems = cart.reduce((total, item) => total + item.quantity, 0);
487
+ cartCount.textContent = totalItems;
488
+
489
+ // Update cart items
490
+ if (cart.length === 0) {
491
+ cartItemsContainer.innerHTML = `
492
+ <div class="text-center py-10">
493
+ <i class="fas fa-shopping-cart text-4xl text-gray-300 mb-4"></i>
494
+ <p class="text-gray-500">Your cart is empty</p>
495
+ </div>
496
+ `;
497
+ } else {
498
+ let itemsHTML = '';
499
+ cart.forEach(item => {
500
+ itemsHTML += `
501
+ <div class="flex items-center py-4 border-b border-gray-200">
502
+ <img src="${item.image}" alt="${item.name}" class="w-16 h-16 object-cover rounded">
503
+ <div class="ml-4 flex-1">
504
+ <h4 class="font-medium">${item.name}</h4>
505
+ <div class="flex justify-between items-center mt-1">
506
+ <div class="flex items-center">
507
+ <button class="decrease-quantity text-gray-500 px-2" data-id="${item.id}">
508
+ <i class="fas fa-minus text-xs"></i>
509
+ </button>
510
+ <span class="mx-2">${item.quantity}</span>
511
+ <button class="increase-quantity text-gray-500 px-2" data-id="${item.id}">
512
+ <i class="fas fa-plus text-xs"></i>
513
+ </button>
514
+ </div>
515
+ <span class="font-medium">$${(item.price * item.quantity).toFixed(2)}</span>
516
+ </div>
517
+ </div>
518
+ <button class="remove-item ml-4 text-gray-400 hover:text-black" data-id="${item.id}">
519
+ <i class="fas fa-times"></i>
520
+ </button>
521
+ </div>
522
+ `;
523
+ });
524
+ cartItemsContainer.innerHTML = itemsHTML;
525
+
526
+ // Add event listeners to new buttons
527
+ document.querySelectorAll('.decrease-quantity').forEach(btn => {
528
+ btn.addEventListener('click', function() {
529
+ const id = this.getAttribute('data-id');
530
+ const item = cart.find(item => item.id === id);
531
+
532
+ if (item.quantity > 1) {
533
+ item.quantity -= 1;
534
+ } else {
535
+ cart = cart.filter(item => item.id !== id);
536
+ }
537
+
538
+ updateCartUI();
539
+ });
540
+ });
541
+
542
+ document.querySelectorAll('.increase-quantity').forEach(btn => {
543
+ btn.addEventListener('click', function() {
544
+ const id = this.getAttribute('data-id');
545
+ const item = cart.find(item => item.id === id);
546
+ item.quantity += 1;
547
+ updateCartUI();
548
+ });
549
+ });
550
+
551
+ document.querySelectorAll('.remove-item').forEach(btn => {
552
+ btn.addEventListener('click', function() {
553
+ const id = this.getAttribute('data-id');
554
+ cart = cart.filter(item => item.id !== id);
555
+ updateCartUI();
556
+ });
557
+ });
558
+ }
559
+
560
+ // Update subtotal and total
561
+ const subtotal = cart.reduce((total, item) => total + (item.price * item.quantity), 0);
562
+ cartSubtotal.textContent = `$${subtotal.toFixed(2)}`;
563
+ cartTotal.textContent = `$${subtotal.toFixed(2)}`;
564
+ }
565
+
566
+ // Mobile menu toggle (placeholder for future implementation)
567
+ const mobileMenuBtn = document.querySelector('.md\\:-mr-2 button');
568
+ mobileMenuBtn.addEventListener('click', function() {
569
+ alert('Mobile menu would open here in a full implementation');
570
+ });
571
+ });
572
+ </script>
573
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://deepsite.hf.co/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://deepsite.hf.co" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://deepsite.hf.co?remix=NillyG/gg" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
574
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ make me a website to sell exclusive nike shoes