Adelmario commited on
Commit
eb8d189
·
verified ·
1 Parent(s): 8f05ede

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +649 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Super Espa O
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: super-espa-o
3
+ emoji: 🐳
4
+ colorFrom: purple
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,649 @@
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>SocialFace - Connect with Friends</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
+ /* Custom scrollbar */
11
+ ::-webkit-scrollbar {
12
+ width: 8px;
13
+ }
14
+ ::-webkit-scrollbar-track {
15
+ background: #f1f1f1;
16
+ }
17
+ ::-webkit-scrollbar-thumb {
18
+ background: #888;
19
+ border-radius: 4px;
20
+ }
21
+ ::-webkit-scrollbar-thumb:hover {
22
+ background: #555;
23
+ }
24
+
25
+ /* Story ring gradient */
26
+ .story-ring {
27
+ background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
28
+ }
29
+
30
+ /* Custom animations */
31
+ @keyframes fadeIn {
32
+ from { opacity: 0; }
33
+ to { opacity: 1; }
34
+ }
35
+
36
+ .fade-in {
37
+ animation: fadeIn 0.3s ease-in-out;
38
+ }
39
+
40
+ /* Dark mode toggle */
41
+ .dark-mode {
42
+ background-color: #1a1a1a;
43
+ color: #f0f0f0;
44
+ }
45
+
46
+ .dark-mode .post {
47
+ background-color: #2d2d2d;
48
+ border-color: #444;
49
+ }
50
+
51
+ .dark-mode .sidebar {
52
+ background-color: #242424;
53
+ }
54
+
55
+ .dark-mode .search-bar {
56
+ background-color: #3a3a3a;
57
+ color: white;
58
+ }
59
+ </style>
60
+ </head>
61
+ <body class="bg-gray-100 font-sans">
62
+ <!-- Header -->
63
+ <header class="bg-white shadow-sm sticky top-0 z-50 dark:bg-gray-800">
64
+ <div class="container mx-auto px-4 py-2 flex items-center justify-between">
65
+ <!-- Logo -->
66
+ <div class="flex items-center">
67
+ <i class="fab fa-facebook text-blue-600 text-3xl mr-2 dark:text-blue-400"></i>
68
+ <span class="text-xl font-bold text-blue-600 dark:text-blue-400">SocialFace</span>
69
+ </div>
70
+
71
+ <!-- Search Bar -->
72
+ <div class="hidden md:flex flex-1 mx-4">
73
+ <div class="relative w-full max-w-xl">
74
+ <input type="text" placeholder="Search SocialFace"
75
+ class="w-full py-2 px-4 pl-10 rounded-full bg-gray-100 focus:outline-none focus:ring-2 focus:ring-blue-500 dark:bg-gray-700 dark:text-white">
76
+ <i class="fas fa-search absolute left-3 top-3 text-gray-500 dark:text-gray-400"></i>
77
+ </div>
78
+ </div>
79
+
80
+ <!-- Navigation -->
81
+ <nav class="flex items-center space-x-2 md:space-x-4">
82
+ <button class="p-2 rounded-full hover:bg-gray-200 dark:hover:bg-gray-700">
83
+ <i class="fas fa-home text-2xl text-gray-700 dark:text-gray-300"></i>
84
+ </button>
85
+ <button class="p-2 rounded-full hover:bg-gray-200 dark:hover:bg-gray-700">
86
+ <i class="fas fa-tv text-2xl text-gray-500 dark:text-gray-400"></i>
87
+ </button>
88
+ <button class="p-2 rounded-full hover:bg-gray-200 dark:hover:bg-gray-700">
89
+ <i class="fas fa-store text-2xl text-gray-500 dark:text-gray-400"></i>
90
+ </button>
91
+ <button class="p-2 rounded-full hover:bg-gray-200 dark:hover:bg-gray-700">
92
+ <i class="fas fa-users text-2xl text-gray-500 dark:text-gray-400"></i>
93
+ </button>
94
+ <button class="p-2 rounded-full hover:bg-gray-200 dark:hover:bg-gray-700">
95
+ <i class="fas fa-gamepad text-2xl text-gray-500 dark:text-gray-400"></i>
96
+ </button>
97
+
98
+ <!-- Profile and Menu -->
99
+ <div class="flex items-center ml-2">
100
+ <div class="relative">
101
+ <button id="profile-menu" class="flex items-center space-x-1 focus:outline-none">
102
+ <div class="w-8 h-8 rounded-full bg-gray-300 overflow-hidden">
103
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Profile" class="w-full h-full object-cover">
104
+ </div>
105
+ <i class="fas fa-caret-down text-gray-700 dark:text-gray-300"></i>
106
+ </button>
107
+
108
+ <!-- Dropdown Menu -->
109
+ <div id="dropdown-menu" class="hidden absolute right-0 mt-2 w-48 bg-white rounded-md shadow-lg py-1 z-50 dark:bg-gray-700">
110
+ <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-600">
111
+ <i class="fas fa-user mr-2"></i> Profile
112
+ </a>
113
+ <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-600">
114
+ <i class="fas fa-cog mr-2"></i> Settings
115
+ </a>
116
+ <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-600">
117
+ <i class="fas fa-moon mr-2"></i> Dark Mode
118
+ </a>
119
+ <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-600">
120
+ <i class="fas fa-sign-out-alt mr-2"></i> Logout
121
+ </a>
122
+ </div>
123
+ </div>
124
+ </div>
125
+ </nav>
126
+ </div>
127
+ </header>
128
+
129
+ <!-- Main Content -->
130
+ <main class="container mx-auto px-4 py-4 flex flex-col md:flex-row">
131
+ <!-- Left Sidebar -->
132
+ <aside class="w-full md:w-1/4 lg:w-1/5 pr-0 md:pr-4 mb-4 md:mb-0">
133
+ <div class="bg-white rounded-lg shadow p-4 sticky top-20 dark:bg-gray-800">
134
+ <div class="flex items-center space-x-2 mb-4">
135
+ <div class="w-8 h-8 rounded-full overflow-hidden">
136
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User" class="w-full h-full object-cover">
137
+ </div>
138
+ <span class="font-medium dark:text-gray-300">John Doe</span>
139
+ </div>
140
+
141
+ <ul class="space-y-2">
142
+ <li>
143
+ <a href="#" class="flex items-center space-x-2 p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700">
144
+ <i class="fas fa-user-friends text-blue-500 w-6 text-center dark:text-blue-400"></i>
145
+ <span class="dark:text-gray-300">Friends</span>
146
+ </a>
147
+ </li>
148
+ <li>
149
+ <a href="#" class="flex items-center space-x-2 p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700">
150
+ <i class="fas fa-flag text-blue-500 w-6 text-center dark:text-blue-400"></i>
151
+ <span class="dark:text-gray-300">Pages</span>
152
+ </a>
153
+ </li>
154
+ <li>
155
+ <a href="#" class="flex items-center space-x-2 p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700">
156
+ <i class="fas fa-users text-blue-500 w-6 text-center dark:text-blue-400"></i>
157
+ <span class="dark:text-gray-300">Groups</span>
158
+ </a>
159
+ </li>
160
+ <li>
161
+ <a href="#" class="flex items-center space-x-2 p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700">
162
+ <i class="fas fa-store text-blue-500 w-6 text-center dark:text-blue-400"></i>
163
+ <span class="dark:text-gray-300">Marketplace</span>
164
+ </a>
165
+ </li>
166
+ <li>
167
+ <a href="#" class="flex items-center space-x-2 p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700">
168
+ <i class="fas fa-video text-blue-500 w-6 text-center dark:text-blue-400"></i>
169
+ <span class="dark:text-gray-300">Watch</span>
170
+ </a>
171
+ </li>
172
+ <li>
173
+ <a href="#" class="flex items-center space-x-2 p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700">
174
+ <i class="fas fa-calendar-alt text-blue-500 w-6 text-center dark:text-blue-400"></i>
175
+ <span class="dark:text-gray-300">Events</span>
176
+ </a>
177
+ </li>
178
+ <li>
179
+ <a href="#" class="flex items-center space-x-2 p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700">
180
+ <i class="fas fa-bookmark text-blue-500 w-6 text-center dark:text-blue-400"></i>
181
+ <span class="dark:text-gray-300">Saved</span>
182
+ </a>
183
+ </li>
184
+ </ul>
185
+
186
+ <div class="border-t border-gray-200 mt-4 pt-4 dark:border-gray-700">
187
+ <h3 class="font-medium text-gray-500 mb-2 dark:text-gray-400">Your Shortcuts</h3>
188
+ <ul class="space-y-2">
189
+ <li>
190
+ <a href="#" class="flex items-center space-x-2 p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700">
191
+ <div class="w-6 h-6 rounded overflow-hidden">
192
+ <img src="https://picsum.photos/200" alt="Group" class="w-full h-full object-cover">
193
+ </div>
194
+ <span class="dark:text-gray-300">Travel Enthusiasts</span>
195
+ </a>
196
+ </li>
197
+ <li>
198
+ <a href="#" class="flex items-center space-x-2 p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700">
199
+ <div class="w-6 h-6 rounded overflow-hidden">
200
+ <img src="https://picsum.photos/201" alt="Group" class="w-full h-full object-cover">
201
+ </div>
202
+ <span class="dark:text-gray-300">Tech News</span>
203
+ </a>
204
+ </li>
205
+ </ul>
206
+ </div>
207
+ </div>
208
+ </aside>
209
+
210
+ <!-- Main Feed -->
211
+ <section class="w-full md:w-2/4 lg:w-3/5 mb-4 md:mb-0 md:px-4">
212
+ <!-- Stories -->
213
+ <div class="bg-white rounded-lg shadow mb-4 p-4 overflow-x-auto dark:bg-gray-800">
214
+ <div class="flex space-x-2">
215
+ <!-- Create Story -->
216
+ <div class="flex-shrink-0 w-28 h-48 rounded-lg relative overflow-hidden bg-gray-100 dark:bg-gray-700">
217
+ <img src="https://picsum.photos/300/400" alt="Story" class="w-full h-32 object-cover">
218
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center text-white">
219
+ <i class="fas fa-plus"></i>
220
+ </div>
221
+ <div class="p-2">
222
+ <p class="text-sm font-medium text-center dark:text-gray-300">Create Story</p>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Stories from friends -->
227
+ <div class="flex-shrink-0 w-28 h-48 rounded-lg relative overflow-hidden">
228
+ <img src="https://picsum.photos/301/400" alt="Story" class="w-full h-full object-cover">
229
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full story-ring flex items-center justify-center p-0.5">
230
+ <div class="w-full h-full rounded-full overflow-hidden">
231
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Friend" class="w-full h-full object-cover">
232
+ </div>
233
+ </div>
234
+ <div class="absolute bottom-2 left-2 right-2">
235
+ <p class="text-sm font-medium text-white">Sarah Johnson</p>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="flex-shrink-0 w-28 h-48 rounded-lg relative overflow-hidden">
240
+ <img src="https://picsum.photos/302/400" alt="Story" class="w-full h-full object-cover">
241
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full story-ring flex items-center justify-center p-0.5">
242
+ <div class="w-full h-full rounded-full overflow-hidden">
243
+ <img src="https://randomuser.me/api/portraits/men/22.jpg" alt="Friend" class="w-full h-full object-cover">
244
+ </div>
245
+ </div>
246
+ <div class="absolute bottom-2 left-2 right-2">
247
+ <p class="text-sm font-medium text-white">Mike Peterson</p>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="flex-shrink-0 w-28 h-48 rounded-lg relative overflow-hidden">
252
+ <img src="https://picsum.photos/303/400" alt="Story" class="w-full h-full object-cover">
253
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full story-ring flex items-center justify-center p-0.5">
254
+ <div class="w-full h-full rounded-full overflow-hidden">
255
+ <img src="https://randomuser.me/api/portraits/women/33.jpg" alt="Friend" class="w-full h-full object-cover">
256
+ </div>
257
+ </div>
258
+ <div class="absolute bottom-2 left-2 right-2">
259
+ <p class="text-sm font-medium text-white">Emma Wilson</p>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="flex-shrink-0 w-28 h-48 rounded-lg relative overflow-hidden">
264
+ <img src="https://picsum.photos/304/400" alt="Story" class="w-full h-full object-cover">
265
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full story-ring flex items-center justify-center p-0.5">
266
+ <div class="w-full h-full rounded-full overflow-hidden">
267
+ <img src="https://randomuser.me/api/portraits/men/55.jpg" alt="Friend" class="w-full h-full object-cover">
268
+ </div>
269
+ </div>
270
+ <div class="absolute bottom-2 left-2 right-2">
271
+ <p class="text-sm font-medium text-white">David Kim</p>
272
+ </div>
273
+ </div>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Create Post -->
278
+ <div class="bg-white rounded-lg shadow mb-4 p-4 dark:bg-gray-800">
279
+ <div class="flex items-center space-x-2 mb-4">
280
+ <div class="w-10 h-10 rounded-full overflow-hidden">
281
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User" class="w-full h-full object-cover">
282
+ </div>
283
+ <input type="text" placeholder="What's on your mind?"
284
+ class="flex-1 py-2 px-4 bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-500 dark:bg-gray-700 dark:text-white">
285
+ </div>
286
+ <div class="border-t border-gray-200 pt-3 flex justify-between dark:border-gray-700">
287
+ <button class="flex items-center space-x-1 text-gray-500 hover:bg-gray-100 px-4 py-1 rounded-lg dark:text-gray-400 dark:hover:bg-gray-700">
288
+ <i class="fas fa-video text-red-500"></i>
289
+ <span>Live Video</span>
290
+ </button>
291
+ <button class="flex items-center space-x-1 text-gray-500 hover:bg-gray-100 px-4 py-1 rounded-lg dark:text-gray-400 dark:hover:bg-gray-700">
292
+ <i class="fas fa-images text-green-500"></i>
293
+ <span>Photo/Video</span>
294
+ </button>
295
+ <button class="flex items-center space-x-1 text-gray-500 hover:bg-gray-100 px-4 py-1 rounded-lg dark:text-gray-400 dark:hover:bg-gray-700">
296
+ <i class="fas fa-smile text-yellow-500"></i>
297
+ <span>Feeling/Activity</span>
298
+ </button>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Posts -->
303
+ <div class="space-y-4">
304
+ <!-- Post 1 -->
305
+ <div class="bg-white rounded-lg shadow post dark:bg-gray-800 dark:border-gray-700">
306
+ <div class="p-4">
307
+ <div class="flex items-center justify-between mb-2">
308
+ <div class="flex items-center space-x-2">
309
+ <div class="w-10 h-10 rounded-full overflow-hidden">
310
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="User" class="w-full h-full object-cover">
311
+ </div>
312
+ <div>
313
+ <p class="font-medium dark:text-gray-300">Sarah Johnson</p>
314
+ <p class="text-xs text-gray-500 dark:text-gray-400">2 hrs ago · <i class="fas fa-globe-americas"></i></p>
315
+ </div>
316
+ </div>
317
+ <button class="text-gray-500 hover:bg-gray-100 p-2 rounded-full dark:text-gray-400 dark:hover:bg-gray-700">
318
+ <i class="fas fa-ellipsis-h"></i>
319
+ </button>
320
+ </div>
321
+
322
+ <p class="mb-3 dark:text-gray-300">Just visited this amazing place! The views were breathtaking. Can't wait to go back again soon! 😍 #travel #adventure</p>
323
+
324
+ <div class="rounded-lg overflow-hidden mb-3">
325
+ <img src="https://picsum.photos/800/500" alt="Post" class="w-full h-auto">
326
+ </div>
327
+
328
+ <div class="flex items-center justify-between text-gray-500 border-b border-gray-200 pb-2 dark:border-gray-700">
329
+ <div class="flex items-center space-x-1">
330
+ <div class="w-5 h-5 rounded-full bg-blue-500 text-white flex items-center justify-center text-xs">
331
+ <i class="fas fa-thumbs-up"></i>
332
+ </div>
333
+ <span class="text-sm dark:text-gray-400">120</span>
334
+ </div>
335
+ <div class="text-sm dark:text-gray-400">
336
+ <span>24 comments</span>
337
+ <span class="ml-2">5 shares</span>
338
+ </div>
339
+ </div>
340
+
341
+ <div class="flex justify-between pt-2">
342
+ <button class="flex items-center justify-center space-x-2 w-full py-1 rounded-lg hover:bg-gray-100 text-gray-500 dark:text-gray-400 dark:hover:bg-gray-700">
343
+ <i class="fas fa-thumbs-up"></i>
344
+ <span>Like</span>
345
+ </button>
346
+ <button class="flex items-center justify-center space-x-2 w-full py-1 rounded-lg hover:bg-gray-100 text-gray-500 dark:text-gray-400 dark:hover:bg-gray-700">
347
+ <i class="fas fa-comment"></i>
348
+ <span>Comment</span>
349
+ </button>
350
+ <button class="flex items-center justify-center space-x-2 w-full py-1 rounded-lg hover:bg-gray-100 text-gray-500 dark:text-gray-400 dark:hover:bg-gray-700">
351
+ <i class="fas fa-share"></i>
352
+ <span>Share</span>
353
+ </button>
354
+ </div>
355
+ </div>
356
+
357
+ <!-- Comments -->
358
+ <div class="bg-gray-50 p-4 border-t border-gray-200 dark:bg-gray-700 dark:border-gray-600">
359
+ <div class="flex items-center space-x-2 mb-3">
360
+ <div class="w-8 h-8 rounded-full overflow-hidden">
361
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User" class="w-full h-full object-cover">
362
+ </div>
363
+ <div class="flex-1 relative">
364
+ <input type="text" placeholder="Write a comment..."
365
+ class="w-full py-2 px-4 bg-white rounded-full focus:outline-none focus:ring-2 focus:ring-blue-500 text-sm dark:bg-gray-600 dark:text-white">
366
+ <div class="absolute right-3 top-2 flex space-x-1 text-gray-400">
367
+ <i class="fas fa-smile"></i>
368
+ <i class="fas fa-camera"></i>
369
+ <i class="fas fa-gift"></i>
370
+ </div>
371
+ </div>
372
+ </div>
373
+
374
+ <div class="space-y-3">
375
+ <!-- Comment 1 -->
376
+ <div class="flex space-x-2">
377
+ <div class="w-8 h-8 rounded-full overflow-hidden flex-shrink-0">
378
+ <img src="https://randomuser.me/api/portraits/men/22.jpg" alt="User" class="w-full h-full object-cover">
379
+ </div>
380
+ <div class="bg-gray-100 rounded-lg p-2 flex-1 dark:bg-gray-600">
381
+ <p class="font-medium text-sm dark:text-gray-300">Mike Peterson</p>
382
+ <p class="text-sm dark:text-gray-300">Wow! Where is this place? Looks amazing!</p>
383
+ <div class="flex items-center space-x-3 text-xs text-gray-500 mt-1 dark:text-gray-400">
384
+ <span>Like</span>
385
+ <span>Reply</span>
386
+ <span>2h</span>
387
+ </div>
388
+ </div>
389
+ </div>
390
+
391
+ <!-- Comment 2 -->
392
+ <div class="flex space-x-2">
393
+ <div class="w-8 h-8 rounded-full overflow-hidden flex-shrink-0">
394
+ <img src="https://randomuser.me/api/portraits/women/33.jpg" alt="User" class="w-full h-full object-cover">
395
+ </div>
396
+ <div class="bg-gray-100 rounded-lg p-2 flex-1 dark:bg-gray-600">
397
+ <p class="font-medium text-sm dark:text-gray-300">Emma Wilson</p>
398
+ <p class="text-sm dark:text-gray-300">I've been there last summer! The sunset views are incredible 😊</p>
399
+ <div class="flex items-center space-x-3 text-xs text-gray-500 mt-1 dark:text-gray-400">
400
+ <span>Like</span>
401
+ <span>Reply</span>
402
+ <span>1h</span>
403
+ </div>
404
+ </div>
405
+ </div>
406
+ </div>
407
+ </div>
408
+ </div>
409
+
410
+ <!-- Post 2 -->
411
+ <div class="bg-white rounded-lg shadow post dark:bg-gray-800 dark:border-gray-700">
412
+ <div class="p-4">
413
+ <div class="flex items-center justify-between mb-2">
414
+ <div class="flex items-center space-x-2">
415
+ <div class="w-10 h-10 rounded-full overflow-hidden">
416
+ <img src="https://randomuser.me/api/portraits/men/55.jpg" alt="User" class="w-full h-full object-cover">
417
+ </div>
418
+ <div>
419
+ <p class="font-medium dark:text-gray-300">David Kim</p>
420
+ <p class="text-xs text-gray-500 dark:text-gray-400">5 hrs ago · <i class="fas fa-user-friends"></i></p>
421
+ </div>
422
+ </div>
423
+ <button class="text-gray-500 hover:bg-gray-100 p-2 rounded-full dark:text-gray-400 dark:hover:bg-gray-700">
424
+ <i class="fas fa-ellipsis-h"></i>
425
+ </button>
426
+ </div>
427
+
428
+ <p class="mb-3 dark:text-gray-300">Check out this new tech gadget I just got! The features are insane and it's so user-friendly. What do you guys think about it?</p>
429
+
430
+ <div class="rounded-lg overflow-hidden mb-3 border border-gray-200 dark:border-gray-700">
431
+ <img src="https://picsum.photos/800/400" alt="Post" class="w-full h-auto">
432
+ </div>
433
+
434
+ <div class="flex items-center justify-between text-gray-500 border-b border-gray-200 pb-2 dark:border-gray-700">
435
+ <div class="flex items-center space-x-1">
436
+ <div class="w-5 h-5 rounded-full bg-blue-500 text-white flex items-center justify-center text-xs">
437
+ <i class="fas fa-thumbs-up"></i>
438
+ </div>
439
+ <span class="text-sm dark:text-gray-400">85</span>
440
+ </div>
441
+ <div class="text-sm dark:text-gray-400">
442
+ <span>12 comments</span>
443
+ <span class="ml-2">3 shares</span>
444
+ </div>
445
+ </div>
446
+
447
+ <div class="flex justify-between pt-2">
448
+ <button class="flex items-center justify-center space-x-2 w-full py-1 rounded-lg hover:bg-gray-100 text-gray-500 dark:text-gray-400 dark:hover:bg-gray-700">
449
+ <i class="fas fa-thumbs-up"></i>
450
+ <span>Like</span>
451
+ </button>
452
+ <button class="flex items-center justify-center space-x-2 w-full py-1 rounded-lg hover:bg-gray-100 text-gray-500 dark:text-gray-400 dark:hover:bg-gray-700">
453
+ <i class="fas fa-comment"></i>
454
+ <span>Comment</span>
455
+ </button>
456
+ <button class="flex items-center justify-center space-x-2 w-full py-1 rounded-lg hover:bg-gray-100 text-gray-500 dark:text-gray-400 dark:hover:bg-gray-700">
457
+ <i class="fas fa-share"></i>
458
+ <span>Share</span>
459
+ </button>
460
+ </div>
461
+ </div>
462
+ </div>
463
+ </div>
464
+ </section>
465
+
466
+ <!-- Right Sidebar -->
467
+ <aside class="w-full md:w-1/4 lg:w-1/5">
468
+ <div class="bg-white rounded-lg shadow p-4 sticky top-20 dark:bg-gray-800">
469
+ <!-- Sponsored -->
470
+ <div class="mb-6">
471
+ <h3 class="font-medium text-gray-500 mb-2 dark:text-gray-400">Sponsored</h3>
472
+ <div class="space-y-3">
473
+ <a href="#" class="flex items-center space-x-2 hover:bg-gray-100 p-1 rounded-lg dark:hover:bg-gray-700">
474
+ <div class="w-32 h-20 rounded overflow-hidden">
475
+ <img src="https://picsum.photos/200/120" alt="Ad" class="w-full h-full object-cover">
476
+ </div>
477
+ <div>
478
+ <p class="text-sm font-medium dark:text-gray-300">Summer Sale - 50% Off</p>
479
+ <p class="text-xs text-gray-500 dark:text-gray-400">example.com</p>
480
+ </div>
481
+ </a>
482
+ <a href="#" class="flex items-center space-x-2 hover:bg-gray-100 p-1 rounded-lg dark:hover:bg-gray-700">
483
+ <div class="w-32 h-20 rounded overflow-hidden">
484
+ <img src="https://picsum.photos/201/120" alt="Ad" class="w-full h-full object-cover">
485
+ </div>
486
+ <div>
487
+ <p class="text-sm font-medium dark:text-gray-300">New Smartphone Launch</p>
488
+ <p class="text-xs text-gray-500 dark:text-gray-400">techstore.com</p>
489
+ </div>
490
+ </a>
491
+ </div>
492
+ </div>
493
+
494
+ <!-- Birthdays -->
495
+ <div class="mb-6">
496
+ <div class="flex items-center space-x-2 mb-2">
497
+ <i class="fas fa-birthday-cake text-blue-500 dark:text-blue-400"></i>
498
+ <h3 class="font-medium dark:text-gray-300">Birthdays</h3>
499
+ </div>
500
+ <p class="text-sm dark:text-gray-300"><span class="font-medium">Sarah Johnson</span> and <span class="font-medium">2 others</span> have birthdays today.</p>
501
+ </div>
502
+
503
+ <!-- Contacts -->
504
+ <div>
505
+ <div class="flex items-center justify-between mb-2">
506
+ <h3 class="font-medium text-gray-500 dark:text-gray-400">Contacts</h3>
507
+ <div class="flex space-x-2">
508
+ <button class="w-8 h-8 rounded-full hover:bg-gray-100 flex items-center justify-center dark:hover:bg-gray-700">
509
+ <i class="fas fa-video text-gray-500 dark:text-gray-400"></i>
510
+ </button>
511
+ <button class="w-8 h-8 rounded-full hover:bg-gray-100 flex items-center justify-center dark:hover:bg-gray-700">
512
+ <i class="fas fa-search text-gray-500 dark:text-gray-400"></i>
513
+ </button>
514
+ <button class="w-8 h-8 rounded-full hover:bg-gray-100 flex items-center justify-center dark:hover:bg-gray-700">
515
+ <i class="fas fa-ellipsis-h text-gray-500 dark:text-gray-400"></i>
516
+ </button>
517
+ </div>
518
+ </div>
519
+
520
+ <div class="space-y-2 max-h-96 overflow-y-auto">
521
+ <a href="#" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-700">
522
+ <div class="relative">
523
+ <div class="w-8 h-8 rounded-full overflow-hidden">
524
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Friend" class="w-full h-full object-cover">
525
+ </div>
526
+ <div class="absolute bottom-0 right-0 w-3 h-3 rounded-full bg-green-500 border-2 border-white dark:border-gray-800"></div>
527
+ </div>
528
+ <span class="dark:text-gray-300">Sarah Johnson</span>
529
+ </a>
530
+ <a href="#" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-700">
531
+ <div class="relative">
532
+ <div class="w-8 h-8 rounded-full overflow-hidden">
533
+ <img src="https://randomuser.me/api/portraits/men/22.jpg" alt="Friend" class="w-full h-full object-cover">
534
+ </div>
535
+ <div class="absolute bottom-0 right-0 w-3 h-3 rounded-full bg-green-500 border-2 border-white dark:border-gray-800"></div>
536
+ </div>
537
+ <span class="dark:text-gray-300">Mike Peterson</span>
538
+ </a>
539
+ <a href="#" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-700">
540
+ <div class="relative">
541
+ <div class="w-8 h-8 rounded-full overflow-hidden">
542
+ <img src="https://randomuser.me/api/portraits/women/33.jpg" alt="Friend" class="w-full h-full object-cover">
543
+ </div>
544
+ <div class="absolute bottom-0 right-0 w-3 h-3 rounded-full bg-gray-500 border-2 border-white dark:border-gray-800"></div>
545
+ </div>
546
+ <span class="dark:text-gray-300">Emma Wilson</span>
547
+ </a>
548
+ <a href="#" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-700">
549
+ <div class="relative">
550
+ <div class="w-8 h-8 rounded-full overflow-hidden">
551
+ <img src="https://randomuser.me/api/portraits/men/55.jpg" alt="Friend" class="w-full h-full object-cover">
552
+ </div>
553
+ <div class="absolute bottom-0 right-0 w-3 h-3 rounded-full bg-green-500 border-2 border-white dark:border-gray-800"></div>
554
+ </div>
555
+ <span class="dark:text-gray-300">David Kim</span>
556
+ </a>
557
+ <a href="#" class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-700">
558
+ <div class="relative">
559
+ <div class="w-8 h-8 rounded-full overflow-hidden">
560
+ <img src="https://randomuser.me/api/portraits/women/66.jpg" alt="Friend" class="w-full h-full object-cover">
561
+ </div>
562
+ <div class="absolute bottom-0 right-0 w-3 h-3 rounded-full bg-gray-500 border-2 border-white dark:border-gray-800"></div>
563
+ </div>
564
+ <span class="dark:text-gray-300">Lisa Wong</span>
565
+ </a>
566
+ </div>
567
+ </div>
568
+ </div>
569
+ </aside>
570
+ </main>
571
+
572
+ <!-- Mobile Bottom Navigation -->
573
+ <div class="md:hidden fixed bottom-0 left-0 right-0 bg-white shadow-lg dark:bg-gray-800">
574
+ <div class="flex justify-around py-2">
575
+ <button class="p-2 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700">
576
+ <i class="fas fa-home text-2xl text-blue-500 dark:text-blue-400"></i>
577
+ </button>
578
+ <button class="p-2 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700">
579
+ <i class="fas fa-users text-2xl text-gray-500 dark:text-gray-400"></i>
580
+ </button>
581
+ <button class="p-2 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700">
582
+ <i class="fas fa-bell text-2xl text-gray-500 dark:text-gray-400"></i>
583
+ </button>
584
+ <button class="p-2 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700">
585
+ <i class="fas fa-envelope text-2xl text-gray-500 dark:text-gray-400"></i>
586
+ </button>
587
+ <button class="p-2 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700">
588
+ <i class="fas fa-bars text-2xl text-gray-500 dark:text-gray-400"></i>
589
+ </button>
590
+ </div>
591
+ </div>
592
+
593
+ <script>
594
+ // Toggle dropdown menu
595
+ document.getElementById('profile-menu').addEventListener('click', function() {
596
+ document.getElementById('dropdown-menu').classList.toggle('hidden');
597
+ });
598
+
599
+ // Close dropdown when clicking outside
600
+ document.addEventListener('click', function(event) {
601
+ const dropdown = document.getElementById('dropdown-menu');
602
+ const button = document.getElementById('profile-menu');
603
+
604
+ if (!button.contains(event.target) && !dropdown.contains(event.target)) {
605
+ dropdown.classList.add('hidden');
606
+ }
607
+ });
608
+
609
+ // Dark mode toggle
610
+ const darkModeToggle = document.createElement('button');
611
+ darkModeToggle.innerHTML = '<i class="fas fa-moon"></i>';
612
+ darkModeToggle.className = 'p-2 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700';
613
+ darkModeToggle.addEventListener('click', function() {
614
+ document.body.classList.toggle('dark-mode');
615
+
616
+ if (document.body.classList.contains('dark-mode')) {
617
+ darkModeToggle.innerHTML = '<i class="fas fa-sun"></i>';
618
+ localStorage.setItem('darkMode', 'enabled');
619
+ } else {
620
+ darkModeToggle.innerHTML = '<i class="fas fa-moon"></i>';
621
+ localStorage.setItem('darkMode', 'disabled');
622
+ }
623
+ });
624
+
625
+ // Check for saved dark mode preference
626
+ if (localStorage.getItem('darkMode') === 'enabled') {
627
+ document.body.classList.add('dark-mode');
628
+ darkModeToggle.innerHTML = '<i class="fas fa-sun"></i>';
629
+ }
630
+
631
+ // Add dark mode toggle to dropdown menu
632
+ const darkModeMenuItem = document.querySelector('#dropdown-menu a:nth-child(3)');
633
+ darkModeMenuItem.parentNode.replaceChild(darkModeToggle, darkModeMenuItem);
634
+
635
+ // Add fade-in animation to posts when they come into view
636
+ const observer = new IntersectionObserver((entries) => {
637
+ entries.forEach(entry => {
638
+ if (entry.isIntersecting) {
639
+ entry.target.classList.add('fade-in');
640
+ }
641
+ });
642
+ }, { threshold: 0.1 });
643
+
644
+ document.querySelectorAll('.post').forEach(post => {
645
+ observer.observe(post);
646
+ });
647
+ </script>
648
+ <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=Adelmario/super-espa-o" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
649
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Faça uma rede social igual o Facebook