shaikabdulqader345 commited on
Commit
a417f0a
·
verified ·
1 Parent(s): 3fd20ba

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +518 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Https Rezet In
3
- emoji: 🏆
4
- colorFrom: yellow
5
- colorTo: gray
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: https-rezet-in
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: red
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,518 @@
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>Rezet - Premium Streetwear & 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
+ @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;500;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Montserrat', sans-serif;
14
+ scroll-behavior: smooth;
15
+ }
16
+
17
+ .logo-font {
18
+ font-family: 'Bebas Neue', cursive;
19
+ }
20
+
21
+ .hero-gradient {
22
+ background: linear-gradient(135deg, #000000 0%, #2d3436 100%);
23
+ }
24
+
25
+ .product-card:hover .product-overlay {
26
+ opacity: 1;
27
+ transform: translateY(0);
28
+ }
29
+
30
+ .product-overlay {
31
+ transition: all 0.3s ease;
32
+ transform: translateY(20px);
33
+ }
34
+
35
+ .dropdown:hover .dropdown-menu {
36
+ display: block;
37
+ }
38
+
39
+ .cart-count {
40
+ top: -8px;
41
+ right: -8px;
42
+ }
43
+
44
+ .mobile-menu {
45
+ transition: all 0.3s ease;
46
+ }
47
+
48
+ .mobile-menu.open {
49
+ transform: translateX(0);
50
+ }
51
+
52
+ .mobile-menu.closed {
53
+ transform: translateX(100%);
54
+ }
55
+ </style>
56
+ </head>
57
+ <body class="bg-gray-50 text-gray-900">
58
+ <!-- Announcement Bar -->
59
+ <div class="bg-black text-white text-center py-2 px-4 text-sm">
60
+ <p>🔥 FREE SHIPPING ON ALL ORDERS OVER $100 | NEW ARRIVALS EVERY WEEK 🔥</p>
61
+ </div>
62
+
63
+ <!-- Navigation -->
64
+ <header class="sticky top-0 z-50 bg-white shadow-sm">
65
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
66
+ <!-- Mobile Menu Button -->
67
+ <button id="mobileMenuButton" class="lg:hidden text-gray-800">
68
+ <i class="fas fa-bars text-2xl"></i>
69
+ </button>
70
+
71
+ <!-- Logo -->
72
+ <a href="#" class="logo-font text-3xl md:text-4xl font-bold tracking-wider">
73
+ REZET
74
+ </a>
75
+
76
+ <!-- Desktop Navigation -->
77
+ <nav class="hidden lg:flex space-x-8">
78
+ <div class="dropdown relative">
79
+ <button class="font-medium hover:text-gray-600 flex items-center">
80
+ Shop <i class="fas fa-chevron-down ml-1 text-xs"></i>
81
+ </button>
82
+ <div class="dropdown-menu absolute hidden bg-white shadow-lg rounded-md mt-2 py-2 w-48">
83
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">New Arrivals</a>
84
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Sneakers</a>
85
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Apparel</a>
86
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Accessories</a>
87
+ </div>
88
+ </div>
89
+ <a href="#" class="font-medium hover:text-gray-600">Collections</a>
90
+ <a href="#" class="font-medium hover:text-gray-600">About</a>
91
+ <a href="#" class="font-medium hover:text-gray-600">Blog</a>
92
+ </nav>
93
+
94
+ <!-- Icons -->
95
+ <div class="flex items-center space-x-4">
96
+ <button class="relative">
97
+ <i class="fas fa-search text-xl"></i>
98
+ </button>
99
+ <button class="relative">
100
+ <i class="far fa-user text-xl"></i>
101
+ </button>
102
+ <button class="relative" id="cartButton">
103
+ <i class="fas fa-shopping-bag text-xl"></i>
104
+ <span class="cart-count absolute bg-red-500 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">3</span>
105
+ </button>
106
+ </div>
107
+ </div>
108
+ </header>
109
+
110
+ <!-- Mobile Menu -->
111
+ <div id="mobileMenu" class="mobile-menu fixed inset-y-0 right-0 w-64 bg-white shadow-lg z-50 p-4 closed lg:hidden">
112
+ <div class="flex justify-between items-center mb-8">
113
+ <div class="logo-font text-2xl font-bold">REZET</div>
114
+ <button id="closeMobileMenu" class="text-gray-800">
115
+ <i class="fas fa-times text-2xl"></i>
116
+ </button>
117
+ </div>
118
+
119
+ <nav class="space-y-4">
120
+ <div class="border-b pb-4">
121
+ <div class="font-medium mb-2">Shop</div>
122
+ <div class="pl-4 space-y-2">
123
+ <a href="#" class="block py-1 hover:text-gray-600">New Arrivals</a>
124
+ <a href="#" class="block py-1 hover:text-gray-600">Sneakers</a>
125
+ <a href="#" class="block py-1 hover:text-gray-600">Apparel</a>
126
+ <a href="#" class="block py-1 hover:text-gray-600">Accessories</a>
127
+ </div>
128
+ </div>
129
+ <a href="#" class="block font-medium py-2 hover:text-gray-600">Collections</a>
130
+ <a href="#" class="block font-medium py-2 hover:text-gray-600">About</a>
131
+ <a href="#" class="block font-medium py-2 hover:text-gray-600">Blog</a>
132
+ </nav>
133
+
134
+ <div class="absolute bottom-4 left-4 right-4">
135
+ <div class="flex space-x-4">
136
+ <a href="#" class="text-gray-800"><i class="fab fa-instagram text-xl"></i></a>
137
+ <a href="#" class="text-gray-800"><i class="fab fa-twitter text-xl"></i></a>
138
+ <a href="#" class="text-gray-800"><i class="fab fa-facebook-f text-xl"></i></a>
139
+ </div>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Hero Section -->
144
+ <section class="hero-gradient text-white">
145
+ <div class="container mx-auto px-4 py-20 md:py-32 flex flex-col items-center text-center">
146
+ <h1 class="text-4xl md:text-6xl font-bold mb-6 logo-font tracking-wide">STREETWEAR REDEFINED</h1>
147
+ <p class="text-lg md:text-xl mb-8 max-w-2xl">Discover premium streetwear and exclusive sneaker drops that define urban culture.</p>
148
+ <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
149
+ <a href="#" class="bg-white text-black px-8 py-3 font-medium hover:bg-gray-100 transition duration-300">Shop Now</a>
150
+ <a href="#" class="border border-white px-8 py-3 font-medium hover:bg-white hover:text-black transition duration-300">New Arrivals</a>
151
+ </div>
152
+ </div>
153
+ </section>
154
+
155
+ <!-- Featured Categories -->
156
+ <section class="py-16 bg-white">
157
+ <div class="container mx-auto px-4">
158
+ <h2 class="text-3xl font-bold mb-12 text-center">Shop By Category</h2>
159
+
160
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
161
+ <div class="relative group overflow-hidden rounded-lg">
162
+ <img src="https://images.unsplash.com/photo-1600269452121-1f5d14148cd6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Sneakers" class="w-full h-96 object-cover transition duration-500 group-hover:scale-105">
163
+ <div class="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center">
164
+ <h3 class="text-2xl font-bold text-white">Sneakers</h3>
165
+ </div>
166
+ <a href="#" class="absolute inset-0"></a>
167
+ </div>
168
+
169
+ <div class="relative group overflow-hidden rounded-lg">
170
+ <img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Apparel" class="w-full h-96 object-cover transition duration-500 group-hover:scale-105">
171
+ <div class="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center">
172
+ <h3 class="text-2xl font-bold text-white">Apparel</h3>
173
+ </div>
174
+ <a href="#" class="absolute inset-0"></a>
175
+ </div>
176
+
177
+ <div class="relative group overflow-hidden rounded-lg">
178
+ <img src="https://images.unsplash.com/photo-1592155931584-901ac15763e3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Accessories" class="w-full h-96 object-cover transition duration-500 group-hover:scale-105">
179
+ <div class="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center">
180
+ <h3 class="text-2xl font-bold text-white">Accessories</h3>
181
+ </div>
182
+ <a href="#" class="absolute inset-0"></a>
183
+ </div>
184
+ </div>
185
+ </div>
186
+ </section>
187
+
188
+ <!-- New Arrivals -->
189
+ <section class="py-16 bg-gray-50">
190
+ <div class="container mx-auto px-4">
191
+ <div class="flex justify-between items-center mb-12">
192
+ <h2 class="text-3xl font-bold">New Arrivals</h2>
193
+ <a href="#" class="text-black font-medium hover:underline">View All</a>
194
+ </div>
195
+
196
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
197
+ <!-- Product 1 -->
198
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition duration-300">
199
+ <div class="relative">
200
+ <img src="https://images.unsplash.com/photo-1600269452121-1f5d14148cd6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Product" class="w-full h-80 object-cover">
201
+ <div class="product-overlay absolute inset-0 bg-black bg-opacity-70 opacity-0 flex flex-col items-center justify-center p-4">
202
+ <button class="bg-white text-black px-6 py-2 mb-2 font-medium hover:bg-gray-100 transition duration-300 w-full max-w-xs">Quick View</button>
203
+ <button class="bg-black text-white px-6 py-2 font-medium hover:bg-gray-800 transition duration-300 w-full max-w-xs">Add to Cart</button>
204
+ </div>
205
+ <div class="absolute top-2 right-2 bg-red-500 text-white text-xs px-2 py-1 rounded">NEW</div>
206
+ </div>
207
+ <div class="p-4">
208
+ <h3 class="font-medium mb-1">Nike Air Max 270</h3>
209
+ <p class="text-gray-600 text-sm mb-2">Men's Sneakers</p>
210
+ <p class="font-bold">$150.00</p>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Product 2 -->
215
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition duration-300">
216
+ <div class="relative">
217
+ <img src="https://images.unsplash.com/photo-1525966222134-fcfa99b8ae28?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=698&q=80" alt="Product" class="w-full h-80 object-cover">
218
+ <div class="product-overlay absolute inset-0 bg-black bg-opacity-70 opacity-0 flex flex-col items-center justify-center p-4">
219
+ <button class="bg-white text-black px-6 py-2 mb-2 font-medium hover:bg-gray-100 transition duration-300 w-full max-w-xs">Quick View</button>
220
+ <button class="bg-black text-white px-6 py-2 font-medium hover:bg-gray-800 transition duration-300 w-full max-w-xs">Add to Cart</button>
221
+ </div>
222
+ </div>
223
+ <div class="p-4">
224
+ <h3 class="font-medium mb-1">Adidas Originals Hoodie</h3>
225
+ <p class="text-gray-600 text-sm mb-2">Unisex Apparel</p>
226
+ <p class="font-bold">$75.00</p>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Product 3 -->
231
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition duration-300">
232
+ <div class="relative">
233
+ <img src="https://images.unsplash.com/photo-1542291026-7eec264c27ff?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Product" class="w-full h-80 object-cover">
234
+ <div class="product-overlay absolute inset-0 bg-black bg-opacity-70 opacity-0 flex flex-col items-center justify-center p-4">
235
+ <button class="bg-white text-black px-6 py-2 mb-2 font-medium hover:bg-gray-100 transition duration-300 w-full max-w-xs">Quick View</button>
236
+ <button class="bg-black text-white px-6 py-2 font-medium hover:bg-gray-800 transition duration-300 w-full max-w-xs">Add to Cart</button>
237
+ </div>
238
+ <div class="absolute top-2 right-2 bg-red-500 text-white text-xs px-2 py-1 rounded">NEW</div>
239
+ </div>
240
+ <div class="p-4">
241
+ <h3 class="font-medium mb-1">Puma RS-X</h3>
242
+ <p class="text-gray-600 text-sm mb-2">Men's Sneakers</p>
243
+ <p class="font-bold">$120.00</p>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Product 4 -->
248
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition duration-300">
249
+ <div class="relative">
250
+ <img src="https://images.unsplash.com/photo-1591047139829-d91aecb6caea?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=736&q=80" alt="Product" class="w-full h-80 object-cover">
251
+ <div class="product-overlay absolute inset-0 bg-black bg-opacity-70 opacity-0 flex flex-col items-center justify-center p-4">
252
+ <button class="bg-white text-black px-6 py-2 mb-2 font-medium hover:bg-gray-100 transition duration-300 w-full max-w-xs">Quick View</button>
253
+ <button class="bg-black text-white px-6 py-2 font-medium hover:bg-gray-800 transition duration-300 w-full max-w-xs">Add to Cart</button>
254
+ </div>
255
+ </div>
256
+ <div class="p-4">
257
+ <h3 class="font-medium mb-1">Supreme Beanie</h3>
258
+ <p class="text-gray-600 text-sm mb-2">Unisex Accessories</p>
259
+ <p class="font-bold">$45.00</p>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+ </section>
265
+
266
+ <!-- Featured Collection -->
267
+ <section class="py-16 bg-white">
268
+ <div class="container mx-auto px-4">
269
+ <div class="flex flex-col md:flex-row items-center mb-12">
270
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
271
+ <h2 class="text-3xl font-bold mb-4">Summer Collection 2023</h2>
272
+ <p class="text-gray-600 mb-6">Discover our exclusive summer collection featuring lightweight fabrics, vibrant colors, and urban-inspired designs perfect for the season.</p>
273
+ <a href="#" class="bg-black text-white px-6 py-3 font-medium hover:bg-gray-800 transition duration-300 inline-block">Shop Collection</a>
274
+ </div>
275
+ <div class="md:w-1/2">
276
+ <img src="https://images.unsplash.com/photo-1490114538077-0a7f8cb49891?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Summer Collection" class="w-full rounded-lg shadow-md">
277
+ </div>
278
+ </div>
279
+ </div>
280
+ </section>
281
+
282
+ <!-- Testimonials -->
283
+ <section class="py-16 bg-gray-100">
284
+ <div class="container mx-auto px-4">
285
+ <h2 class="text-3xl font-bold mb-12 text-center">What Our Customers Say</h2>
286
+
287
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
288
+ <div class="bg-white p-6 rounded-lg shadow-sm">
289
+ <div class="flex mb-4">
290
+ <i class="fas fa-star text-yellow-400"></i>
291
+ <i class="fas fa-star text-yellow-400"></i>
292
+ <i class="fas fa-star text-yellow-400"></i>
293
+ <i class="fas fa-star text-yellow-400"></i>
294
+ <i class="fas fa-star text-yellow-400"></i>
295
+ </div>
296
+ <p class="text-gray-600 mb-4">"The quality of the sneakers is amazing! They're comfortable and stylish. Shipping was super fast too."</p>
297
+ <p class="font-medium">- Alex Johnson</p>
298
+ </div>
299
+
300
+ <div class="bg-white p-6 rounded-lg shadow-sm">
301
+ <div class="flex mb-4">
302
+ <i class="fas fa-star text-yellow-400"></i>
303
+ <i class="fas fa-star text-yellow-400"></i>
304
+ <i class="fas fa-star text-yellow-400"></i>
305
+ <i class="fas fa-star text-yellow-400"></i>
306
+ <i class="fas fa-star text-yellow-400"></i>
307
+ </div>
308
+ <p class="text-gray-600 mb-4">"I've been shopping here for years. Always the latest drops and great customer service."</p>
309
+ <p class="font-medium">- Sarah Williams</p>
310
+ </div>
311
+
312
+ <div class="bg-white p-6 rounded-lg shadow-sm">
313
+ <div class="flex mb-4">
314
+ <i class="fas fa-star text-yellow-400"></i>
315
+ <i class="fas fa-star text-yellow-400"></i>
316
+ <i class="fas fa-star text-yellow-400"></i>
317
+ <i class="fas fa-star text-yellow-400"></i>
318
+ <i class="fas fa-star-half-alt text-yellow-400"></i>
319
+ </div>
320
+ <p class="text-gray-600 mb-4">"Great selection of streetwear. The hoodies are my favorite - perfect fit and quality material."</p>
321
+ <p class="font-medium">- Michael Chen</p>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ </section>
326
+
327
+ <!-- Newsletter -->
328
+ <section class="py-16 bg-black text-white">
329
+ <div class="container mx-auto px-4 text-center">
330
+ <h2 class="text-3xl font-bold mb-4">Join Our Community</h2>
331
+ <p class="text-gray-300 mb-8 max-w-2xl mx-auto">Subscribe to our newsletter for exclusive drops, early access to new collections, and special offers.</p>
332
+
333
+ <form class="max-w-md mx-auto flex">
334
+ <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-l focus:outline-none text-black">
335
+ <button type="submit" class="bg-red-500 hover:bg-red-600 px-6 py-3 rounded-r font-medium transition duration-300">Subscribe</button>
336
+ </form>
337
+
338
+ <p class="text-gray-400 text-sm mt-4">We respect your privacy. Unsubscribe at any time.</p>
339
+ </div>
340
+ </section>
341
+
342
+ <!-- Footer -->
343
+ <footer class="bg-gray-900 text-white py-12">
344
+ <div class="container mx-auto px-4">
345
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
346
+ <div>
347
+ <h3 class="logo-font text-2xl font-bold mb-4">REZET</h3>
348
+ <p class="text-gray-400 mb-4">Premium streetwear and sneakers for the urban lifestyle.</p>
349
+ <div class="flex space-x-4">
350
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
351
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
352
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
353
+ </div>
354
+ </div>
355
+
356
+ <div>
357
+ <h4 class="font-bold mb-4">Shop</h4>
358
+ <ul class="space-y-2">
359
+ <li><a href="#" class="text-gray-400 hover:text-white">New Arrivals</a></li>
360
+ <li><a href="#" class="text-gray-400 hover:text-white">Sneakers</a></li>
361
+ <li><a href="#" class="text-gray-400 hover:text-white">Apparel</a></li>
362
+ <li><a href="#" class="text-gray-400 hover:text-white">Accessories</a></li>
363
+ <li><a href="#" class="text-gray-400 hover:text-white">Sale</a></li>
364
+ </ul>
365
+ </div>
366
+
367
+ <div>
368
+ <h4 class="font-bold mb-4">Help</h4>
369
+ <ul class="space-y-2">
370
+ <li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li>
371
+ <li><a href="#" class="text-gray-400 hover:text-white">FAQs</a></li>
372
+ <li><a href="#" class="text-gray-400 hover:text-white">Shipping & Returns</a></li>
373
+ <li><a href="#" class="text-gray-400 hover:text-white">Size Guide</a></li>
374
+ <li><a href="#" class="text-gray-400 hover:text-white">Track Order</a></li>
375
+ </ul>
376
+ </div>
377
+
378
+ <div>
379
+ <h4 class="font-bold mb-4">About</h4>
380
+ <ul class="space-y-2">
381
+ <li><a href="#" class="text-gray-400 hover:text-white">Our Story</a></li>
382
+ <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
383
+ <li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
384
+ <li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
385
+ <li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li>
386
+ </ul>
387
+ </div>
388
+ </div>
389
+
390
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400 text-sm">
391
+ <p>© 2023 Rezet. All rights reserved.</p>
392
+ </div>
393
+ </div>
394
+ </footer>
395
+
396
+ <!-- Mini Cart (hidden by default) -->
397
+ <div id="miniCart" class="fixed inset-0 z-50 hidden">
398
+ <div class="absolute inset-0 bg-black bg-opacity-50" id="cartBackdrop"></div>
399
+ <div class="absolute right-0 top-0 h-full w-full max-w-md bg-white shadow-lg transform transition-transform duration-300 translate-x-full" id="cartDrawer">
400
+ <div class="h-full flex flex-col">
401
+ <div class="p-4 border-b flex justify-between items-center">
402
+ <h3 class="text-lg font-bold">Your Cart (3)</h3>
403
+ <button id="closeCart" class="text-gray-500 hover:text-gray-700">
404
+ <i class="fas fa-times"></i>
405
+ </button>
406
+ </div>
407
+
408
+ <div class="flex-grow overflow-y-auto p-4 space-y-4">
409
+ <!-- Cart Item 1 -->
410
+ <div class="flex space-x-4">
411
+ <div class="w-24 h-24 bg-gray-100">
412
+ <img src="https://images.unsplash.com/photo-1600269452121-1f5d14148cd6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Product" class="w-full h-full object-cover">
413
+ </div>
414
+ <div class="flex-grow">
415
+ <h4 class="font-medium">Nike Air Max 270</h4>
416
+ <p class="text-gray-600 text-sm">Size: 10</p>
417
+ <div class="flex justify-between items-center mt-2">
418
+ <p class="font-bold">$150.00</p>
419
+ <div class="flex items-center border rounded">
420
+ <button class="px-2 py-1">-</button>
421
+ <span class="px-2">1</span>
422
+ <button class="px-2 py-1">+</button>
423
+ </div>
424
+ </div>
425
+ </div>
426
+ </div>
427
+
428
+ <!-- Cart Item 2 -->
429
+ <div class="flex space-x-4">
430
+ <div class="w-24 h-24 bg-gray-100">
431
+ <img src="https://images.unsplash.com/photo-1525966222134-fcfa99b8ae28?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=698&q=80" alt="Product" class="w-full h-full object-cover">
432
+ </div>
433
+ <div class="flex-grow">
434
+ <h4 class="font-medium">Adidas Originals Hoodie</h4>
435
+ <p class="text-gray-600 text-sm">Size: M</p>
436
+ <div class="flex justify-between items-center mt-2">
437
+ <p class="font-bold">$75.00</p>
438
+ <div class="flex items-center border rounded">
439
+ <button class="px-2 py-1">-</button>
440
+ <span class="px-2">1</span>
441
+ <button class="px-2 py-1">+</button>
442
+ </div>
443
+ </div>
444
+ </div>
445
+ </div>
446
+ </div>
447
+
448
+ <div class="p-4 border-t">
449
+ <div class="flex justify-between mb-4">
450
+ <span>Subtotal</span>
451
+ <span class="font-bold">$225.00</span>
452
+ </div>
453
+ <button class="w-full bg-black text-white py-3 font-medium hover:bg-gray-800 transition duration-300">Checkout</button>
454
+ <a href="#" class="block text-center mt-2 text-sm text-gray-600 hover:text-black">Continue Shopping</a>
455
+ </div>
456
+ </div>
457
+ </div>
458
+ </div>
459
+
460
+ <script>
461
+ // Mobile Menu Toggle
462
+ const mobileMenuButton = document.getElementById('mobileMenuButton');
463
+ const closeMobileMenu = document.getElementById('closeMobileMenu');
464
+ const mobileMenu = document.getElementById('mobileMenu');
465
+
466
+ mobileMenuButton.addEventListener('click', () => {
467
+ mobileMenu.classList.remove('closed');
468
+ mobileMenu.classList.add('open');
469
+ document.body.style.overflow = 'hidden';
470
+ });
471
+
472
+ closeMobileMenu.addEventListener('click', () => {
473
+ mobileMenu.classList.remove('open');
474
+ mobileMenu.classList.add('closed');
475
+ document.body.style.overflow = '';
476
+ });
477
+
478
+ // Cart Toggle
479
+ const cartButton = document.getElementById('cartButton');
480
+ const closeCart = document.getElementById('closeCart');
481
+ const miniCart = document.getElementById('miniCart');
482
+ const cartBackdrop = document.getElementById('cartBackdrop');
483
+ const cartDrawer = document.getElementById('cartDrawer');
484
+
485
+ cartButton.addEventListener('click', () => {
486
+ miniCart.classList.remove('hidden');
487
+ setTimeout(() => {
488
+ cartDrawer.classList.remove('translate-x-full');
489
+ }, 10);
490
+ document.body.style.overflow = 'hidden';
491
+ });
492
+
493
+ closeCart.addEventListener('click', () => {
494
+ cartDrawer.classList.add('translate-x-full');
495
+ setTimeout(() => {
496
+ miniCart.classList.add('hidden');
497
+ }, 300);
498
+ document.body.style.overflow = '';
499
+ });
500
+
501
+ cartBackdrop.addEventListener('click', () => {
502
+ cartDrawer.classList.add('translate-x-full');
503
+ setTimeout(() => {
504
+ miniCart.classList.add('hidden');
505
+ }, 300);
506
+ document.body.style.overflow = '';
507
+ });
508
+
509
+ // Product Quick View (placeholder functionality)
510
+ document.querySelectorAll('.product-overlay button').forEach(button => {
511
+ button.addEventListener('click', (e) => {
512
+ e.stopPropagation();
513
+ alert('Product quick view or add to cart functionality would go here!');
514
+ });
515
+ });
516
+ </script>
517
+ <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://enzostvs-deepsite.hf.space/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://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=shaikabdulqader345/https-rezet-in" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
518
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Redesign this website https://rezet.in