prompts-dot-com commited on
Commit
c0873bd
·
verified ·
1 Parent(s): 2bb0abf

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +422 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Rcassets
3
- emoji: 🐠
4
- colorFrom: pink
5
- colorTo: green
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: rcassets
3
+ emoji: 🐳
4
+ colorFrom: blue
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,422 @@
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>RC Assets LLC - Premium Las Vegas Rentals</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=Poppins:wght@300;400;500;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Poppins', sans-serif;
14
+ background-color: #f8fafc;
15
+ }
16
+
17
+ .hero-gradient {
18
+ background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(229,231,235,0.8) 100%);
19
+ }
20
+
21
+ .property-card:hover {
22
+ transform: translateY(-5px);
23
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
24
+ }
25
+
26
+ .property-card {
27
+ transition: all 0.3s ease;
28
+ }
29
+
30
+ .nav-link:hover {
31
+ color: #3b82f6;
32
+ }
33
+
34
+ .placeholder-img {
35
+ background-color: #e2e8f0;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+ color: #94a3b8;
40
+ font-weight: 500;
41
+ }
42
+ </style>
43
+ </head>
44
+ <body>
45
+ <!-- Navigation -->
46
+ <nav class="bg-white shadow-sm sticky top-0 z-50">
47
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
48
+ <div class="flex justify-between h-16">
49
+ <div class="flex items-center">
50
+ <div class="flex-shrink-0 flex items-center">
51
+ <img class="h-10 w-10" src="https://www.freesounds.com/rcassets/rcassets_logo.png" alt="RC Assets Logo">
52
+ <span class="ml-2 text-xl font-semibold text-gray-800">RC Assets LLC</span>
53
+ </div>
54
+ </div>
55
+ <div class="hidden sm:ml-6 sm:flex sm:space-x-8">
56
+ <a href="#" class="nav-link border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
57
+ <a href="#" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Properties</a>
58
+ <a href="#" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">About Us</a>
59
+ <a href="#" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Contact</a>
60
+ </div>
61
+ <div class="hidden sm:ml-6 sm:flex sm:items-center">
62
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-150 ease-in-out">
63
+ <i class="fas fa-phone-alt mr-2"></i> (702) 555-1234
64
+ </button>
65
+ </div>
66
+ <div class="-mr-2 flex items-center sm:hidden">
67
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500" aria-controls="mobile-menu" aria-expanded="false">
68
+ <span class="sr-only">Open main menu</span>
69
+ <i class="fas fa-bars"></i>
70
+ </button>
71
+ </div>
72
+ </div>
73
+ </div>
74
+ </nav>
75
+
76
+ <!-- Hero Section -->
77
+ <div class="hero-gradient">
78
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
79
+ <div class="text-center">
80
+ <h1 class="text-4xl font-extrabold tracking-tight text-gray-900 sm:text-5xl md:text-6xl">
81
+ <span class="block">Premium Rentals in</span>
82
+ <span class="block text-blue-600">Las Vegas Valley</span>
83
+ </h1>
84
+ <p class="mt-3 max-w-md mx-auto text-base text-gray-500 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl">
85
+ RC Assets LLC provides quality housing with exceptional service. We care about our renters and their experience in our properties.
86
+ </p>
87
+ <div class="mt-5 max-w-md mx-auto sm:flex sm:justify-center md:mt-8">
88
+ <div class="rounded-md shadow">
89
+ <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-blue-600 hover:bg-blue-700 md:py-4 md:text-lg md:px-10">
90
+ View Properties
91
+ </a>
92
+ </div>
93
+ <div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3">
94
+ <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
95
+ Contact Us
96
+ </a>
97
+ </div>
98
+ </div>
99
+ </div>
100
+ </div>
101
+ </div>
102
+
103
+ <!-- Featured Properties -->
104
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
105
+ <div class="text-center mb-12">
106
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
107
+ Featured Properties
108
+ </h2>
109
+ <p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4">
110
+ Quality homes at competitive prices in prime Las Vegas locations
111
+ </p>
112
+ </div>
113
+
114
+ <div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
115
+ <!-- Property 1 -->
116
+ <div class="property-card bg-white rounded-lg overflow-hidden shadow-md">
117
+ <div class="placeholder-img h-48 w-full">
118
+ <span>Modern Apartment - Spring Valley</span>
119
+ </div>
120
+ <div class="p-6">
121
+ <div class="flex items-center">
122
+ <span class="inline-block px-2 py-1 text-xs font-semibold text-blue-800 bg-blue-100 rounded-full">Available Now</span>
123
+ <span class="ml-2 text-sm text-gray-500">2 Beds | 2 Baths</span>
124
+ </div>
125
+ <h3 class="mt-2 text-xl font-semibold text-gray-900">The Oasis at Spring Valley</h3>
126
+ <p class="mt-1 text-gray-600">1234 Desert Breeze Ave, Las Vegas, NV</p>
127
+ <div class="mt-4 flex items-center justify-between">
128
+ <span class="text-2xl font-bold text-gray-900">$1,485<span class="text-sm font-normal text-gray-600">/month</span></span>
129
+ <button class="text-blue-600 hover:text-blue-800 font-medium">
130
+ Details <i class="fas fa-arrow-right ml-1"></i>
131
+ </button>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Property 2 -->
137
+ <div class="property-card bg-white rounded-lg overflow-hidden shadow-md">
138
+ <div class="placeholder-img h-48 w-full">
139
+ <span>Luxury Townhome - Summerlin</span>
140
+ </div>
141
+ <div class="p-6">
142
+ <div class="flex items-center">
143
+ <span class="inline-block px-2 py-1 text-xs font-semibold text-blue-800 bg-blue-100 rounded-full">Available Now</span>
144
+ <span class="ml-2 text-sm text-gray-500">3 Beds | 2.5 Baths</span>
145
+ </div>
146
+ <h3 class="mt-2 text-xl font-semibold text-gray-900">Summerlin Heights Townhomes</h3>
147
+ <p class="mt-1 text-gray-600">5678 Red Rock Canyon Dr, Las Vegas, NV</p>
148
+ <div class="mt-4 flex items-center justify-between">
149
+ <span class="text-2xl font-bold text-gray-900">$1,685<span class="text-sm font-normal text-gray-600">/month</span></span>
150
+ <button class="text-blue-600 hover:text-blue-800 font-medium">
151
+ Details <i class="fas fa-arrow-right ml-1"></i>
152
+ </button>
153
+ </div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Property 3 -->
158
+ <div class="property-card bg-white rounded-lg overflow-hidden shadow-md">
159
+ <div class="placeholder-img h-48 w-full">
160
+ <span>Cozy Condo - Henderson</span>
161
+ </div>
162
+ <div class="p-6">
163
+ <div class="flex items-center">
164
+ <span class="inline-block px-2 py-1 text-xs font-semibold text-green-800 bg-green-100 rounded-full">Move-in Ready</span>
165
+ <span class="ml-2 text-sm text-gray-500">1 Bed | 1 Bath</span>
166
+ </div>
167
+ <h3 class="mt-2 text-xl font-semibold text-gray-900">Green Valley Ranch Condos</h3>
168
+ <p class="mt-1 text-gray-600">9101 Horizon Ridge Pkwy, Henderson, NV</p>
169
+ <div class="mt-4 flex items-center justify-between">
170
+ <span class="text-2xl font-bold text-gray-900">$1,350<span class="text-sm font-normal text-gray-600">/month</span></span>
171
+ <button class="text-blue-600 hover:text-blue-800 font-medium">
172
+ Details <i class="fas fa-arrow-right ml-1"></i>
173
+ </button>
174
+ </div>
175
+ </div>
176
+ </div>
177
+ </div>
178
+
179
+ <div class="mt-12 text-center">
180
+ <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-blue-600 hover:bg-blue-700">
181
+ View All Properties
182
+ <i class="fas fa-chevron-right ml-2"></i>
183
+ </a>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Square Footage Section -->
188
+ <div class="bg-gray-50 py-12">
189
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
190
+ <div class="lg:text-center">
191
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
192
+ Spacious Living Options
193
+ </h2>
194
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
195
+ Our properties range from 950 to 1,150 square feet, offering comfortable living spaces.
196
+ </p>
197
+ </div>
198
+
199
+ <div class="mt-10">
200
+ <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-3 md:gap-x-8 md:gap-y-10">
201
+ <div class="relative">
202
+ <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
203
+ <i class="fas fa-ruler-combined"></i>
204
+ </div>
205
+ <p class="ml-16 text-lg leading-6 font-medium text-gray-900">950-1,000 sq.ft.</p>
206
+ <p class="mt-2 ml-16 text-base text-gray-500">
207
+ Cozy yet efficient layouts perfect for singles or couples.
208
+ </p>
209
+ </div>
210
+
211
+ <div class="relative">
212
+ <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
213
+ <i class="fas fa-home"></i>
214
+ </div>
215
+ <p class="ml-16 text-lg leading-6 font-medium text-gray-900">1,000-1,050 sq.ft.</p>
216
+ <p class="mt-2 ml-16 text-base text-gray-500">
217
+ Spacious one-bedroom or compact two-bedroom options.
218
+ </p>
219
+ </div>
220
+
221
+ <div class="relative">
222
+ <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
223
+ <i class="fas fa-expand"></i>
224
+ </div>
225
+ <p class="ml-16 text-lg leading-6 font-medium text-gray-900">1,050-1,150 sq.ft.</p>
226
+ <p class="mt-2 ml-16 text-base text-gray-500">
227
+ Roomy two-bedroom homes with ample living space.
228
+ </p>
229
+ </div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Testimonials -->
236
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
237
+ <div class="text-center">
238
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
239
+ What Our Residents Say
240
+ </h2>
241
+ </div>
242
+
243
+ <div class="mt-16 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
244
+ <div class="bg-white p-6 rounded-lg shadow">
245
+ <div class="flex items-center">
246
+ <div class="flex-shrink-0">
247
+ <div class="h-10 w-10 rounded-full bg-gray-300 flex items-center justify-center">
248
+ <i class="fas fa-user text-gray-500"></i>
249
+ </div>
250
+ </div>
251
+ <div class="ml-4">
252
+ <h3 class="text-lg font-medium text-gray-900">Sarah J.</h3>
253
+ <div class="flex text-yellow-400 mt-1">
254
+ <i class="fas fa-star"></i>
255
+ <i class="fas fa-star"></i>
256
+ <i class="fas fa-star"></i>
257
+ <i class="fas fa-star"></i>
258
+ <i class="fas fa-star"></i>
259
+ </div>
260
+ </div>
261
+ </div>
262
+ <p class="mt-4 text-gray-600">
263
+ "RC Assets has been wonderful to rent from. Any maintenance issues are addressed quickly, and the property is well-maintained. Highly recommend!"
264
+ </p>
265
+ </div>
266
+
267
+ <div class="bg-white p-6 rounded-lg shadow">
268
+ <div class="flex items-center">
269
+ <div class="flex-shrink-0">
270
+ <div class="h-10 w-10 rounded-full bg-gray-300 flex items-center justify-center">
271
+ <i class="fas fa-user text-gray-500"></i>
272
+ </div>
273
+ </div>
274
+ <div class="ml-4">
275
+ <h3 class="text-lg font-medium text-gray-900">Michael T.</h3>
276
+ <div class="flex text-yellow-400 mt-1">
277
+ <i class="fas fa-star"></i>
278
+ <i class="fas fa-star"></i>
279
+ <i class="fas fa-star"></i>
280
+ <i class="fas fa-star"></i>
281
+ <i class="fas fa-star"></i>
282
+ </div>
283
+ </div>
284
+ </div>
285
+ <p class="mt-4 text-gray-600">
286
+ "The management team truly cares about their residents. The property is clean, safe, and in a great location. Very happy with my decision to rent here."
287
+ </p>
288
+ </div>
289
+
290
+ <div class="bg-white p-6 rounded-lg shadow">
291
+ <div class="flex items-center">
292
+ <div class="flex-shrink-0">
293
+ <div class="h-10 w-10 rounded-full bg-gray-300 flex items-center justify-center">
294
+ <i class="fas fa-user text-gray-500"></i>
295
+ </div>
296
+ </div>
297
+ <div class="ml-4">
298
+ <h3 class="text-lg font-medium text-gray-900">Lisa M.</h3>
299
+ <div class="flex text-yellow-400 mt-1">
300
+ <i class="fas fa-star"></i>
301
+ <i class="fas fa-star"></i>
302
+ <i class="fas fa-star"></i>
303
+ <i class="fas fa-star"></i>
304
+ <i class="fas fa-star-half-alt"></i>
305
+ </div>
306
+ </div>
307
+ </div>
308
+ <p class="mt-4 text-gray-600">
309
+ "After renting from several companies in Vegas, RC Assets stands out for their professionalism and responsiveness. The apartment is exactly as advertised."
310
+ </p>
311
+ </div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Call to Action -->
316
+ <div class="bg-blue-700">
317
+ <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">
318
+ <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
319
+ <span class="block">Ready to find your new home?</span>
320
+ <span class="block text-blue-200">Contact us today to schedule a viewing.</span>
321
+ </h2>
322
+ <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
323
+ <div class="inline-flex rounded-md shadow">
324
+ <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50">
325
+ <i class="fas fa-calendar-alt mr-2"></i> Schedule Tour
326
+ </a>
327
+ </div>
328
+ <div class="ml-3 inline-flex rounded-md shadow">
329
+ <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-blue-600 bg-opacity-60 hover:bg-opacity-70">
330
+ <i class="fas fa-phone-alt mr-2"></i> Call Now
331
+ </a>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Footer -->
338
+ <footer class="bg-gray-800">
339
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
340
+ <div class="grid grid-cols-2 gap-8 md:grid-cols-4">
341
+ <div>
342
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Properties</h3>
343
+ <ul class="mt-4 space-y-4">
344
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">All Listings</a></li>
345
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Apartments</a></li>
346
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Townhomes</a></li>
347
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Condos</a></li>
348
+ </ul>
349
+ </div>
350
+ <div>
351
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Locations</h3>
352
+ <ul class="mt-4 space-y-4">
353
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Spring Valley</a></li>
354
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Summerlin</a></li>
355
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Henderson</a></li>
356
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">North Las Vegas</a></li>
357
+ </ul>
358
+ </div>
359
+ <div>
360
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Company</h3>
361
+ <ul class="mt-4 space-y-4">
362
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">About Us</a></li>
363
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Our Team</a></li>
364
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Careers</a></li>
365
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Privacy Policy</a></li>
366
+ </ul>
367
+ </div>
368
+ <div>
369
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Contact</h3>
370
+ <ul class="mt-4 space-y-4">
371
+ <li class="text-base text-gray-400">(702) 555-1234</li>
372
+ <li class="text-base text-gray-400">[email protected]</li>
373
+ <li class="text-base text-gray-400">1234 Business Park Dr<br>Las Vegas, NV 89118</li>
374
+ </ul>
375
+ </div>
376
+ </div>
377
+ <div class="mt-12 border-t border-gray-700 pt-8 flex justify-between">
378
+ <div class="flex items-center">
379
+ <img class="h-8 w-8" src="https://www.freesounds.com/rcassets/rcassets_logo.png" alt="RC Assets Logo">
380
+ <span class="ml-2 text-white font-medium">RC Assets LLC</span>
381
+ </div>
382
+ <p class="text-gray-400 text-sm">
383
+ &copy; 2025 RC Assets LLC. All rights reserved.
384
+ </p>
385
+ <div class="flex space-x-6">
386
+ <a href="#" class="text-gray-400 hover:text-white">
387
+ <i class="fab fa-facebook-f"></i>
388
+ </a>
389
+ <a href="#" class="text-gray-400 hover:text-white">
390
+ <i class="fab fa-instagram"></i>
391
+ </a>
392
+ <a href="#" class="text-gray-400 hover:text-white">
393
+ <i class="fab fa-twitter"></i>
394
+ </a>
395
+ </div>
396
+ </div>
397
+ </div>
398
+ </footer>
399
+
400
+ <script>
401
+ // Simple mobile menu toggle functionality
402
+ document.addEventListener('DOMContentLoaded', function() {
403
+ const mobileMenuButton = document.querySelector('[aria-controls="mobile-menu"]');
404
+ mobileMenuButton.addEventListener('click', function() {
405
+ // This would toggle a mobile menu if implemented
406
+ console.log('Mobile menu button clicked');
407
+ // In a real implementation, you would show/hide the mobile menu here
408
+ });
409
+
410
+ // Smooth scrolling for anchor links
411
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
412
+ anchor.addEventListener('click', function (e) {
413
+ e.preventDefault();
414
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
415
+ behavior: 'smooth'
416
+ });
417
+ });
418
+ });
419
+ });
420
+ </script>
421
+ <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 <a href="https://enzostvs-deepsite.hf.space" style="color: #fff;" target="_blank" >DeepSite</a> <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;"></p></body>
422
+ </html>