Wasty5 commited on
Commit
f51f6ad
·
verified ·
1 Parent(s): 17550af

Code a beautiful website where I will upload music, podcast, video for people to download with the name Agyemang.com - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +534 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Bluetooth
3
- emoji: 🔥
4
- colorFrom: pink
5
- colorTo: yellow
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: bluetooth
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: blue
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,534 @@
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>Agyemang.com - Share Your Media</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
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #6e8efb, #a777e3);
12
+ }
13
+ .file-upload:hover .upload-icon {
14
+ transform: translateY(-5px);
15
+ transition: all 0.3s ease;
16
+ }
17
+ .media-card:hover {
18
+ transform: translateY(-5px);
19
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
20
+ transition: all 0.3s ease;
21
+ }
22
+ .wave {
23
+ position: absolute;
24
+ bottom: 0;
25
+ left: 0;
26
+ width: 100%;
27
+ overflow: hidden;
28
+ line-height: 0;
29
+ }
30
+ .wave svg {
31
+ position: relative;
32
+ display: block;
33
+ width: calc(100% + 1.3px);
34
+ height: 150px;
35
+ }
36
+ .wave .shape-fill {
37
+ fill: #FFFFFF;
38
+ }
39
+ @keyframes float {
40
+ 0% { transform: translateY(0px); }
41
+ 50% { transform: translateY(-10px); }
42
+ 100% { transform: translateY(0px); }
43
+ }
44
+ .floating {
45
+ animation: float 3s ease-in-out infinite;
46
+ }
47
+ </style>
48
+ </head>
49
+ <body class="font-sans antialiased text-gray-800">
50
+ <!-- Navigation -->
51
+ <nav class="bg-white shadow-lg">
52
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
53
+ <div class="flex justify-between h-16">
54
+ <div class="flex">
55
+ <div class="flex-shrink-0 flex items-center">
56
+ <div class="flex items-center">
57
+ <i class="fas fa-cloud-upload-alt text-purple-600 text-2xl mr-2"></i>
58
+ <span class="text-xl font-bold text-purple-600">Agyemang.com</span>
59
+ </div>
60
+ </div>
61
+ </div>
62
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
63
+ <a href="#" class="text-purple-600 border-b-2 border-purple-500 px-3 py-2 text-sm font-medium">Home</a>
64
+ <a href="#" class="text-gray-500 hover:text-purple-600 px-3 py-2 text-sm font-medium">Upload</a>
65
+ <a href="#" class="text-gray-500 hover:text-purple-600 px-3 py-2 text-sm font-medium">Browse</a>
66
+ <a href="#" class="text-gray-500 hover:text-purple-600 px-3 py-2 text-sm font-medium">Pricing</a>
67
+ <a href="#" class="text-gray-500 hover:text-purple-600 px-3 py-2 text-sm font-medium">About</a>
68
+ </div>
69
+ <div class="flex items-center">
70
+ <button class="bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-md text-sm font-medium">
71
+ Sign In
72
+ </button>
73
+ <button class="md:hidden ml-4 inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none">
74
+ <i class="fas fa-bars"></i>
75
+ </button>
76
+ </div>
77
+ </div>
78
+ </div>
79
+ </nav>
80
+
81
+ <!-- Hero Section -->
82
+ <div class="gradient-bg relative overflow-hidden">
83
+ <div class="max-w-7xl mx-auto">
84
+ <div class="relative z-10 pb-8 sm:pb-16 md:pb-20 lg:max-w-2xl lg:w-full lg:pb-28 xl:pb-32">
85
+ <div class="pt-10 sm:pt-16 lg:pt-8 lg:pb-14 lg:overflow-hidden">
86
+ <div class="mt-10 mx-auto max-w-7xl px-4 sm:mt-12 sm:px-6 md:mt-16 lg:mt-20 lg:px-8 xl:mt-28">
87
+ <div class="sm:text-center lg:text-left">
88
+ <h1 class="text-4xl tracking-tight font-extrabold text-white sm:text-5xl md:text-6xl">
89
+ <span class="block">Share your creativity</span>
90
+ <span class="block text-purple-200">with the world</span>
91
+ </h1>
92
+ <p class="mt-3 text-base text-purple-100 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
93
+ Upload and share your music, podcasts, and videos with a global audience. Simple, fast, and reliable.
94
+ </p>
95
+ <div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
96
+ <div class="rounded-md shadow">
97
+ <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-purple-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
98
+ Start Uploading
99
+ </a>
100
+ </div>
101
+ <div class="mt-3 sm:mt-0 sm:ml-3">
102
+ <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-500 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10">
103
+ Learn more
104
+ </a>
105
+ </div>
106
+ </div>
107
+ </div>
108
+ </div>
109
+ </div>
110
+ <div class="absolute top-1/4 right-0 hidden lg:block">
111
+ <img class="floating w-96" src="https://cdn-icons-png.flaticon.com/512/3161/3161837.png" alt="Media upload illustration">
112
+ </div>
113
+ </div>
114
+ </div>
115
+ <div class="wave">
116
+ <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
117
+ <path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
118
+ </svg>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Upload Section -->
123
+ <div class="py-12 bg-white">
124
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
125
+ <div class="lg:text-center">
126
+ <h2 class="text-base text-purple-600 font-semibold tracking-wide uppercase">Upload Media</h2>
127
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
128
+ Share your content in seconds
129
+ </p>
130
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
131
+ Drag and drop your files or browse your device to upload music, podcasts, or videos.
132
+ </p>
133
+ </div>
134
+
135
+ <div class="mt-10">
136
+ <div class="file-upload relative border-2 border-dashed border-gray-300 rounded-lg p-12 text-center hover:border-purple-500 transition-colors duration-300">
137
+ <div class="upload-icon mx-auto h-12 w-12 text-purple-500 mb-4">
138
+ <i class="fas fa-cloud-upload-alt text-5xl"></i>
139
+ </div>
140
+ <div class="flex text-sm text-gray-600">
141
+ <label for="file-upload" class="relative cursor-pointer bg-white rounded-md font-medium text-purple-600 hover:text-purple-500 focus-within:outline-none focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-purple-500 mx-auto">
142
+ <span>Upload a file</span>
143
+ <input id="file-upload" name="file-upload" type="file" class="sr-only" multiple>
144
+ </label>
145
+ <p class="pl-1">or drag and drop</p>
146
+ </div>
147
+ <p class="text-xs text-gray-500 mt-2">
148
+ MP3, WAV, MP4, MOV up to 100MB
149
+ </p>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="mt-8 grid grid-cols-1 gap-5 sm:grid-cols-2 lg:grid-cols-3">
154
+ <div class="bg-white overflow-hidden shadow rounded-lg">
155
+ <div class="px-4 py-5 sm:p-6">
156
+ <div class="flex items-center">
157
+ <div class="flex-shrink-0 bg-purple-500 rounded-md p-3">
158
+ <i class="fas fa-music text-white text-xl"></i>
159
+ </div>
160
+ <div class="ml-5 w-0 flex-1">
161
+ <dt class="text-sm font-medium text-gray-500 truncate">
162
+ Music Uploads
163
+ </dt>
164
+ <dd class="flex items-baseline">
165
+ <div class="text-2xl font-semibold text-gray-900">
166
+ 1,248
167
+ </div>
168
+ </dd>
169
+ </div>
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="bg-white overflow-hidden shadow rounded-lg">
175
+ <div class="px-4 py-5 sm:p-6">
176
+ <div class="flex items-center">
177
+ <div class="flex-shrink-0 bg-purple-500 rounded-md p-3">
178
+ <i class="fas fa-podcast text-white text-xl"></i>
179
+ </div>
180
+ <div class="ml-5 w-0 flex-1">
181
+ <dt class="text-sm font-medium text-gray-500 truncate">
182
+ Podcast Uploads
183
+ </dt>
184
+ <dd class="flex items-baseline">
185
+ <div class="text-2xl font-semibold text-gray-900">
186
+ 892
187
+ </div>
188
+ </dd>
189
+ </div>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="bg-white overflow-hidden shadow rounded-lg">
195
+ <div class="px-4 py-5 sm:p-6">
196
+ <div class="flex items-center">
197
+ <div class="flex-shrink-0 bg-purple-500 rounded-md p-3">
198
+ <i class="fas fa-video text-white text-xl"></i>
199
+ </div>
200
+ <div class="ml-5 w-0 flex-1">
201
+ <dt class="text-sm font-medium text-gray-500 truncate">
202
+ Video Uploads
203
+ </dt>
204
+ <dd class="flex items-baseline">
205
+ <div class="text-2xl font-semibold text-gray-900">
206
+ 2,156
207
+ </div>
208
+ </dd>
209
+ </div>
210
+ </div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Featured Media -->
218
+ <div class="bg-gray-50 py-12">
219
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
220
+ <div class="lg:text-center">
221
+ <h2 class="text-base text-purple-600 font-semibold tracking-wide uppercase">Featured Content</h2>
222
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
223
+ Discover trending media
224
+ </p>
225
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
226
+ Check out the most popular uploads from our community.
227
+ </p>
228
+ </div>
229
+
230
+ <div class="mt-10 grid gap-10 grid-cols-1 sm:grid-cols-2 lg:grid-cols-3">
231
+ <!-- Media Card 1 -->
232
+ <div class="media-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300">
233
+ <div class="relative pb-2/3 h-48">
234
+ <img class="absolute h-full w-full object-cover" src="https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Music cover">
235
+ <div class="absolute inset-0 bg-purple-500 bg-opacity-25 flex items-center justify-center">
236
+ <button class="bg-white bg-opacity-90 hover:bg-opacity-100 rounded-full p-3 shadow-lg">
237
+ <i class="fas fa-play text-purple-600 text-xl"></i>
238
+ </button>
239
+ </div>
240
+ </div>
241
+ <div class="p-4">
242
+ <h3 class="font-semibold text-lg mb-1">Summer Vibes</h3>
243
+ <p class="text-gray-600 text-sm mb-2">By DJ Agyemang</p>
244
+ <div class="flex justify-between items-center">
245
+ <span class="text-xs text-gray-500"><i class="fas fa-music mr-1"></i> MP3</span>
246
+ <button class="text-purple-600 hover:text-purple-800 text-sm font-medium">
247
+ <i class="fas fa-download mr-1"></i> Download
248
+ </button>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Media Card 2 -->
254
+ <div class="media-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300">
255
+ <div class="relative pb-2/3 h-48">
256
+ <img class="absolute h-full w-full object-cover" src="https://images.unsplash.com/photo-1478737270239-2f02b77fc618?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Podcast cover">
257
+ <div class="absolute inset-0 bg-purple-500 bg-opacity-25 flex items-center justify-center">
258
+ <button class="bg-white bg-opacity-90 hover:bg-opacity-100 rounded-full p-3 shadow-lg">
259
+ <i class="fas fa-play text-purple-600 text-xl"></i>
260
+ </button>
261
+ </div>
262
+ </div>
263
+ <div class="p-4">
264
+ <h3 class="font-semibold text-lg mb-1">Tech Talk Weekly</h3>
265
+ <p class="text-gray-600 text-sm mb-2">By Agyemang Tech</p>
266
+ <div class="flex justify-between items-center">
267
+ <span class="text-xs text-gray-500"><i class="fas fa-podcast mr-1"></i> Podcast</span>
268
+ <button class="text-purple-600 hover:text-purple-800 text-sm font-medium">
269
+ <i class="fas fa-download mr-1"></i> Download
270
+ </button>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Media Card 3 -->
276
+ <div class="media-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300">
277
+ <div class="relative pb-2/3 h-48">
278
+ <img class="absolute h-full w-full object-cover" src="https://images.unsplash.com/photo-1557672172-298e090bd0f1?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Video thumbnail">
279
+ <div class="absolute inset-0 bg-purple-500 bg-opacity-25 flex items-center justify-center">
280
+ <button class="bg-white bg-opacity-90 hover:bg-opacity-100 rounded-full p-3 shadow-lg">
281
+ <i class="fas fa-play text-purple-600 text-xl"></i>
282
+ </button>
283
+ </div>
284
+ </div>
285
+ <div class="p-4">
286
+ <h3 class="font-semibold text-lg mb-1">Ghana Travel Guide</h3>
287
+ <p class="text-gray-600 text-sm mb-2">By Travel With Agyemang</p>
288
+ <div class="flex justify-between items-center">
289
+ <span class="text-xs text-gray-500"><i class="fas fa-video mr-1"></i> MP4</span>
290
+ <button class="text-purple-600 hover:text-purple-800 text-sm font-medium">
291
+ <i class="fas fa-download mr-1"></i> Download
292
+ </button>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <div class="mt-10 text-center">
299
+ <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-purple-600 hover:bg-purple-700">
300
+ Browse All Content
301
+ <i class="fas fa-arrow-right ml-2"></i>
302
+ </a>
303
+ </div>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Features -->
308
+ <div class="py-12 bg-white">
309
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
310
+ <div class="lg:text-center">
311
+ <h2 class="text-base text-purple-600 font-semibold tracking-wide uppercase">Features</h2>
312
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
313
+ Why choose Agyemang.com?
314
+ </p>
315
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
316
+ The best platform for sharing your creative work with the world.
317
+ </p>
318
+ </div>
319
+
320
+ <div class="mt-10">
321
+ <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
322
+ <div class="flex">
323
+ <div class="flex-shrink-0">
324
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
325
+ <i class="fas fa-bolt"></i>
326
+ </div>
327
+ </div>
328
+ <div class="ml-4">
329
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Fast Uploads</h3>
330
+ <p class="mt-2 text-base text-gray-500">
331
+ Our optimized servers ensure your files upload quickly, no matter the size.
332
+ </p>
333
+ </div>
334
+ </div>
335
+
336
+ <div class="flex">
337
+ <div class="flex-shrink-0">
338
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
339
+ <i class="fas fa-shield-alt"></i>
340
+ </div>
341
+ </div>
342
+ <div class="ml-4">
343
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Secure Storage</h3>
344
+ <p class="mt-2 text-base text-gray-500">
345
+ Your files are protected with enterprise-grade security and regular backups.
346
+ </p>
347
+ </div>
348
+ </div>
349
+
350
+ <div class="flex">
351
+ <div class="flex-shrink-0">
352
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
353
+ <i class="fas fa-chart-line"></i>
354
+ </div>
355
+ </div>
356
+ <div class="ml-4">
357
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Analytics</h3>
358
+ <p class="mt-2 text-base text-gray-500">
359
+ Track downloads, plays, and audience engagement with our detailed analytics.
360
+ </p>
361
+ </div>
362
+ </div>
363
+
364
+ <div class="flex">
365
+ <div class="flex-shrink-0">
366
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
367
+ <i class="fas fa-globe"></i>
368
+ </div>
369
+ </div>
370
+ <div class="ml-4">
371
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Global CDN</h3>
372
+ <p class="mt-2 text-base text-gray-500">
373
+ Fast downloads worldwide thanks to our content delivery network.
374
+ </p>
375
+ </div>
376
+ </div>
377
+ </div>
378
+ </div>
379
+ </div>
380
+ </div>
381
+
382
+ <!-- CTA Section -->
383
+ <div class="gradient-bg">
384
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
385
+ <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
386
+ <span class="block">Ready to share your content?</span>
387
+ <span class="block text-purple-200">Start uploading today.</span>
388
+ </h2>
389
+ <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
390
+ <div class="inline-flex rounded-md shadow">
391
+ <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-purple-600 bg-white hover:bg-gray-50">
392
+ Sign up for free
393
+ </a>
394
+ </div>
395
+ <div class="ml-3 inline-flex rounded-md shadow">
396
+ <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-500 bg-opacity-60 hover:bg-opacity-70">
397
+ Learn more
398
+ </a>
399
+ </div>
400
+ </div>
401
+ </div>
402
+ </div>
403
+
404
+ <!-- Footer -->
405
+ <footer class="bg-gray-800">
406
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
407
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
408
+ <div>
409
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Company</h3>
410
+ <ul class="mt-4 space-y-4">
411
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">About</a></li>
412
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Blog</a></li>
413
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Careers</a></li>
414
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Contact</a></li>
415
+ </ul>
416
+ </div>
417
+ <div>
418
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Legal</h3>
419
+ <ul class="mt-4 space-y-4">
420
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Privacy</a></li>
421
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Terms</a></li>
422
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Cookie Policy</a></li>
423
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">DMCA</a></li>
424
+ </ul>
425
+ </div>
426
+ <div>
427
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Resources</h3>
428
+ <ul class="mt-4 space-y-4">
429
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Help Center</a></li>
430
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Community</a></li>
431
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Developers</a></li>
432
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Status</a></li>
433
+ </ul>
434
+ </div>
435
+ <div>
436
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Connect</h3>
437
+ <ul class="mt-4 space-y-4">
438
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Twitter</a></li>
439
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Facebook</a></li>
440
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Instagram</a></li>
441
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">YouTube</a></li>
442
+ </ul>
443
+ </div>
444
+ </div>
445
+ <div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between">
446
+ <div class="flex space-x-6 md:order-2">
447
+ <a href="#" class="text-gray-400 hover:text-white">
448
+ <span class="sr-only">Facebook</span>
449
+ <i class="fab fa-facebook-f"></i>
450
+ </a>
451
+ <a href="#" class="text-gray-400 hover:text-white">
452
+ <span class="sr-only">Instagram</span>
453
+ <i class="fab fa-instagram"></i>
454
+ </a>
455
+ <a href="#" class="text-gray-400 hover:text-white">
456
+ <span class="sr-only">Twitter</span>
457
+ <i class="fab fa-twitter"></i>
458
+ </a>
459
+ <a href="#" class="text-gray-400 hover:text-white">
460
+ <span class="sr-only">YouTube</span>
461
+ <i class="fab fa-youtube"></i>
462
+ </a>
463
+ </div>
464
+ <p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1">
465
+ &copy; 2023 Agyemang.com. All rights reserved.
466
+ </p>
467
+ </div>
468
+ </div>
469
+ </footer>
470
+
471
+ <!-- File upload handling -->
472
+ <script>
473
+ document.addEventListener('DOMContentLoaded', function() {
474
+ const fileUpload = document.querySelector('.file-upload');
475
+ const fileInput = document.getElementById('file-upload');
476
+
477
+ // Handle drag and drop
478
+ ['dragenter', 'dragover', 'dragleave', 'drop'].forEach(eventName => {
479
+ fileUpload.addEventListener(eventName, preventDefaults, false);
480
+ });
481
+
482
+ function preventDefaults(e) {
483
+ e.preventDefault();
484
+ e.stopPropagation();
485
+ }
486
+
487
+ ['dragenter', 'dragover'].forEach(eventName => {
488
+ fileUpload.addEventListener(eventName, highlight, false);
489
+ });
490
+
491
+ ['dragleave', 'drop'].forEach(eventName => {
492
+ fileUpload.addEventListener(eventName, unhighlight, false);
493
+ });
494
+
495
+ function highlight() {
496
+ fileUpload.classList.add('border-purple-500');
497
+ fileUpload.classList.add('bg-purple-50');
498
+ }
499
+
500
+ function unhighlight() {
501
+ fileUpload.classList.remove('border-purple-500');
502
+ fileUpload.classList.remove('bg-purple-50');
503
+ }
504
+
505
+ fileUpload.addEventListener('drop', handleDrop, false);
506
+
507
+ function handleDrop(e) {
508
+ const dt = e.dataTransfer;
509
+ const files = dt.files;
510
+ fileInput.files = files;
511
+ handleFiles(files);
512
+ }
513
+
514
+ fileInput.addEventListener('change', function() {
515
+ handleFiles(this.files);
516
+ });
517
+
518
+ function handleFiles(files) {
519
+ if (files.length > 0) {
520
+ alert(`Successfully selected ${files.length} file(s) for upload!`);
521
+ // Here you would typically handle the actual file upload
522
+ }
523
+ }
524
+
525
+ // Mobile menu toggle
526
+ const mobileMenuButton = document.querySelector('.md\\:hidden');
527
+ mobileMenuButton.addEventListener('click', function() {
528
+ // This would toggle a mobile menu in a real implementation
529
+ alert('Mobile menu would open here');
530
+ });
531
+ });
532
+ </script>
533
+ <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=Wasty5/bluetooth" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
534
+ </html>