LiteSoulAI commited on
Commit
a49a7af
·
verified ·
1 Parent(s): 0bf3e2a

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +440 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Street Ink
3
- emoji: 💻
4
- colorFrom: blue
5
- colorTo: indigo
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: street-ink
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: yellow
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,440 @@
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>STREET INK | Graffiti Fashion Apparel</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=Rubik+Mono+One&family=Urbanist:wght@400;700;900&display=swap');
11
+
12
+ body {
13
+ font-family: 'Urbanist', sans-serif;
14
+ background-color: #f5f5f5;
15
+ color: #333;
16
+ }
17
+
18
+ .graffiti-bg {
19
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M20,20 Q30,10 40,20 T60,20 T80,20" stroke="black" fill="none" stroke-width="2"/><path d="M10,40 Q20,30 30,40 T50,40 T70,40 T90,40" stroke="black" fill="none" stroke-width="2"/><path d="M15,70 Q25,60 35,70 T55,70 T75,70" stroke="black" fill="none" stroke-width="2"/></svg>');
20
+ background-size: 200px;
21
+ opacity: 0.05;
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ right: 0;
26
+ bottom: 0;
27
+ z-index: -1;
28
+ }
29
+
30
+ .title-font {
31
+ font-family: 'Rubik Mono One', sans-serif;
32
+ text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
33
+ }
34
+
35
+ .product-card:hover {
36
+ transform: translateY(-5px) rotate(1deg);
37
+ box-shadow: 0 10px 20px rgba(0,0,0,0.2);
38
+ }
39
+
40
+ .tag {
41
+ animation: pulse 2s infinite;
42
+ }
43
+
44
+ @keyframes pulse {
45
+ 0% { transform: scale(1); }
46
+ 50% { transform: scale(1.05); }
47
+ 100% { transform: scale(1); }
48
+ }
49
+
50
+ .spray-effect {
51
+ position: relative;
52
+ overflow: hidden;
53
+ }
54
+
55
+ .spray-effect::before {
56
+ content: "";
57
+ position: absolute;
58
+ top: -10px;
59
+ left: -10px;
60
+ right: -10px;
61
+ bottom: -10px;
62
+ background: radial-gradient(circle, transparent 20%, rgba(255,255,255,0.3) 20%, rgba(255,255,255,0.3) 80%, transparent 80%, transparent);
63
+ background-size: 10px 10px;
64
+ opacity: 0;
65
+ transition: opacity 0.3s;
66
+ }
67
+
68
+ .spray-effect:hover::before {
69
+ opacity: 1;
70
+ }
71
+ </style>
72
+ </head>
73
+ <body class="relative">
74
+ <div class="graffiti-bg"></div>
75
+
76
+ <!-- Announcement Bar -->
77
+ <div class="bg-black text-white text-center py-2 px-4">
78
+ <p class="text-sm font-bold">🔥 FREE SHIPPING ON ALL ORDERS OVER $50 🔥</p>
79
+ </div>
80
+
81
+ <!-- Navigation -->
82
+ <nav class="bg-white shadow-lg sticky top-0 z-50">
83
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
84
+ <div class="title-font text-3xl text-pink-600">STREET INK</div>
85
+
86
+ <div class="hidden md:flex space-x-8">
87
+ <a href="#" class="font-bold hover:text-pink-600 transition">HATS</a>
88
+ <a href="#" class="font-bold hover:text-pink-600 transition">BRACELETS</a>
89
+ <a href="#" class="font-bold hover:text-pink-600 transition">COLLECTIONS</a>
90
+ <a href="#" class="font-bold hover:text-pink-600 transition">ABOUT</a>
91
+ </div>
92
+
93
+ <div class="flex items-center space-x-4">
94
+ <a href="#" class="hover:text-pink-600"><i class="fas fa-search"></i></a>
95
+ <a href="#" class="hover:text-pink-600"><i class="fas fa-user"></i></a>
96
+ <a href="#" class="hover:text-pink-600 relative">
97
+ <i class="fas fa-shopping-cart"></i>
98
+ <span class="absolute -top-2 -right-2 bg-pink-600 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">3</span>
99
+ </a>
100
+ <button class="md:hidden focus:outline-none">
101
+ <i class="fas fa-bars"></i>
102
+ </button>
103
+ </div>
104
+ </div>
105
+ </nav>
106
+
107
+ <!-- Hero Section -->
108
+ <section class="relative h-96 md:h-screen max-h-screen overflow-hidden">
109
+ <div class="absolute inset-0 bg-gradient-to-r from-black to-transparent opacity-70 z-10"></div>
110
+ <div class="absolute inset-0 bg-pink-600 mix-blend-multiply opacity-30 z-10"></div>
111
+ <img src="https://images.unsplash.com/photo-1513151233558-d860c5398176?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
112
+ alt="Graffiti wall background"
113
+ class="w-full h-full object-cover">
114
+
115
+ <div class="relative z-20 h-full flex flex-col justify-center px-8 md:px-16">
116
+ <h1 class="title-font text-4xl md:text-7xl text-white mb-4">
117
+ URBAN <span class="text-pink-400">STYLE</span> REBORN
118
+ </h1>
119
+ <p class="text-white text-lg md:text-xl max-w-lg mb-8">
120
+ Limited edition hats & bracelets inspired by street art culture. Wear your attitude.
121
+ </p>
122
+ <div class="flex space-x-4">
123
+ <a href="#" class="bg-pink-600 hover:bg-pink-700 text-white font-bold py-3 px-8 rounded-full transition transform hover:scale-105">
124
+ SHOP NOW
125
+ </a>
126
+ <a href="#" class="bg-transparent border-2 border-white hover:bg-white hover:text-black text-white font-bold py-3 px-8 rounded-full transition transform hover:scale-105">
127
+ NEW ARRIVALS
128
+ </a>
129
+ </div>
130
+ </div>
131
+ </section>
132
+
133
+ <!-- Featured Categories -->
134
+ <section class="py-16 px-4 md:px-8">
135
+ <div class="container mx-auto">
136
+ <h2 class="title-font text-3xl md:text-5xl text-center mb-12">STREETWEAR ESSENTIALS</h2>
137
+
138
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
139
+ <div class="relative overflow-hidden rounded-xl h-96 group">
140
+ <img src="https://images.unsplash.com/photo-1598488035139-bdbb2231ce04?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
141
+ alt="Hats collection"
142
+ class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110">
143
+ <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70"></div>
144
+ <div class="absolute bottom-0 left-0 p-8">
145
+ <h3 class="title-font text-3xl md:text-4xl text-white mb-2">HATS</h3>
146
+ <p class="text-white mb-4">Fresh designs that turn heads</p>
147
+ <a href="#" class="inline-block bg-white hover:bg-pink-600 hover:text-white text-black font-bold py-2 px-6 rounded-full transition">
148
+ SHOP COLLECTION
149
+ </a>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="relative overflow-hidden rounded-xl h-96 group">
154
+ <img src="https://images.unsplash.com/photo-1602173574767-37ac01994b2a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1887&q=80"
155
+ alt="Bracelets collection"
156
+ class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110">
157
+ <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70"></div>
158
+ <div class="absolute bottom-0 left-0 p-8">
159
+ <h3 class="title-font text-3xl md:text-4xl text-white mb-2">BRACELETS</h3>
160
+ <p class="text-white mb-4">Handcrafted street jewelry</p>
161
+ <a href="#" class="inline-block bg-white hover:bg-pink-600 hover:text-white text-black font-bold py-2 px-6 rounded-full transition">
162
+ SHOP COLLECTION
163
+ </a>
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </div>
168
+ </section>
169
+
170
+ <!-- Featured Products -->
171
+ <section class="py-16 px-4 md:px-8 bg-gray-100">
172
+ <div class="container mx-auto">
173
+ <div class="flex justify-between items-center mb-12">
174
+ <h2 class="title-font text-3xl md:text-5xl">HOT RIGHT NOW</h2>
175
+ <a href="#" class="text-black hover:text-pink-600 font-bold flex items-center">
176
+ VIEW ALL <i class="fas fa-arrow-right ml-2"></i>
177
+ </a>
178
+ </div>
179
+
180
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
181
+ <!-- Product 1 -->
182
+ <div class="product-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
183
+ <div class="relative">
184
+ <img src="https://images.unsplash.com/photo-1576871337632-b9aef4c17ab9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D3D&auto=format&fit=crop&w=1887&q=80"
185
+ alt="Graffiti snapback hat"
186
+ class="w-full h-64 object-cover">
187
+ <div class="absolute top-2 right-2 bg-pink-600 text-white text-xs font-bold px-2 py-1 rounded-full tag">
188
+ NEW
189
+ </div>
190
+ </div>
191
+ <div class="p-4">
192
+ <h3 class="font-bold text-lg mb-1">WILD STYLE SNAPBACK</h3>
193
+ <p class="text-gray-600 text-sm mb-3">Limited edition graffiti print</p>
194
+ <div class="flex justify-between items-center">
195
+ <span class="font-bold text-lg">$34.99</span>
196
+ <button class="bg-black hover:bg-pink-600 text-white px-4 py-2 rounded-full text-sm transition">
197
+ ADD TO CART
198
+ </button>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Product 2 -->
204
+ <div class="product-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
205
+ <div class="relative">
206
+ <img src="https://images.unsplash.com/photo-1596908094221-5d1a6b33410e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1887&q=80"
207
+ alt="Skater beanie"
208
+ class="w-full h-64 object-cover">
209
+ </div>
210
+ <div class="p-4">
211
+ <h3 class="font-bold text-lg mb-1">SKATER BEANIE</h3>
212
+ <p class="text-gray-600 text-sm mb-3">Warm & stylish</p>
213
+ <div class="flex justify-between items-center">
214
+ <span class="font-bold text-lg">$29.99</span>
215
+ <button class="bg-black hover:bg-pink-600 text-white px-4 py-2 rounded-full text-sm transition">
216
+ ADD TO CART
217
+ </button>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Product 3 -->
223
+ <div class="product-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
224
+ <div class="relative">
225
+ <img src="https://images.unsplash.com/photo-1611591437918-841e894ef536?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1887&q=80"
226
+ alt="Spray paint bracelet"
227
+ class="w-full h-64 object-cover">
228
+ <div class="absolute top-2 right-2 bg-pink-600 text-white text-xs font-bold px-2 py-1 rounded-full tag">
229
+ BESTSELLER
230
+ </div>
231
+ </div>
232
+ <div class="p-4">
233
+ <h3 class="font-bold text-lg mb-1">SPRAY CAN BRACELET</h3>
234
+ <p class="text-gray-600 text-sm mb-3">Handmade charm bracelet</p>
235
+ <div class="flex justify-between items-center">
236
+ <span class="font-bold text-lg">$24.99</span>
237
+ <button class="bg-black hover:bg-pink-600 text-white px-4 py-2 rounded-full text-sm transition">
238
+ ADD TO CART
239
+ </button>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Product 4 -->
245
+ <div class="product-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
246
+ <div class="relative">
247
+ <img src="https://images.unsplash.com/photo-1620231109641-54d27822a6b6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1887&q=80"
248
+ alt="Graffiti trucker hat"
249
+ class="w-full h-64 object-cover">
250
+ </div>
251
+ <div class="p-4">
252
+ <h3 class="font-bold text-lg mb-1">TAGGER TRUCKER</h3>
253
+ <p class="text-gray-600 text-sm mb-3">Mesh back graffiti hat</p>
254
+ <div class="flex justify-between items-center">
255
+ <span class="font-bold text-lg">$32.99</span>
256
+ <button class="bg-black hover:bg-pink-600 text-white px-4 py-2 rounded-full text-sm transition">
257
+ ADD TO CART
258
+ </button>
259
+ </div>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+ </section>
265
+
266
+ <!-- Brand Story -->
267
+ <section class="py-16 px-4 md:px-8 bg-black text-white">
268
+ <div class="container mx-auto">
269
+ <div class="flex flex-col md:flex-row items-center">
270
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
271
+ <img src="https://images.unsplash.com/photo-1547036967-23d11aacaee0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1885&q=80"
272
+ alt="Artist painting graffiti"
273
+ class="w-full rounded-xl shadow-xl">
274
+ </div>
275
+ <div class="md:w-1/2">
276
+ <h2 class="title-font text-3xl md:text-5xl mb-6">OUR STORY</h2>
277
+ <p class="text-lg mb-6">
278
+ Born from the streets, STREET INK is more than just apparel - it's a movement.
279
+ We collaborate with underground artists to bring you unique designs that capture
280
+ the raw energy of urban culture.
281
+ </p>
282
+ <p class="text-lg mb-8">
283
+ Every piece tells a story. From the tags on our hats to the charms on our bracelets,
284
+ we celebrate the rebellious spirit of street art.
285
+ </p>
286
+ <a href="#" class="inline-block bg-pink-600 hover:bg-pink-700 text-white font-bold py-3 px-8 rounded-full transition transform hover:scale-105">
287
+ MEET THE ARTISTS
288
+ </a>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </section>
293
+
294
+ <!-- Instagram Feed -->
295
+ <section class="py-16 px-4 md:px-8">
296
+ <div class="container mx-auto">
297
+ <h2 class="title-font text-3xl md:text-5xl text-center mb-12">#STREETINKCREW</h2>
298
+
299
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-2">
300
+ <div class="spray-effect overflow-hidden rounded-lg">
301
+ <img src="https://images.unsplash.com/photo-1541532713592-79a0317b6b77?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1888&q=80"
302
+ alt="Customer wearing hat"
303
+ class="w-full h-full object-cover transition-transform duration-500 hover:scale-110">
304
+ </div>
305
+ <div class="spray-effect overflow-hidden rounded-lg">
306
+ <img src="https://images.unsplash.com/photo-1514989940723-e8e51635b782?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
307
+ alt="Customer wearing bracelet"
308
+ class="w-full h-full object-cover transition-transform duration-500 hover:scale-110">
309
+ </div>
310
+ <div class="spray-effect overflow-hidden rounded-lg">
311
+ <img src="https://images.unsplash.com/photo-1508700115892-45ecd05ae2ad?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80"
312
+ alt="Street art background"
313
+ class="w-full h-full object-cover transition-transform duration-500 hover:scale-110">
314
+ </div>
315
+ <div class="spray-effect overflow-hidden rounded-lg">
316
+ <img src="https://images.unsplash.com/photo-1513151233558-d860c5398176?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
317
+ alt="Graffiti wall"
318
+ class="w-full h-full object-cover transition-transform duration-500 hover:scale-110">
319
+ </div>
320
+ </div>
321
+
322
+ <div class="text-center mt-12">
323
+ <a href="#" class="inline-flex items-center justify-center bg-black hover:bg-pink-600 text-white font-bold py-3 px-8 rounded-full transition transform hover:scale-105">
324
+ <i class="fab fa-instagram mr-2"></i> FOLLOW US
325
+ </a>
326
+ </div>
327
+ </div>
328
+ </section>
329
+
330
+ <!-- Newsletter -->
331
+ <section class="py-16 px-4 md:px-8 bg-pink-600 text-white">
332
+ <div class="container mx-auto max-w-4xl text-center">
333
+ <h2 class="title-font text-3xl md:text-5xl mb-6">GET THE DROP</h2>
334
+ <p class="text-xl mb-8">
335
+ Sign up for exclusive releases, artist collabs, and 10% off your first order.
336
+ </p>
337
+ <form class="flex flex-col sm:flex-row gap-4 max-w-lg mx-auto">
338
+ <input type="email" placeholder="YOUR EMAIL" class="flex-grow px-4 py-3 rounded-full text-black focus:outline-none focus:ring-2 focus:ring-black">
339
+ <button type="submit" class="bg-black hover:bg-gray-900 text-white font-bold py-3 px-8 rounded-full transition">
340
+ SUBSCRIBE
341
+ </button>
342
+ </form>
343
+ </div>
344
+ </section>
345
+
346
+ <!-- Footer -->
347
+ <footer class="bg-black text-white py-12 px-4 md:px-8">
348
+ <div class="container mx-auto">
349
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
350
+ <div>
351
+ <h3 class="title-font text-2xl mb-4">STREET INK</h3>
352
+ <p class="mb-4">
353
+ Urban apparel inspired by street art culture. Limited edition drops.
354
+ </p>
355
+ <div class="flex space-x-4">
356
+ <a href="#" class="hover:text-pink-600"><i class="fab fa-instagram"></i></a>
357
+ <a href="#" class="hover:text-pink-600"><i class="fab fa-twitter"></i></a>
358
+ <a href="#" class="hover:text-pink-600"><i class="fab fa-tiktok"></i></a>
359
+ <a href="#" class="hover:text-pink-600"><i class="fab fa-youtube"></i></a>
360
+ </div>
361
+ </div>
362
+
363
+ <div>
364
+ <h4 class="font-bold text-lg mb-4">SHOP</h4>
365
+ <ul class="space-y-2">
366
+ <li><a href="#" class="hover:text-pink-600 transition">All Hats</a></li>
367
+ <li><a href="#" class="hover:text-pink-600 transition">All Bracelets</a></li>
368
+ <li><a href="#" class="hover:text-pink-600 transition">New Arrivals</a></li>
369
+ <li><a href="#" class="hover:text-pink-600 transition">Best Sellers</a></li>
370
+ <li><a href="#" class="hover:text-pink-600 transition">Sale</a></li>
371
+ </ul>
372
+ </div>
373
+
374
+ <div>
375
+ <h4 class="font-bold text-lg mb-4">ABOUT</h4>
376
+ <ul class="space-y-2">
377
+ <li><a href="#" class="hover:text-pink-600 transition">Our Story</a></li>
378
+ <li><a href="#" class="hover:text-pink-600 transition">Artists</a></li>
379
+ <li><a href="#" class="hover:text-pink-600 transition">Blog</a></li>
380
+ <li><a href="#" class="hover:text-pink-600 transition">Sustainability</a></li>
381
+ <li><a href="#" class="hover:text-pink-600 transition">Store Locator</a></li>
382
+ </ul>
383
+ </div>
384
+
385
+ <div>
386
+ <h4 class="font-bold text-lg mb-4">HELP</h4>
387
+ <ul class="space-y-2">
388
+ <li><a href="#" class="hover:text-pink-600 transition">Contact Us</a></li>
389
+ <li><a href="#" class="hover:text-pink-600 transition">FAQs</a></li>
390
+ <li><a href="#" class="hover:text-pink-600 transition">Shipping & Returns</a></li>
391
+ <li><a href="#" class="hover:text-pink-600 transition">Size Guide</a></li>
392
+ <li><a href="#" class="hover:text-pink-600 transition">Privacy Policy</a></li>
393
+ </ul>
394
+ </div>
395
+ </div>
396
+
397
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
398
+ <p>&copy; 2023 STREET INK. All rights reserved. Designed with ♥ for street culture.</p>
399
+ </div>
400
+ </div>
401
+ </footer>
402
+
403
+ <script>
404
+ // Mobile menu toggle functionality
405
+ document.addEventListener('DOMContentLoaded', function() {
406
+ const mobileMenuButton = document.querySelector('.md\\:hidden');
407
+ const mobileMenu = document.querySelector('.md\\:flex');
408
+
409
+ mobileMenuButton.addEventListener('click', function() {
410
+ mobileMenu.classList.toggle('hidden');
411
+ mobileMenu.classList.toggle('flex');
412
+ mobileMenu.classList.toggle('flex-col');
413
+ mobileMenu.classList.toggle('absolute');
414
+ mobileMenu.classList.toggle('top-16');
415
+ mobileMenu.classList.toggle('left-0');
416
+ mobileMenu.classList.toggle('right-0');
417
+ mobileMenu.classList.toggle('bg-white');
418
+ mobileMenu.classList.toggle('p-4');
419
+ mobileMenu.classList.toggle('shadow-lg');
420
+ mobileMenu.classList.toggle('space-y-4');
421
+ mobileMenu.classList.toggle('space-x-8');
422
+ });
423
+
424
+ // Product card hover effect
425
+ const productCards = document.querySelectorAll('.product-card');
426
+ productCards.forEach(card => {
427
+ card.addEventListener('mouseenter', function() {
428
+ this.style.transform = 'translateY(-5px) rotate(1deg)';
429
+ this.style.boxShadow = '0 10px 20px rgba(0,0,0,0.2)';
430
+ });
431
+
432
+ card.addEventListener('mouseleave', function() {
433
+ this.style.transform = '';
434
+ this.style.boxShadow = '';
435
+ });
436
+ });
437
+ });
438
+ </script>
439
+ <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=LiteSoulAI/street-ink" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
440
+ </html>