-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathALA PROD SITE.html
More file actions
507 lines (499 loc) · 26.3 KB
/
ALA PROD SITE.html
File metadata and controls
507 lines (499 loc) · 26.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<title>
Lil Boss A La Prod - Professional Beat Store
</title>
<script src="https://cdn.tailwindcss.com">
</script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"/>
<style>
body {
font-family: 'Poppins', sans-serif;
}
</style>
</head>
<body class="bg-gray-50 text-gray-900 flex flex-col min-h-screen">
<!-- Navbar -->
<nav class="bg-white shadow-md 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">
<a class="text-2xl font-bold text-indigo-600" href="#home">
Lil Boss A La Prod
</a>
<div class="hidden md:flex space-x-8 font-semibold text-gray-700">
<a class="hover:text-indigo-600 transition" href="#home">
Home
</a>
<a class="hover:text-indigo-600 transition" href="#catalog">
Beat Store
</a>
<a class="hover:text-indigo-600 transition" href="#account">
My Account
</a>
<a class="hover:text-indigo-600 transition" href="#contact">
Contact
</a>
</div>
<div class="md:hidden">
<button aria-label="Toggle menu" class="text-gray-700 focus:outline-none focus:ring-2 focus:ring-indigo-600" id="menu-btn">
<i class="fas fa-bars fa-lg">
</i>
</button>
</div>
</div>
</div>
<div class="hidden md:hidden bg-white border-t border-gray-200" id="mobile-menu">
<a class="block px-4 py-3 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 font-semibold" href="#home">
Home
</a>
<a class="block px-4 py-3 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 font-semibold" href="#catalog">
Beat Store
</a>
<a class="block px-4 py-3 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 font-semibold" href="#account">
My Account
</a>
<a class="block px-4 py-3 text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 font-semibold" href="#contact">
Contact
</a>
</div>
</nav>
<main class="flex-grow">
<!-- Home Section -->
<section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12" id="home">
<div class="text-center max-w-3xl mx-auto">
<h1 class="text-4xl font-extrabold text-indigo-600 mb-4">
Welcome to Lil Boss A La Prod
</h1>
<p class="text-lg text-gray-700 mb-8">
I’m Lil Boss A La Prod, a professional beatmaker dedicated to crafting high-quality instrumentals for artists worldwide. Explore my most popular beats below and find the perfect sound for your next project.
</p>
</div>
<h2 class="text-2xl font-semibold text-gray-800 mb-6 text-center">
Featured Beats
</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
<img alt="Afrobeat Vibes instrumental beat with vibrant colorful sound waves" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/73a4a040-169a-44d8-7f29-a369497ca9ec.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Afrobeat Vibes
</h3>
<p class="text-gray-600 flex-grow">
Energetic Afrobeat instrumental with catchy rhythms and percussion.
</p>
<audio aria-label="Play Afrobeat Vibes beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
</div>
</article>
<article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
<img alt="Trap Hard instrumental beat with dark moody tones and heavy bass" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/e525ace3-f42e-4011-df6e-7958c2685deb.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Trap Hard
</h3>
<p class="text-gray-600 flex-grow">
Dark and heavy trap beat with booming 808s and sharp hi-hats.
</p>
<audio aria-label="Play Trap Hard beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-2.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
</div>
</article>
<article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
<img alt="Rap Classic instrumental beat with smooth piano and boom bap drums" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/66fa3432-c2d6-47a2-793c-293776cc6364.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Rap Classic
</h3>
<p class="text-gray-600 flex-grow">
Smooth boom bap beat with soulful piano and crisp drums.
</p>
<audio aria-label="Play Rap Classic beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-3.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
</div>
</article>
</div>
</section>
<!-- Catalog Section -->
<section class="bg-white py-12" id="catalog">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-indigo-600 mb-8 text-center">
Beat Store
</h2>
<div class="mb-8 flex justify-center space-x-4">
<button class="genre-btn bg-indigo-600 text-white px-4 py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600" data-genre="all">
All
</button>
<button class="genre-btn bg-gray-200 text-gray-700 px-4 py-2 rounded-md font-semibold hover:bg-indigo-100 transition focus:outline-none focus:ring-2 focus:ring-indigo-600" data-genre="Afrobeat">
Afrobeat
</button>
<button class="genre-btn bg-gray-200 text-gray-700 px-4 py-2 rounded-md font-semibold hover:bg-indigo-100 transition focus:outline-none focus:ring-2 focus:ring-indigo-600" data-genre="Rap">
Rap
</button>
<button class="genre-btn bg-gray-200 text-gray-700 px-4 py-2 rounded-md font-semibold hover:bg-indigo-100 transition focus:outline-none focus:ring-2 focus:ring-indigo-600" data-genre="Trap">
Trap
</button>
<button class="genre-btn bg-gray-200 text-gray-700 px-4 py-2 rounded-md font-semibold hover:bg-indigo-100 transition focus:outline-none focus:ring-2 focus:ring-indigo-600" data-genre="R&B">
R&B
</button>
<button class="genre-btn bg-gray-200 text-gray-700 px-4 py-2 rounded-md font-semibold hover:bg-indigo-100 transition focus:outline-none focus:ring-2 focus:ring-indigo-600" data-genre="Lo-Fi">
Lo-Fi
</button>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-8" id="beats-grid">
<!-- Afrobeat Beats -->
<article class="beat-card bg-gray-50 rounded-lg shadow-md overflow-hidden flex flex-col" data-genre="Afrobeat">
<img alt="Afrobeat Sunrise instrumental beat with bright percussion and melodic synths" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/7f966271-3828-49b8-adc4-0553aee3d142.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Afrobeat Sunrise
</h3>
<p class="text-gray-700 flex-grow">
Upbeat Afrobeat with lively percussion and melodic synths.
</p>
<audio aria-label="Play Afrobeat Sunrise beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-4.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
<button aria-label="Buy Afrobeat Sunrise beat for $29.99" class="buy-btn mt-4 bg-indigo-600 text-white py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600">
Buy - $29.99
</button>
</div>
</article>
<article class="beat-card bg-gray-50 rounded-lg shadow-md overflow-hidden flex flex-col" data-genre="Afrobeat">
<img alt="Afrobeat Night Groove instrumental beat with deep bass and rhythmic drums" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/8d2f7710-7f1b-4fb0-98d6-5fb009ff0aa5.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Afrobeat Night Groove
</h3>
<p class="text-gray-700 flex-grow">
Deep bass Afrobeat with smooth rhythmic drums.
</p>
<audio aria-label="Play Afrobeat Night Groove beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-5.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
<button aria-label="Buy Afrobeat Night Groove beat for $34.99" class="buy-btn mt-4 bg-indigo-600 text-white py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600">
Buy - $34.99
</button>
</div>
</article>
<!-- Rap Beats -->
<article class="beat-card bg-gray-50 rounded-lg shadow-md overflow-hidden flex flex-col" data-genre="Rap">
<img alt="Rap Street Flow instrumental beat with gritty drums and smooth bassline" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/4dbbb374-37db-4a66-8374-7b757b78889b.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Rap Street Flow
</h3>
<p class="text-gray-700 flex-grow">
Gritty rap beat with hard drums and smooth bassline.
</p>
<audio aria-label="Play Rap Street Flow beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-6.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
<button aria-label="Buy Rap Street Flow beat for $24.99" class="buy-btn mt-4 bg-indigo-600 text-white py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600">
Buy - $24.99
</button>
</div>
</article>
<article class="beat-card bg-gray-50 rounded-lg shadow-md overflow-hidden flex flex-col" data-genre="Rap">
<img alt="Rap Classic Soul instrumental beat with soulful piano and boom bap drums" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/3b8000a6-e0ee-41e1-b5c7-2d503d3b63ad.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Rap Classic Soul
</h3>
<p class="text-gray-700 flex-grow">
Soulful rap beat with classic boom bap drums and piano.
</p>
<audio aria-label="Play Rap Classic Soul beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-7.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
<button aria-label="Buy Rap Classic Soul beat for $27.99" class="buy-btn mt-4 bg-indigo-600 text-white py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600">
Buy - $27.99
</button>
</div>
</article>
<!-- Trap Beats -->
<article class="beat-card bg-gray-50 rounded-lg shadow-md overflow-hidden flex flex-col" data-genre="Trap">
<img alt="Trap Dark Energy instrumental beat with heavy 808 bass and sharp hi-hats" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/91a187e6-f5c8-4f13-8b8b-f656fbbc498b.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Trap Dark Energy
</h3>
<p class="text-gray-700 flex-grow">
Heavy trap beat with booming 808 bass and sharp hi-hats.
</p>
<audio aria-label="Play Trap Dark Energy beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-8.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
<button aria-label="Buy Trap Dark Energy beat for $32.99" class="buy-btn mt-4 bg-indigo-600 text-white py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600">
Buy - $32.99
</button>
</div>
</article>
<article class="beat-card bg-gray-50 rounded-lg shadow-md overflow-hidden flex flex-col" data-genre="Trap">
<img alt="Trap Midnight Run instrumental beat with fast hi-hats and dark synths" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/2542b654-c535-4f9e-ab7e-5b183763a9ad.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Trap Midnight Run
</h3>
<p class="text-gray-700 flex-grow">
Fast-paced trap beat with dark synths and rolling hi-hats.
</p>
<audio aria-label="Play Trap Midnight Run beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-9.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
<button aria-label="Buy Trap Midnight Run beat for $29.99" class="buy-btn mt-4 bg-indigo-600 text-white py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600">
Buy - $29.99
</button>
</div>
</article>
<!-- R&B Beats -->
<article class="beat-card bg-gray-50 rounded-lg shadow-md overflow-hidden flex flex-col" data-genre="R&B">
<img alt="R&B Smooth Groove instrumental beat with mellow keys and soft drums" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/8ae8b607-eb27-4294-0036-61fad4838876.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
R&B Smooth Groove
</h3>
<p class="text-gray-700 flex-grow">
Mellow R&B beat with smooth keys and soft drums.
</p>
<audio aria-label="Play R&B Smooth Groove beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-10.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
<button aria-label="Buy R&B Smooth Groove beat for $26.99" class="buy-btn mt-4 bg-indigo-600 text-white py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600">
Buy - $26.99
</button>
</div>
</article>
<article class="beat-card bg-gray-50 rounded-lg shadow-md overflow-hidden flex flex-col" data-genre="R&B">
<img alt="R&B Midnight Love instrumental beat with romantic synths and slow tempo" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/eb359d38-48ef-4564-edde-d936b9a2b4f9.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
R&B Midnight Love
</h3>
<p class="text-gray-700 flex-grow">
Romantic R&B beat with lush synths and slow tempo.
</p>
<audio aria-label="Play R&B Midnight Love beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-11.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
<button aria-label="Buy R&B Midnight Love beat for $28.99" class="buy-btn mt-4 bg-indigo-600 text-white py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600">
Buy - $28.99
</button>
</div>
</article>
<!-- Lo-Fi Beats -->
<article class="beat-card bg-gray-50 rounded-lg shadow-md overflow-hidden flex flex-col" data-genre="Lo-Fi">
<img alt="Lo-Fi Chill Beats instrumental with soft vinyl crackle and mellow piano" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/628cbf97-33eb-4a02-f7b0-840e974a1bde.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Lo-Fi Chill Beats
</h3>
<p class="text-gray-700 flex-grow">
Relaxing lo-fi beat with vinyl crackle and mellow piano.
</p>
<audio aria-label="Play Lo-Fi Chill Beats beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-12.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
<button aria-label="Buy Lo-Fi Chill Beats beat for $19.99" class="buy-btn mt-4 bg-indigo-600 text-white py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600">
Buy - $19.99
</button>
</div>
</article>
<article class="beat-card bg-gray-50 rounded-lg shadow-md overflow-hidden flex flex-col" data-genre="Lo-Fi">
<img alt="Lo-Fi Evening Vibes instrumental beat with soft drums and jazzy guitar" class="w-full h-48 object-cover" height="400" src="https://storage.googleapis.com/a1aa/image/ba8da19f-527a-4e14-a709-b09b2349705a.jpg" width="600"/>
<div class="p-4 flex flex-col flex-grow">
<h3 class="text-lg font-semibold mb-2">
Lo-Fi Evening Vibes
</h3>
<p class="text-gray-700 flex-grow">
Smooth lo-fi beat with jazzy guitar and soft drums.
</p>
<audio aria-label="Play Lo-Fi Evening Vibes beat" class="mt-4 w-full" controls="" preload="none">
<source src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-13.mp3" type="audio/mpeg"/>
Your browser does not support the audio element.
</audio>
<button aria-label="Buy Lo-Fi Evening Vibes beat for $21.99" class="buy-btn mt-4 bg-indigo-600 text-white py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600">
Buy - $21.99
</button>
</div>
</article>
</div>
</div>
</section>
<!-- Account Section -->
<section class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-12" id="account">
<h2 class="text-3xl font-bold text-indigo-600 mb-8 text-center">
My Account
</h2>
<div class="bg-white rounded-lg shadow-md p-8 max-w-md mx-auto">
<form aria-label="User account login and registration form" class="space-y-6" id="account-form">
<div>
<label class="block text-gray-700 font-semibold mb-2" for="email">
Email
</label>
<input aria-required="true" class="w-full border border-gray-300 rounded-md px-3 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-600" id="email" name="email" placeholder="you@example.com" required="" type="email"/>
</div>
<div>
<label class="block text-gray-700 font-semibold mb-2" for="password">
Password
</label>
<input aria-required="true" class="w-full border border-gray-300 rounded-md px-3 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-600" id="password" name="password" placeholder="********" required="" type="password"/>
</div>
<div class="flex items-center justify-between">
<button class="bg-indigo-600 text-white px-6 py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600" type="submit">
Log In
</button>
<button class="text-indigo-600 font-semibold hover:underline focus:outline-none" id="register-btn" type="button">
Register
</button>
</div>
</form>
<div class="mt-4 text-center text-sm text-green-600 hidden" id="account-message">
</div>
</div>
</section>
<!-- Contact Section -->
<section class="bg-white py-12" id="contact">
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-indigo-600 mb-8 text-center">
Contact Lil Boss A La Prod
</h2>
<form aria-label="Contact form for collaborations and custom orders" class="bg-gray-50 rounded-lg shadow-md p-8 space-y-6" id="contact-form">
<div>
<label class="block text-gray-700 font-semibold mb-2" for="name">
Name
</label>
<input aria-required="true" class="w-full border border-gray-300 rounded-md px-3 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-600" id="name" name="name" placeholder="Your full name" required="" type="text"/>
</div>
<div>
<label class="block text-gray-700 font-semibold mb-2" for="email-contact">
Email
</label>
<input aria-required="true" class="w-full border border-gray-300 rounded-md px-3 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-600" id="email-contact" name="email-contact" placeholder="you@example.com" required="" type="email"/>
</div>
<div>
<label class="block text-gray-700 font-semibold mb-2" for="message">
Message
</label>
<textarea aria-required="true" class="w-full border border-gray-300 rounded-md px-3 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-600" id="message" name="message" placeholder="Write your message here..." required="" rows="5"></textarea>
</div>
<button class="bg-indigo-600 text-white px-6 py-2 rounded-md font-semibold hover:bg-indigo-700 transition focus:outline-none focus:ring-2 focus:ring-indigo-600" type="submit">
Send Message
</button>
<p class="text-center text-sm text-gray-600 mt-4">
Or email me directly at
<a class="text-indigo-600 hover:underline" href="mailto:lilbossalaprod@example.com">
lilbossalaprod@example.com
</a>
</p>
<div class="mt-4 text-center text-green-600 hidden" id="contact-message">
</div>
</form>
</div>
</section>
</main>
<footer class="bg-indigo-600 text-white py-6 mt-auto">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-sm">
© 2024 Lil Boss A La Prod. All rights reserved.
</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a aria-label="Facebook" class="hover:text-indigo-300" href="https://www.facebook.com" rel="noopener" target="_blank">
<i class="fab fa-facebook fa-lg">
</i>
</a>
<a aria-label="Twitter" class="hover:text-indigo-300" href="https://www.twitter.com" rel="noopener" target="_blank">
<i class="fab fa-twitter fa-lg">
</i>
</a>
<a aria-label="Instagram" class="hover:text-indigo-300" href="https://www.instagram.com" rel="noopener" target="_blank">
<i class="fab fa-instagram fa-lg">
</i>
</a>
<a aria-label="YouTube" class="hover:text-indigo-300" href="https://www.youtube.com" rel="noopener" target="_blank">
<i class="fab fa-youtube fa-lg">
</i>
</a>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
const menuBtn = document.getElementById('menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
menuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Genre filter buttons
const genreButtons = document.querySelectorAll('.genre-btn');
const beatCards = document.querySelectorAll('.beat-card');
genreButtons.forEach((btn) => {
btn.addEventListener('click', () => {
genreButtons.forEach((b) => {
b.classList.remove('bg-indigo-600', 'text-white');
b.classList.add('bg-gray-200', 'text-gray-700');
});
btn.classList.add('bg-indigo-600', 'text-white');
btn.classList.remove('bg-gray-200', 'text-gray-700');
const genre = btn.getAttribute('data-genre');
beatCards.forEach((card) => {
if (genre === 'all' || card.getAttribute('data-genre') === genre) {
card.classList.remove('hidden');
} else {
card.classList.add('hidden');
}
});
});
});
// Account form (mock login/register)
const accountForm = document.getElementById('account-form');
const registerBtn = document.getElementById('register-btn');
const accountMessage = document.getElementById('account-message');
accountForm.addEventListener('submit', (e) => {
e.preventDefault();
accountMessage.textContent = 'Login successful! Welcome back.';
accountMessage.classList.remove('hidden');
setTimeout(() => {
accountMessage.classList.add('hidden');
}, 4000);
accountForm.reset();
});
registerBtn.addEventListener('click', () => {
accountMessage.textContent = 'Registration feature coming soon!';
accountMessage.classList.remove('hidden');
setTimeout(() => {
accountMessage.classList.add('hidden');
}, 4000);
});
// Contact form submission (mock)
const contactForm = document.getElementById('contact-form');
const contactMessage = document.getElementById('contact-message');
contactForm.addEventListener('submit', (e) => {
e.preventDefault();
contactMessage.textContent = 'Thank you for your message! I will get back to you soon.';
contactMessage.classList.remove('hidden');
contactForm.reset();
setTimeout(() => {
contactMessage.classList.add('hidden');
}, 6000);
});
</script>
</body>
</html>