SilentProgrammer commited on
Commit
ec7024f
·
verified ·
1 Parent(s): 5aac4cd

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +698 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Uiverse Web
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: uiverse-web
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: purple
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,698 @@
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>UIverse - UI Components & Inspiration</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
+ .component-card:hover .component-actions {
11
+ opacity: 1;
12
+ }
13
+ .gradient-bg {
14
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
15
+ }
16
+ .category-filter::-webkit-scrollbar {
17
+ display: none;
18
+ }
19
+ .animate-float {
20
+ animation: float 6s ease-in-out infinite;
21
+ }
22
+ @keyframes float {
23
+ 0% { transform: translateY(0px); }
24
+ 50% { transform: translateY(-20px); }
25
+ 100% { transform: translateY(0px); }
26
+ }
27
+ </style>
28
+ </head>
29
+ <body class="bg-gray-50 font-sans antialiased">
30
+ <!-- Navigation -->
31
+ <nav class="bg-white shadow-sm sticky top-0 z-50">
32
+ <div class="container mx-auto px-4 py-3 flex items-center justify-between">
33
+ <!-- Logo -->
34
+ <div class="flex items-center">
35
+ <div class="w-10 h-10 gradient-bg rounded-lg flex items-center justify-center">
36
+ <i class="fas fa-cubes text-white text-xl"></i>
37
+ </div>
38
+ <span class="ml-2 font-bold text-gray-800 text-xl">UIverse</span>
39
+ </div>
40
+
41
+ <!-- Main Navigation -->
42
+ <div class="hidden md:flex space-x-8">
43
+ <a href="#" class="text-gray-700 hover:text-purple-600 font-medium">Components</a>
44
+ <a href="#" class="text-gray-700 hover:text-purple-600 font-medium">Templates</a>
45
+ <a href="#" class="text-gray-700 hover:text-purple-600 font-medium">Inspiration</a>
46
+ <a href="#" class="text-gray-700 hover:text-purple-600 font-medium">Resources</a>
47
+ </div>
48
+
49
+ <!-- Search and User -->
50
+ <div class="flex items-center space-x-4">
51
+ <div class="relative hidden md:block">
52
+ <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
53
+ <i class="fas fa-search text-gray-400"></i>
54
+ </div>
55
+ <input type="text" class="block w-full pl-10 pr-3 py-2 bg-gray-100 rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-200" placeholder="Search components...">
56
+ </div>
57
+ <button class="hidden md:block px-4 py-2 bg-gradient-to-r from-purple-600 to-indigo-600 text-white rounded-lg font-medium hover:opacity-90 transition">
58
+ Submit UI
59
+ </button>
60
+ <div class="w-8 h-8 rounded-full bg-gray-200 flex items-center justify-center md:hidden">
61
+ <i class="fas fa-bars text-gray-600"></i>
62
+ </div>
63
+ </div>
64
+ </div>
65
+ </nav>
66
+
67
+ <!-- Hero Section -->
68
+ <section class="gradient-bg text-white py-16">
69
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
70
+ <div class="md:w-1/2 mb-10 md:mb-0">
71
+ <h1 class="text-4xl md:text-5xl font-bold mb-4">Build beautiful interfaces</h1>
72
+ <p class="text-xl mb-8 opacity-90">Discover and use free UI components, templates and design inspiration for your next project.</p>
73
+ <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
74
+ <button class="px-6 py-3 bg-white text-purple-600 rounded-lg font-bold hover:bg-gray-100 transition">
75
+ Browse Components
76
+ </button>
77
+ <button class="px-6 py-3 bg-transparent border-2 border-white rounded-lg font-bold hover:bg-white/10 transition">
78
+ How it works
79
+ </button>
80
+ </div>
81
+ </div>
82
+ <div class="md:w-1/2 flex justify-center">
83
+ <div class="relative w-full max-w-md">
84
+ <div class="absolute -top-10 -left-10 w-24 h-24 bg-white/10 rounded-full animate-float"></div>
85
+ <div class="absolute -bottom-10 -right-10 w-24 h-24 bg-white/10 rounded-full animate-float" style="animation-delay: 2s;"></div>
86
+ <div class="relative bg-white rounded-xl shadow-2xl overflow-hidden">
87
+ <div class="bg-gray-100 h-8 flex items-center px-3 space-x-2">
88
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
89
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
90
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
91
+ </div>
92
+ <div class="p-6">
93
+ <div class="flex items-center mb-4">
94
+ <div class="w-10 h-10 rounded-full bg-gray-200 mr-3"></div>
95
+ <div>
96
+ <div class="h-3 w-24 bg-gray-200 rounded mb-1"></div>
97
+ <div class="h-2 w-16 bg-gray-100 rounded"></div>
98
+ </div>
99
+ </div>
100
+ <div class="space-y-3">
101
+ <div class="h-3 w-full bg-gray-200 rounded"></div>
102
+ <div class="h-3 w-5/6 bg-gray-200 rounded"></div>
103
+ <div class="h-3 w-4/6 bg-gray-200 rounded"></div>
104
+ </div>
105
+ <div class="mt-6 pt-4 border-t border-gray-200 flex justify-between">
106
+ <div class="h-8 w-20 bg-gray-200 rounded"></div>
107
+ <div class="h-8 w-24 bg-purple-600 rounded"></div>
108
+ </div>
109
+ </div>
110
+ </div>
111
+ </div>
112
+ </div>
113
+ </div>
114
+ </section>
115
+
116
+ <!-- Categories Filter -->
117
+ <section class="bg-white py-6 border-b border-gray-200 sticky top-16 z-40">
118
+ <div class="container mx-auto px-4">
119
+ <div class="flex overflow-x-auto category-filter space-x-3 pb-2">
120
+ <button class="px-4 py-2 bg-purple-600 text-white rounded-full font-medium whitespace-nowrap">
121
+ All Components
122
+ </button>
123
+ <button class="px-4 py-2 bg-gray-100 hover:bg-gray-200 rounded-full font-medium whitespace-nowrap">
124
+ Buttons
125
+ </button>
126
+ <button class="px-4 py-2 bg-gray-100 hover:bg-gray-200 rounded-full font-medium whitespace-nowrap">
127
+ Cards
128
+ </button>
129
+ <button class="px-4 py-2 bg-gray-100 hover:bg-gray-200 rounded-full font-medium whitespace-nowrap">
130
+ Forms
131
+ </button>
132
+ <button class="px-4 py-2 bg-gray-100 hover:bg-gray-200 rounded-full font-medium whitespace-nowrap">
133
+ Navigation
134
+ </button>
135
+ <button class="px-4 py-2 bg-gray-100 hover:bg-gray-200 rounded-full font-medium whitespace-nowrap">
136
+ Loaders
137
+ </button>
138
+ <button class="px-4 py-2 bg-gray-100 hover:bg-gray-200 rounded-full font-medium whitespace-nowrap">
139
+ Modals
140
+ </button>
141
+ <button class="px-4 py-2 bg-gray-100 hover:bg-gray-200 rounded-full font-medium whitespace-nowrap">
142
+ Tabs
143
+ </button>
144
+ <button class="px-4 py-2 bg-gray-100 hover:bg-gray-200 rounded-full font-medium whitespace-nowrap">
145
+ Tooltips
146
+ </button>
147
+ </div>
148
+ </div>
149
+ </section>
150
+
151
+ <!-- Main Content -->
152
+ <main class="container mx-auto px-4 py-12">
153
+ <!-- Section Header -->
154
+ <div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-8">
155
+ <div>
156
+ <h2 class="text-2xl font-bold text-gray-800">Popular UI Components</h2>
157
+ <p class="text-gray-600">Hand-picked collection of the best UI components</p>
158
+ </div>
159
+ <div class="mt-4 md:mt-0 flex space-x-3">
160
+ <div class="relative">
161
+ <select class="appearance-none bg-gray-100 border-0 rounded-lg pl-4 pr-8 py-2 focus:outline-none focus:ring-2 focus:ring-purple-200">
162
+ <option>Sort by Popular</option>
163
+ <option>Sort by Newest</option>
164
+ <option>Sort by Trending</option>
165
+ </select>
166
+ <div class="absolute inset-y-0 right-0 flex items-center pr-2 pointer-events-none">
167
+ <i class="fas fa-chevron-down text-gray-500"></i>
168
+ </div>
169
+ </div>
170
+ <button class="p-2 bg-gray-100 rounded-lg hover:bg-gray-200">
171
+ <i class="fas fa-th-large text-gray-600"></i>
172
+ </button>
173
+ <button class="p-2 bg-gray-100 rounded-lg hover:bg-gray-200">
174
+ <i class="fas fa-list text-gray-600"></i>
175
+ </button>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Components Grid -->
180
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6">
181
+ <!-- Component 1 -->
182
+ <div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition">
183
+ <div class="relative h-48 bg-gray-100 flex items-center justify-center">
184
+ <div class="p-4 w-full">
185
+ <div class="flex justify-center space-x-3 mb-3">
186
+ <div class="h-10 w-24 bg-purple-500 rounded-lg"></div>
187
+ <div class="h-10 w-24 bg-purple-100 rounded-lg"></div>
188
+ </div>
189
+ <div class="flex justify-center space-x-3">
190
+ <div class="h-10 w-24 bg-purple-600 rounded-lg"></div>
191
+ <div class="h-10 w-24 bg-purple-200 rounded-lg"></div>
192
+ </div>
193
+ </div>
194
+ <div class="component-actions absolute top-0 right-0 p-3 opacity-0 transition">
195
+ <button class="w-9 h-9 bg-white rounded-full shadow flex items-center justify-center hover:bg-gray-100">
196
+ <i class="fas fa-heart text-gray-600"></i>
197
+ </button>
198
+ </div>
199
+ </div>
200
+ <div class="p-4">
201
+ <div class="flex justify-between items-start">
202
+ <div>
203
+ <h3 class="font-bold text-gray-800">Button Styles</h3>
204
+ <p class="text-sm text-gray-500">10 variations</p>
205
+ </div>
206
+ <div class="flex items-center text-sm text-gray-500">
207
+ <i class="fas fa-heart mr-1 text-red-500"></i>
208
+ <span>248</span>
209
+ </div>
210
+ </div>
211
+ <div class="mt-3 flex justify-between items-center">
212
+ <div class="flex items-center">
213
+ <div class="w-6 h-6 rounded-full bg-gray-300 mr-2"></div>
214
+ <span class="text-sm text-gray-600">@uidesigner</span>
215
+ </div>
216
+ <button class="text-sm text-purple-600 hover:text-purple-800 font-medium">
217
+ View Code
218
+ </button>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Component 2 -->
224
+ <div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition">
225
+ <div class="relative h-48 bg-gray-100 flex items-center justify-center">
226
+ <div class="p-4 w-full">
227
+ <div class="bg-white rounded-lg shadow-sm p-4 max-w-xs mx-auto">
228
+ <div class="flex items-center mb-3">
229
+ <div class="w-8 h-8 rounded-full bg-purple-100 mr-3 flex items-center justify-center">
230
+ <i class="fas fa-user text-purple-600"></i>
231
+ </div>
232
+ <div>
233
+ <div class="h-3 w-24 bg-gray-200 rounded mb-1"></div>
234
+ <div class="h-2 w-16 bg-gray-100 rounded"></div>
235
+ </div>
236
+ </div>
237
+ <div class="h-3 w-full bg-gray-200 rounded mb-1"></div>
238
+ <div class="h-3 w-5/6 bg-gray-200 rounded"></div>
239
+ </div>
240
+ </div>
241
+ <div class="component-actions absolute top-0 right-0 p-3 opacity-0 transition">
242
+ <button class="w-9 h-9 bg-white rounded-full shadow flex items-center justify-center hover:bg-gray-100">
243
+ <i class="fas fa-heart text-gray-600"></i>
244
+ </button>
245
+ </div>
246
+ </div>
247
+ <div class="p-4">
248
+ <div class="flex justify-between items-start">
249
+ <div>
250
+ <h3 class="font-bold text-gray-800">User Card</h3>
251
+ <p class="text-sm text-gray-500">3 variations</p>
252
+ </div>
253
+ <div class="flex items-center text-sm text-gray-500">
254
+ <i class="fas fa-heart mr-1 text-red-500"></i>
255
+ <span>189</span>
256
+ </div>
257
+ </div>
258
+ <div class="mt-3 flex justify-between items-center">
259
+ <div class="flex items-center">
260
+ <div class="w-6 h-6 rounded-full bg-gray-300 mr-2"></div>
261
+ <span class="text-sm text-gray-600">@creativeui</span>
262
+ </div>
263
+ <button class="text-sm text-purple-600 hover:text-purple-800 font-medium">
264
+ View Code
265
+ </button>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Component 3 -->
271
+ <div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition">
272
+ <div class="relative h-48 bg-gray-100 flex items-center justify-center">
273
+ <div class="p-4 w-full max-w-xs mx-auto">
274
+ <div class="bg-white rounded-lg shadow-sm p-4">
275
+ <div class="h-4 w-full bg-gray-200 rounded mb-3"></div>
276
+ <div class="h-10 w-full border border-gray-300 rounded-lg mb-3 px-3 flex items-center">
277
+ <i class="fas fa-envelope text-gray-400 mr-2"></i>
278
+ <span class="text-gray-500">Email address</span>
279
+ </div>
280
+ <div class="h-10 w-full border border-gray-300 rounded-lg mb-4 px-3 flex items-center">
281
+ <i class="fas fa-lock text-gray-400 mr-2"></i>
282
+ <span class="text-gray-500">Password</span>
283
+ </div>
284
+ <div class="h-10 w-full bg-purple-600 rounded-lg flex items-center justify-center text-white font-medium">
285
+ Sign In
286
+ </div>
287
+ </div>
288
+ </div>
289
+ <div class="component-actions absolute top-0 right-0 p-3 opacity-0 transition">
290
+ <button class="w-9 h-9 bg-white rounded-full shadow flex items-center justify-center hover:bg-gray-100">
291
+ <i class="fas fa-heart text-gray-600"></i>
292
+ </button>
293
+ </div>
294
+ </div>
295
+ <div class="p-4">
296
+ <div class="flex justify-between items-start">
297
+ <div>
298
+ <h3 class="font-bold text-gray-800">Login Form</h3>
299
+ <p class="text-sm text-gray-500">5 variations</p>
300
+ </div>
301
+ <div class="flex items-center text-sm text-gray-500">
302
+ <i class="fas fa-heart mr-1 text-red-500"></i>
303
+ <span>312</span>
304
+ </div>
305
+ </div>
306
+ <div class="mt-3 flex justify-between items-center">
307
+ <div class="flex items-center">
308
+ <div class="w-6 h-6 rounded-full bg-gray-300 mr-2"></div>
309
+ <span class="text-sm text-gray-600">@formexpert</span>
310
+ </div>
311
+ <button class="text-sm text-purple-600 hover:text-purple-800 font-medium">
312
+ View Code
313
+ </button>
314
+ </div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Component 4 -->
319
+ <div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition">
320
+ <div class="relative h-48 bg-gray-100 flex items-center justify-center">
321
+ <div class="p-4 w-full max-w-xs mx-auto">
322
+ <div class="bg-white rounded-lg shadow-sm p-4">
323
+ <div class="flex justify-between items-center mb-4">
324
+ <h3 class="font-medium">Notifications</h3>
325
+ <span class="text-xs text-purple-600">3 new</span>
326
+ </div>
327
+ <div class="space-y-3">
328
+ <div class="flex items-start">
329
+ <div class="w-8 h-8 rounded-full bg-purple-100 mr-3 flex items-center justify-center">
330
+ <i class="fas fa-bell text-purple-600"></i>
331
+ </div>
332
+ <div>
333
+ <p class="text-sm font-medium">New message</p>
334
+ <p class="text-xs text-gray-500">You have 3 new messages</p>
335
+ </div>
336
+ </div>
337
+ <div class="flex items-start">
338
+ <div class="w-8 h-8 rounded-full bg-blue-100 mr-3 flex items-center justify-center">
339
+ <i class="fas fa-user-plus text-blue-600"></i>
340
+ </div>
341
+ <div>
342
+ <p class="text-sm font-medium">New connection</p>
343
+ <p class="text-xs text-gray-500">John started following you</p>
344
+ </div>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+ <div class="component-actions absolute top-0 right-0 p-3 opacity-0 transition">
350
+ <button class="w-9 h-9 bg-white rounded-full shadow flex items-center justify-center hover:bg-gray-100">
351
+ <i class="fas fa-heart text-gray-600"></i>
352
+ </button>
353
+ </div>
354
+ </div>
355
+ <div class="p-4">
356
+ <div class="flex justify-between items-start">
357
+ <div>
358
+ <h3 class="font-bold text-gray-800">Notification Dropdown</h3>
359
+ <p class="text-sm text-gray-500">7 variations</p>
360
+ </div>
361
+ <div class="flex items-center text-sm text-gray-500">
362
+ <i class="fas fa-heart mr-1 text-red-500"></i>
363
+ <span>176</span>
364
+ </div>
365
+ </div>
366
+ <div class="mt-3 flex justify-between items-center">
367
+ <div class="flex items-center">
368
+ <div class="w-6 h-6 rounded-full bg-gray-300 mr-2"></div>
369
+ <span class="text-sm text-gray-600">@notifmaster</span>
370
+ </div>
371
+ <button class="text-sm text-purple-600 hover:text-purple-800 font-medium">
372
+ View Code
373
+ </button>
374
+ </div>
375
+ </div>
376
+ </div>
377
+
378
+ <!-- Component 5 -->
379
+ <div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition">
380
+ <div class="relative h-48 bg-gray-100 flex items-center justify-center">
381
+ <div class="p-4 w-full max-w-xs mx-auto">
382
+ <div class="bg-white rounded-lg shadow-sm p-4">
383
+ <div class="flex items-center justify-between mb-4">
384
+ <h3 class="font-medium">Select Plan</h3>
385
+ <div class="flex items-center bg-gray-100 rounded-full p-1">
386
+ <button class="px-3 py-1 text-xs bg-white rounded-full shadow-sm">Monthly</button>
387
+ <button class="px-3 py-1 text-xs">Yearly</button>
388
+ </div>
389
+ </div>
390
+ <div class="space-y-3">
391
+ <div class="border border-gray-200 rounded-lg p-3">
392
+ <div class="flex justify-between items-start">
393
+ <div>
394
+ <h4 class="font-medium">Basic</h4>
395
+ <p class="text-xs text-gray-500">Essential features</p>
396
+ </div>
397
+ <span class="font-bold">$9</span>
398
+ </div>
399
+ </div>
400
+ <div class="border border-purple-200 bg-purple-50 rounded-lg p-3">
401
+ <div class="flex justify-between items-start">
402
+ <div>
403
+ <h4 class="font-medium text-purple-600">Pro</h4>
404
+ <p class="text-xs text-gray-500">For professionals</p>
405
+ </div>
406
+ <span class="font-bold text-purple-600">$29</span>
407
+ </div>
408
+ </div>
409
+ </div>
410
+ </div>
411
+ </div>
412
+ <div class="component-actions absolute top-0 right-0 p-3 opacity-0 transition">
413
+ <button class="w-9 h-9 bg-white rounded-full shadow flex items-center justify-center hover:bg-gray-100">
414
+ <i class="fas fa-heart text-gray-600"></i>
415
+ </button>
416
+ </div>
417
+ </div>
418
+ <div class="p-4">
419
+ <div class="flex justify-between items-start">
420
+ <div>
421
+ <h3 class="font-bold text-gray-800">Pricing Toggle</h3>
422
+ <p class="text-sm text-gray-500">4 variations</p>
423
+ </div>
424
+ <div class="flex items-center text-sm text-gray-500">
425
+ <i class="fas fa-heart mr-1 text-red-500"></i>
426
+ <span>154</span>
427
+ </div>
428
+ </div>
429
+ <div class="mt-3 flex justify-between items-center">
430
+ <div class="flex items-center">
431
+ <div class="w-6 h-6 rounded-full bg-gray-300 mr-2"></div>
432
+ <span class="text-sm text-gray-600">@pricingui</span>
433
+ </div>
434
+ <button class="text-sm text-purple-600 hover:text-purple-800 font-medium">
435
+ View Code
436
+ </button>
437
+ </div>
438
+ </div>
439
+ </div>
440
+
441
+ <!-- Component 6 -->
442
+ <div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition">
443
+ <div class="relative h-48 bg-gray-100 flex items-center justify-center">
444
+ <div class="p-4 w-full max-w-xs mx-auto">
445
+ <div class="bg-white rounded-lg shadow-sm p-4">
446
+ <div class="flex items-center justify-between mb-4">
447
+ <h3 class="font-medium">Product Card</h3>
448
+ <button class="w-6 h-6 rounded-full bg-gray-100 flex items-center justify-center">
449
+ <i class="fas fa-heart text-gray-400"></i>
450
+ </button>
451
+ </div>
452
+ <div class="bg-gray-100 rounded-lg h-32 mb-3 flex items-center justify-center">
453
+ <i class="fas fa-image text-gray-300 text-3xl"></i>
454
+ </div>
455
+ <div class="flex justify-between items-end">
456
+ <div>
457
+ <h4 class="font-medium">Wireless Headphones</h4>
458
+ <p class="text-sm text-gray-500">Noise cancelling</p>
459
+ </div>
460
+ <span class="font-bold">$199</span>
461
+ </div>
462
+ </div>
463
+ </div>
464
+ <div class="component-actions absolute top-0 right-0 p-3 opacity-0 transition">
465
+ <button class="w-9 h-9 bg-white rounded-full shadow flex items-center justify-center hover:bg-gray-100">
466
+ <i class="fas fa-heart text-gray-600"></i>
467
+ </button>
468
+ </div>
469
+ </div>
470
+ <div class="p-4">
471
+ <div class="flex justify-between items-start">
472
+ <div>
473
+ <h3 class="font-bold text-gray-800">Product Card</h3>
474
+ <p class="text-sm text-gray-500">8 variations</p>
475
+ </div>
476
+ <div class="flex items-center text-sm text-gray-500">
477
+ <i class="fas fa-heart mr-1 text-red-500"></i>
478
+ <span>287</span>
479
+ </div>
480
+ </div>
481
+ <div class="mt-3 flex justify-between items-center">
482
+ <div class="flex items-center">
483
+ <div class="w-6 h-6 rounded-full bg-gray-300 mr-2"></div>
484
+ <span class="text-sm text-gray-600">@shopui</span>
485
+ </div>
486
+ <button class="text-sm text-purple-600 hover:text-purple-800 font-medium">
487
+ View Code
488
+ </button>
489
+ </div>
490
+ </div>
491
+ </div>
492
+
493
+ <!-- Component 7 -->
494
+ <div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition">
495
+ <div class="relative h-48 bg-gray-100 flex items-center justify-center">
496
+ <div class="p-4 w-full max-w-xs mx-auto">
497
+ <div class="bg-white rounded-lg shadow-sm p-4">
498
+ <div class="flex items-center mb-4">
499
+ <div class="w-3 h-6 bg-purple-600 rounded-l"></div>
500
+ <div class="h-1 w-8 bg-purple-400"></div>
501
+ <div class="h-1 w-5 bg-purple-200"></div>
502
+ <div class="h-1 w-3 bg-purple-100"></div>
503
+ </div>
504
+ <div class="h-3 w-full bg-gray-200 rounded mb-2"></div>
505
+ <div class="h-3 w-4/5 bg-gray-200 rounded mb-2"></div>
506
+ <div class="h-3 w-3/4 bg-gray-200 rounded mb-4"></div>
507
+ <div class="h-2 w-1/2 bg-gray-200 rounded"></div>
508
+ </div>
509
+ </div>
510
+ <div class="component-actions absolute top-0 right-0 p-3 opacity-0 transition">
511
+ <button class="w-9 h-9 bg-white rounded-full shadow flex items-center justify-center hover:bg-gray-100">
512
+ <i class="fas fa-heart text-gray-600"></i>
513
+ </button>
514
+ </div>
515
+ </div>
516
+ <div class="p-4">
517
+ <div class="flex justify-between items-start">
518
+ <div>
519
+ <h3 class="font-bold text-gray-800">Content Loader</h3>
520
+ <p class="text-sm text-gray-500">6 variations</p>
521
+ </div>
522
+ <div class="flex items-center text-sm text-gray-500">
523
+ <i class="fas fa-heart mr-1 text-red-500"></i>
524
+ <span>203</span>
525
+ </div>
526
+ </div>
527
+ <div class="mt-3 flex justify-between items-center">
528
+ <div class="flex items-center">
529
+ <div class="w-6 h-6 rounded-full bg-gray-300 mr-2"></div>
530
+ <span class="text-sm text-gray-600">@loadmaster</span>
531
+ </div>
532
+ <button class="text-sm text-purple-600 hover:text-purple-800 font-medium">
533
+ View Code
534
+ </button>
535
+ </div>
536
+ </div>
537
+ </div>
538
+
539
+ <!-- Component 8 -->
540
+ <div class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition">
541
+ <div class="relative h-48 bg-gray-100 flex items-center justify-center">
542
+ <div class="p-4 w-full max-w-xs mx-auto">
543
+ <div class="bg-white rounded-lg shadow-sm p-4">
544
+ <div class="flex items-center justify-between mb-4">
545
+ <h3 class="font-medium">Progress</h3>
546
+ <span class="text-sm font-medium text-purple-600">75%</span>
547
+ </div>
548
+ <div class="w-full bg-gray-200 rounded-full h-2 mb-2">
549
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 75%"></div>
550
+ </div>
551
+ <div class="flex justify-between text-xs text-gray-500">
552
+ <span>0</span>
553
+ <span>50</span>
554
+ <span>100</span>
555
+ </div>
556
+ </div>
557
+ </div>
558
+ <div class="component-actions absolute top-0 right-0 p-3 opacity-0 transition">
559
+ <button class="w-9 h-9 bg-white rounded-full shadow flex items-center justify-center hover:bg-gray-100">
560
+ <i class="fas fa-heart text-gray-600"></i>
561
+ </button>
562
+ </div>
563
+ </div>
564
+ <div class="p-4">
565
+ <div class="flex justify-between items-start">
566
+ <div>
567
+ <h3 class="font-bold text-gray-800">Progress Bar</h3>
568
+ <p class="text-sm text-gray-500">9 variations</p>
569
+ </div>
570
+ <div class="flex items-center text-sm text-gray-500">
571
+ <i class="fas fa-heart mr-1 text-red-500"></i>
572
+ <span>167</span>
573
+ </div>
574
+ </div>
575
+ <div class="mt-3 flex justify-between items-center">
576
+ <div class="flex items-center">
577
+ <div class="w-6 h-6 rounded-full bg-gray-300 mr-2"></div>
578
+ <span class="text-sm text-gray-600">@progressui</span>
579
+ </div>
580
+ <button class="text-sm text-purple-600 hover:text-purple-800 font-medium">
581
+ View Code
582
+ </button>
583
+ </div>
584
+ </div>
585
+ </div>
586
+ </div>
587
+
588
+ <!-- Load More -->
589
+ <div class="text-center mt-12">
590
+ <button class="px-6 py-3 bg-white border border-gray-200 rounded-lg font-medium hover:bg-gray-50 shadow-sm">
591
+ Load More Components
592
+ </button>
593
+ </div>
594
+ </main>
595
+
596
+ <!-- Newsletter -->
597
+ <section class="bg-gray-50 py-16">
598
+ <div class="container mx-auto px-4 max-w-4xl text-center">
599
+ <h2 class="text-2xl font-bold text-gray-800 mb-2">Get UI inspiration in your inbox</h2>
600
+ <p class="text-gray-600 mb-8">Join our newsletter and receive weekly UI components, templates and design resources</p>
601
+ <div class="flex flex-col sm:flex-row justify-center max-w-md mx-auto">
602
+ <input type="email" placeholder="Your email address" class="px-4 py-3 border border-gray-300 rounded-lg mb-2 sm:mb-0 sm:mr-2 focus:outline-none focus:ring-2 focus:ring-purple-200">
603
+ <button class="px-6 py-3 bg-gradient-to-r from-purple-600 to-indigo-600 text-white rounded-lg font-medium hover:opacity-90 transition">
604
+ Subscribe
605
+ </button>
606
+ </div>
607
+ </div>
608
+ </section>
609
+
610
+ <!-- Footer -->
611
+ <footer class="bg-white border-t border-gray-200 py-12">
612
+ <div class="container mx-auto px-4">
613
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
614
+ <div>
615
+ <div class="flex items-center mb-4">
616
+ <div class="w-8 h-8 gradient-bg rounded-lg flex items-center justify-center">
617
+ <i class="fas fa-cubes text-white"></i>
618
+ </div>
619
+ <span class="ml-2 font-bold text-gray-800 text-lg">UIverse</span>
620
+ </div>
621
+ <p class="text-gray-600 mb-4">The best place to find design inspiration and UI components for your next project.</p>
622
+ <div class="flex space-x-4">
623
+ <a href="#" class="w-8 h-8 bg-gray-100 rounded-full flex items-center justify-center text-gray-600 hover:bg-gray-200">
624
+ <i class="fab fa-twitter"></i>
625
+ </a>
626
+ <a href="#" class="w-8 h-8 bg-gray-100 rounded-full flex items-center justify-center text-gray-600 hover:bg-gray-200">
627
+ <i class="fab fa-instagram"></i>
628
+ </a>
629
+ <a href="#" class="w-8 h-8 bg-gray-100 rounded-full flex items-center justify-center text-gray-600 hover:bg-gray-200">
630
+ <i class="fab fa-github"></i>
631
+ </a>
632
+ <a href="#" class="w-8 h-8 bg-gray-100 rounded-full flex items-center justify-center text-gray-600 hover:bg-gray-200">
633
+ <i class="fab fa-dribbble"></i>
634
+ </a>
635
+ </div>
636
+ </div>
637
+ <div>
638
+ <h3 class="font-bold text-gray-800 mb-4">Components</h3>
639
+ <ul class="space-y-2">
640
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Buttons</a></li>
641
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Cards</a></li>
642
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Forms</a></li>
643
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Navigation</a></li>
644
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Loaders</a></li>
645
+ </ul>
646
+ </div>
647
+ <div>
648
+ <h3 class="font-bold text-gray-800 mb-4">Resources</h3>
649
+ <ul class="space-y-2">
650
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Templates</a></li>
651
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Inspiration</a></li>
652
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Blog</a></li>
653
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Documentation</a></li>
654
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Guides</a></li>
655
+ </ul>
656
+ </div>
657
+ <div>
658
+ <h3 class="font-bold text-gray-800 mb-4">Company</h3>
659
+ <ul class="space-y-2">
660
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">About</a></li>
661
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Careers</a></li>
662
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Contact</a></li>
663
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Privacy</a></li>
664
+ <li><a href="#" class="text-gray-600 hover:text-purple-600">Terms</a></li>
665
+ </ul>
666
+ </div>
667
+ </div>
668
+ <div class="border-t border-gray-200 mt-12 pt-8 text-center text-gray-500 text-sm">
669
+ <p>© 2023 UIverse. All rights reserved.</p>
670
+ </div>
671
+ </div>
672
+ </footer>
673
+
674
+ <script>
675
+ // Simple script to handle like button clicks
676
+ document.addEventListener('DOMContentLoaded', function() {
677
+ const likeButtons = document.querySelectorAll('.component-actions button');
678
+
679
+ likeButtons.forEach(button => {
680
+ button.addEventListener('click', function(e) {
681
+ e.stopPropagation();
682
+ const icon = this.querySelector('i');
683
+
684
+ if (icon.classList.contains('text-red-500')) {
685
+ icon.classList.remove('text-red-500');
686
+ icon.classList.add('text-gray-600');
687
+ } else {
688
+ icon.classList.remove('text-gray-600');
689
+ icon.classList.add('text-red-500');
690
+ }
691
+ });
692
+ });
693
+
694
+ // Mobile menu toggle would go here
695
+ });
696
+ </script>
697
+ <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=SilentProgrammer/uiverse-web" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
698
+ </html>