Erikartificial commited on
Commit
a193c4d
·
verified ·
1 Parent(s): 1d83c6b

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +745 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Vego App V2
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: vego-app-v2
3
+ emoji: 🐳
4
+ colorFrom: purple
5
  colorTo: green
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,745 @@
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>VEGO - The Future of Social 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
+ @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: #0f0e17;
15
+ color: white;
16
+ overflow-x: hidden;
17
+ }
18
+
19
+ .gradient-bg {
20
+ background: linear-gradient(135deg, #3a0ca3 0%, #4361ee 100%);
21
+ }
22
+
23
+ .gradient-text {
24
+ background: linear-gradient(90deg, #4cc9f0, #4361ee);
25
+ -webkit-background-clip: text;
26
+ background-clip: text;
27
+ color: transparent;
28
+ }
29
+
30
+ .post-card:hover {
31
+ transform: translateY(-5px);
32
+ box-shadow: 0 20px 25px -5px rgba(67, 97, 238, 0.3);
33
+ }
34
+
35
+ .ai-assistant-bubble {
36
+ animation: pulse 2s infinite;
37
+ }
38
+
39
+ @keyframes pulse {
40
+ 0% {
41
+ box-shadow: 0 0 0 0 rgba(67, 97, 238, 0.7);
42
+ }
43
+ 70% {
44
+ box-shadow: 0 0 0 10px rgba(67, 97, 238, 0);
45
+ }
46
+ 100% {
47
+ box-shadow: 0 0 0 0 rgba(67, 97, 238, 0);
48
+ }
49
+ }
50
+
51
+ .content-feed {
52
+ scrollbar-width: thin;
53
+ scrollbar-color: #4361ee #0f0e17;
54
+ }
55
+
56
+ .content-feed::-webkit-scrollbar {
57
+ width: 6px;
58
+ }
59
+
60
+ .content-feed::-webkit-scrollbar-track {
61
+ background: #0f0e17;
62
+ }
63
+
64
+ .content-feed::-webkit-scrollbar-thumb {
65
+ background-color: #4361ee;
66
+ border-radius: 20px;
67
+ }
68
+
69
+ .glow {
70
+ filter: drop-shadow(0 0 8px rgba(67, 97, 238, 0.7));
71
+ }
72
+
73
+ .avatar-ring {
74
+ border: 2px solid transparent;
75
+ background: linear-gradient(#0f0e17, #0f0e17) padding-box,
76
+ linear-gradient(135deg, #3a0ca3 0%, #4361ee 100%) border-box;
77
+ }
78
+
79
+ .typewriter {
80
+ overflow: hidden;
81
+ border-right: .15em solid #4cc9f0;
82
+ white-space: nowrap;
83
+ animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
84
+ }
85
+
86
+ @keyframes typing {
87
+ from { width: 0 }
88
+ to { width: 100% }
89
+ }
90
+
91
+ @keyframes blink-caret {
92
+ from, to { border-color: transparent }
93
+ 50% { border-color: #4cc9f0; }
94
+ }
95
+ </style>
96
+ </head>
97
+ <body>
98
+ <div class="flex h-screen overflow-hidden">
99
+ <!-- Sidebar -->
100
+ <div class="hidden md:flex md:flex-shrink-0">
101
+ <div class="flex flex-col w-64 gradient-bg">
102
+ <div class="flex items-center justify-center h-16 flex-shrink-0 px-4">
103
+ <div class="flex items-center">
104
+ <i class="fas fa-brain text-3xl mr-2 text-white"></i>
105
+ <span class="text-xl font-bold text-white">VEGO</span>
106
+ </div>
107
+ </div>
108
+ <div class="flex flex-col flex-grow overflow-y-auto">
109
+ <div class="px-4 py-4">
110
+ <div class="flex items-center space-x-4 p-2 rounded-lg bg-indigo-900 bg-opacity-50">
111
+ <div class="relative">
112
+ <img class="w-10 h-10 rounded-full avatar-ring" src="https://randomuser.me/api/portraits/men/32.jpg" alt="User profile">
113
+ <span class="absolute bottom-0 right-0 block h-3 w-3 rounded-full bg-green-500 ring-2 ring-white"></span>
114
+ </div>
115
+ <div>
116
+ <p class="text-sm font-medium">Erikleo Cepa</p>
117
+ <p class="text-xs text-indigo-200">@erikleocepa</p>
118
+ </div>
119
+ <i class="fas fa-check-circle text-yellow-400 ml-auto"></i>
120
+ </div>
121
+ </div>
122
+ <nav class="flex-1 px-2 space-y-1">
123
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium rounded-lg text-white bg-indigo-900 bg-opacity-30">
124
+ <i class="fas fa-home mr-3"></i>
125
+ Home
126
+ </a>
127
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium rounded-lg text-indigo-200 hover:bg-indigo-900 hover:bg-opacity-30">
128
+ <i class="fas fa-compass mr-3"></i>
129
+ Explore
130
+ </a>
131
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium rounded-lg text-indigo-200 hover:bg-indigo-900 hover:bg-opacity-30">
132
+ <i class="fas fa-users mr-3"></i>
133
+ Communities
134
+ </a>
135
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium rounded-lg text-indigo-200 hover:bg-indigo-900 hover:bg-opacity-30">
136
+ <i class="fas fa-bell mr-3"></i>
137
+ Notifications
138
+ </a>
139
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium rounded-lg text-indigo-200 hover:bg-indigo-900 hover:bg-opacity-30">
140
+ <i class="fas fa-envelope mr-3"></i>
141
+ Messages
142
+ </a>
143
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium rounded-lg text-indigo-200 hover:bg-indigo-900 hover:bg-opacity-30">
144
+ <i class="fas fa-bookmark mr-3"></i>
145
+ Bookmarks
146
+ </a>
147
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium rounded-lg text-indigo-200 hover:bg-indigo-900 hover:bg-opacity-30">
148
+ <i class="fas fa-user mr-3"></i>
149
+ Profile
150
+ </a>
151
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium rounded-lg text-indigo-200 hover:bg-indigo-900 hover:bg-opacity-30">
152
+ <i class="fas fa-cog mr-3"></i>
153
+ Settings
154
+ </a>
155
+ </nav>
156
+ <div class="px-4 py-4">
157
+ <button class="w-full flex items-center justify-center px-4 py-3 text-sm font-medium rounded-lg text-white bg-gradient-to-r from-blue-400 to-indigo-600 hover:from-blue-500 hover:to-indigo-700">
158
+ <i class="fas fa-plus mr-2"></i>
159
+ Create Post
160
+ </button>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Main content -->
167
+ <div class="flex flex-col flex-1 overflow-hidden">
168
+ <!-- Top navigation -->
169
+ <div class="flex items-center justify-between h-16 flex-shrink-0 px-4 bg-gray-900 border-b border-gray-800">
170
+ <div class="flex items-center md:hidden">
171
+ <button class="text-gray-400 hover:text-white focus:outline-none">
172
+ <i class="fas fa-bars"></i>
173
+ </button>
174
+ </div>
175
+ <div class="flex-1 max-w-xl mx-4">
176
+ <div class="relative">
177
+ <div class="absolute inset-y-0 left-0 flex items-center pl-3">
178
+ <i class="fas fa-search text-gray-400"></i>
179
+ </div>
180
+ <input class="block w-full pl-10 pr-3 py-2 rounded-lg bg-gray-800 border border-gray-700 text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent" placeholder="Search VEGO...">
181
+ </div>
182
+ </div>
183
+ <div class="flex items-center space-x-4">
184
+ <button class="p-1 text-gray-400 rounded-full hover:text-white focus:outline-none">
185
+ <i class="fas fa-video"></i>
186
+ </button>
187
+ <button class="p-1 text-gray-400 rounded-full hover:text-white focus:outline-none">
188
+ <i class="fas fa-comment-dots"></i>
189
+ </button>
190
+ <div class="relative">
191
+ <button class="p-1 text-gray-400 rounded-full hover:text-white focus:outline-none">
192
+ <i class="fas fa-bell"></i>
193
+ </button>
194
+ <span class="absolute top-0 right-0 w-2 h-2 rounded-full bg-red-500"></span>
195
+ </div>
196
+ <div class="relative md:hidden">
197
+ <button class="flex items-center text-sm rounded-full focus:outline-none">
198
+ <img class="w-8 h-8 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="User profile">
199
+ </button>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Content area -->
205
+ <div class="flex flex-1 overflow-hidden">
206
+ <!-- Main feed -->
207
+ <div class="flex-1 overflow-y-auto content-feed">
208
+ <div class="max-w-2xl mx-auto p-4">
209
+ <!-- Create post -->
210
+ <div class="bg-gray-800 rounded-xl p-4 mb-6 shadow-lg">
211
+ <div class="flex items-start space-x-3">
212
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="User profile">
213
+ <div class="flex-1">
214
+ <div class="flex items-center space-x-2">
215
+ <button class="flex-1 text-left px-4 py-2 rounded-full bg-gray-700 text-gray-300 hover:bg-gray-600">
216
+ What's on your mind?
217
+ </button>
218
+ <button class="p-2 text-gray-400 hover:text-white">
219
+ <i class="fas fa-image"></i>
220
+ </button>
221
+ <button class="p-2 text-gray-400 hover:text-white">
222
+ <i class="fas fa-video"></i>
223
+ </button>
224
+ <button class="p-2 text-gray-400 hover:text-white">
225
+ <i class="fas fa-microphone"></i>
226
+ </button>
227
+ </div>
228
+ <div class="mt-3 flex justify-between items-center">
229
+ <div class="flex space-x-2">
230
+ <button class="text-xs px-3 py-1 rounded-full bg-gray-700 text-gray-300 hover:bg-gray-600">
231
+ <i class="fas fa-magic mr-1"></i> AI Assist
232
+ </button>
233
+ <button class="text-xs px-3 py-1 rounded-full bg-gray-700 text-gray-300 hover:bg-gray-600">
234
+ <i class="fas fa-robot mr-1"></i> Generate
235
+ </button>
236
+ </div>
237
+ <button class="text-sm px-4 py-1 rounded-full bg-gradient-to-r from-blue-500 to-indigo-600 text-white hover:from-blue-600 hover:to-indigo-700">
238
+ Post
239
+ </button>
240
+ </div>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Stories -->
246
+ <div class="bg-gray-800 rounded-xl p-4 mb-6 shadow-lg overflow-hidden">
247
+ <div class="flex justify-between items-center mb-3">
248
+ <h3 class="font-medium">Stories</h3>
249
+ <button class="text-sm text-indigo-400 hover:text-indigo-300">See All</button>
250
+ </div>
251
+ <div class="flex space-x-4 overflow-x-auto pb-2">
252
+ <div class="flex-shrink-0 relative">
253
+ <div class="w-24 h-32 rounded-xl bg-gradient-to-br from-purple-500 to-blue-600 flex items-center justify-center">
254
+ <i class="fas fa-plus text-white text-xl"></i>
255
+ </div>
256
+ <p class="text-xs text-center mt-1">Your Story</p>
257
+ </div>
258
+ <div class="flex-shrink-0 relative">
259
+ <div class="w-24 h-32 rounded-xl bg-gray-700 overflow-hidden">
260
+ <img class="w-full h-full object-cover" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330" alt="Story">
261
+ </div>
262
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full border-2 border-indigo-500 overflow-hidden">
263
+ <img class="w-full h-full object-cover" src="https://randomuser.me/api/portraits/women/44.jpg" alt="User">
264
+ </div>
265
+ <p class="text-xs text-center mt-1">Sarah</p>
266
+ </div>
267
+ <div class="flex-shrink-0 relative">
268
+ <div class="w-24 h-32 rounded-xl bg-gray-700 overflow-hidden">
269
+ <img class="w-full h-full object-cover" src="https://images.unsplash.com/photo-1506794778202-cad84cf45f1d" alt="Story">
270
+ </div>
271
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full border-2 border-indigo-500 overflow-hidden">
272
+ <img class="w-full h-full object-cover" src="https://randomuser.me/api/portraits/men/22.jpg" alt="User">
273
+ </div>
274
+ <p class="text-xs text-center mt-1">Michael</p>
275
+ </div>
276
+ <div class="flex-shrink-0 relative">
277
+ <div class="w-24 h-32 rounded-xl bg-gray-700 overflow-hidden">
278
+ <img class="w-full h-full object-cover" src="https://images.unsplash.com/photo-1519242220831-094109851b77" alt="Story">
279
+ </div>
280
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full border-2 border-indigo-500 overflow-hidden">
281
+ <img class="w-full h-full object-cover" src="https://randomuser.me/api/portraits/women/33.jpg" alt="User">
282
+ </div>
283
+ <p class="text-xs text-center mt-1">Emma</p>
284
+ </div>
285
+ <div class="flex-shrink-0 relative">
286
+ <div class="w-24 h-32 rounded-xl bg-gray-700 overflow-hidden">
287
+ <img class="w-full h-full object-cover" src="https://images.unsplash.com/photo-1531123897727-8f129e1688ce" alt="Story">
288
+ </div>
289
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full border-2 border-indigo-500 overflow-hidden">
290
+ <img class="w-full h-full object-cover" src="https://randomuser.me/api/portraits/men/45.jpg" alt="User">
291
+ </div>
292
+ <p class="text-xs text-center mt-1">David</p>
293
+ </div>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- AI Assistant -->
298
+ <div class="bg-gray-800 rounded-xl p-4 mb-6 shadow-lg">
299
+ <div class="flex items-center mb-3">
300
+ <div class="w-10 h-10 rounded-full bg-gradient-to-br from-blue-400 to-indigo-600 flex items-center justify-center mr-3">
301
+ <i class="fas fa-robot text-white"></i>
302
+ </div>
303
+ <div>
304
+ <h3 class="font-medium">VEGO AI Assistant</h3>
305
+ <p class="text-xs text-gray-400">Ready to help you create</p>
306
+ </div>
307
+ </div>
308
+ <div class="bg-gray-700 rounded-lg p-3 mb-3">
309
+ <p class="text-sm">Hi Erikleo! I can help you generate content, write captions, or even create AI avatars. What would you like to do today?</p>
310
+ </div>
311
+ <div class="grid grid-cols-2 gap-2">
312
+ <button class="text-xs px-3 py-2 rounded-lg bg-gray-700 text-gray-300 hover:bg-gray-600 flex items-center">
313
+ <i class="fas fa-pen-fancy mr-2"></i> Write caption
314
+ </button>
315
+ <button class="text-xs px-3 py-2 rounded-lg bg-gray-700 text-gray-300 hover:bg-gray-600 flex items-center">
316
+ <i class="fas fa-image mr-2"></i> Generate image
317
+ </button>
318
+ <button class="text-xs px-3 py-2 rounded-lg bg-gray-700 text-gray-300 hover:bg-gray-600 flex items-center">
319
+ <i class="fas fa-video mr-2"></i> Create video
320
+ </button>
321
+ <button class="text-xs px-3 py-2 rounded-lg bg-gray-700 text-gray-300 hover:bg-gray-600 flex items-center">
322
+ <i class="fas fa-user-robot mr-2"></i> Make avatar
323
+ </button>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Posts -->
328
+ <div class="bg-gray-800 rounded-xl p-4 mb-6 shadow-lg post-card transition duration-300">
329
+ <div class="flex items-start justify-between mb-3">
330
+ <div class="flex items-center space-x-3">
331
+ <div class="relative">
332
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/women/44.jpg" alt="User profile">
333
+ <span class="absolute bottom-0 right-0 block h-3 w-3 rounded-full bg-green-500 ring-2 ring-gray-800"></span>
334
+ </div>
335
+ <div>
336
+ <p class="font-medium">Sarah Johnson</p>
337
+ <p class="text-xs text-gray-400">2h ago · <i class="fas fa-globe-americas"></i></p>
338
+ </div>
339
+ </div>
340
+ <button class="text-gray-400 hover:text-white">
341
+ <i class="fas fa-ellipsis-h"></i>
342
+ </button>
343
+ </div>
344
+ <p class="mb-3">Just created this amazing AI-generated artwork with VEGO's new creative tools! The AI understood exactly what I was imagining. #DigitalArt #AICreativity</p>
345
+ <div class="grid grid-cols-2 gap-2 mb-3">
346
+ <div class="rounded-lg overflow-hidden">
347
+ <img class="w-full h-48 object-cover" src="https://images.unsplash.com/photo-1637858868799-7f26a0640eb6" alt="AI Art">
348
+ </div>
349
+ <div class="rounded-lg overflow-hidden">
350
+ <img class="w-full h-48 object-cover" src="https://images.unsplash.com/photo-1639762681057-408e52192e55" alt="AI Art">
351
+ </div>
352
+ </div>
353
+ <div class="flex items-center justify-between text-gray-400 text-sm border-t border-gray-700 pt-3">
354
+ <div class="flex items-center space-x-4">
355
+ <button class="flex items-center hover:text-indigo-400">
356
+ <i class="fas fa-heart mr-1"></i> 243
357
+ </button>
358
+ <button class="flex items-center hover:text-indigo-400">
359
+ <i class="fas fa-comment mr-1"></i> 56
360
+ </button>
361
+ <button class="flex items-center hover:text-indigo-400">
362
+ <i class="fas fa-share mr-1"></i> 12
363
+ </button>
364
+ </div>
365
+ <button class="hover:text-indigo-400">
366
+ <i class="fas fa-bookmark"></i>
367
+ </button>
368
+ </div>
369
+ </div>
370
+
371
+ <div class="bg-gray-800 rounded-xl p-4 mb-6 shadow-lg post-card transition duration-300">
372
+ <div class="flex items-start justify-between mb-3">
373
+ <div class="flex items-center space-x-3">
374
+ <div class="relative">
375
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/men/22.jpg" alt="User profile">
376
+ <span class="absolute bottom-0 right-0 block h-3 w-3 rounded-full bg-green-500 ring-2 ring-gray-800"></span>
377
+ </div>
378
+ <div>
379
+ <p class="font-medium">Michael Chen</p>
380
+ <p class="text-xs text-gray-400">4h ago · <i class="fas fa-users"></i></p>
381
+ </div>
382
+ </div>
383
+ <button class="text-gray-400 hover:text-white">
384
+ <i class="fas fa-ellipsis-h"></i>
385
+ </button>
386
+ </div>
387
+ <p class="mb-3">Check out this AI-generated short film I made entirely with VEGO's new video synthesis tools! The AI helped with scripting, voiceover, and even the animations. Mind blown! 🤯</p>
388
+ <div class="relative mb-3">
389
+ <div class="aspect-w-16 aspect-h-9 bg-gray-700 rounded-lg overflow-hidden">
390
+ <img class="w-full h-64 object-cover" src="https://images.unsplash.com/photo-1574717024453-354a7a89f6d3" alt="Video thumbnail">
391
+ <div class="absolute inset-0 flex items-center justify-center">
392
+ <button class="w-16 h-16 rounded-full bg-indigo-600 bg-opacity-80 flex items-center justify-center hover:bg-opacity-100">
393
+ <i class="fas fa-play text-white text-xl"></i>
394
+ </button>
395
+ </div>
396
+ </div>
397
+ </div>
398
+ <div class="flex items-center justify-between text-gray-400 text-sm border-t border-gray-700 pt-3">
399
+ <div class="flex items-center space-x-4">
400
+ <button class="flex items-center hover:text-indigo-400">
401
+ <i class="fas fa-heart mr-1"></i> 512
402
+ </button>
403
+ <button class="flex items-center hover:text-indigo-400">
404
+ <i class="fas fa-comment mr-1"></i> 87
405
+ </button>
406
+ <button class="flex items-center hover:text-indigo-400">
407
+ <i class="fas fa-share mr-1"></i> 43
408
+ </button>
409
+ </div>
410
+ <button class="hover:text-indigo-400">
411
+ <i class="fas fa-bookmark"></i>
412
+ </button>
413
+ <button class="text-xs px-2 py-1 rounded bg-gray-700 hover:bg-gray-600 flex items-center">
414
+ <i class="fas fa-robot mr-1"></i> Try this AI
415
+ </button>
416
+ </div>
417
+ </div>
418
+
419
+ <div class="bg-gray-800 rounded-xl p-4 mb-6 shadow-lg post-card transition duration-300">
420
+ <div class="flex items-start justify-between mb-3">
421
+ <div class="flex items-center space-x-3">
422
+ <div class="relative">
423
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/women/33.jpg" alt="User profile">
424
+ <span class="absolute bottom-0 right-0 block h-3 w-3 rounded-full bg-yellow-500 ring-2 ring-gray-800"></span>
425
+ </div>
426
+ <div>
427
+ <p class="font-medium">Emma Wilson <i class="fas fa-check-circle text-blue-400 ml-1"></i></p>
428
+ <p class="text-xs text-gray-400">6h ago · <i class="fas fa-globe-americas"></i></p>
429
+ </div>
430
+ </div>
431
+ <button class="text-gray-400 hover:text-white">
432
+ <i class="fas fa-ellipsis-h"></i>
433
+ </button>
434
+ </div>
435
+ <p class="mb-3">Just had the most fascinating conversation with my VEGO AI companion about the future of creative expression. It suggested some incredible ideas for my next project that I would have never thought of!</p>
436
+ <div class="bg-gray-700 rounded-lg p-3 mb-3">
437
+ <div class="flex items-start mb-2">
438
+ <div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center mr-2 flex-shrink-0">
439
+ <i class="fas fa-robot text-white text-sm"></i>
440
+ </div>
441
+ <div class="bg-gray-800 rounded-lg p-2">
442
+ <p class="text-sm">Based on your interests in surrealism and digital art, have you considered creating a series where everyday objects transform into abstract landscapes? I can generate some concept sketches if you'd like!</p>
443
+ </div>
444
+ </div>
445
+ <div class="flex items-start">
446
+ <div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center mr-2 flex-shrink-0">
447
+ <i class="fas fa-robot text-white text-sm"></i>
448
+ </div>
449
+ <div class="bg-gray-800 rounded-lg p-2">
450
+ <p class="text-sm">Also, your engagement metrics show your audience responds well to interactive content. Maybe we could create a piece where viewers can influence the artwork's evolution in real-time?</p>
451
+ </div>
452
+ </div>
453
+ </div>
454
+ <div class="flex items-center justify-between text-gray-400 text-sm border-t border-gray-700 pt-3">
455
+ <div class="flex items-center space-x-4">
456
+ <button class="flex items-center hover:text-indigo-400">
457
+ <i class="fas fa-heart mr-1"></i> 189
458
+ </button>
459
+ <button class="flex items-center hover:text-indigo-400">
460
+ <i class="fas fa-comment mr-1"></i> 34
461
+ </button>
462
+ <button class="flex items-center hover:text-indigo-400">
463
+ <i class="fas fa-share mr-1"></i> 8
464
+ </button>
465
+ </div>
466
+ <button class="hover:text-indigo-400">
467
+ <i class="fas fa-bookmark"></i>
468
+ </button>
469
+ <button class="text-xs px-2 py-1 rounded bg-gradient-to-r from-blue-500 to-indigo-600 text-white hover:from-blue-600 hover:to-indigo-700 flex items-center">
470
+ <i class="fas fa-comment-alt mr-1"></i> Ask AI
471
+ </button>
472
+ </div>
473
+ </div>
474
+ </div>
475
+ </div>
476
+
477
+ <!-- Right sidebar -->
478
+ <div class="hidden lg:block lg:flex-shrink-0 lg:w-80 lg:overflow-y-auto border-l border-gray-800">
479
+ <div class="p-4">
480
+ <!-- Trending now -->
481
+ <div class="bg-gray-800 rounded-xl p-4 mb-6 shadow-lg">
482
+ <h3 class="font-medium mb-3">Trending Now</h3>
483
+ <div class="space-y-3">
484
+ <div class="flex items-start">
485
+ <div class="w-10 h-10 rounded-full bg-gradient-to-br from-pink-500 to-purple-600 flex items-center justify-center mr-3 flex-shrink-0">
486
+ <i class="fas fa-hashtag text-white"></i>
487
+ </div>
488
+ <div>
489
+ <p class="font-medium text-sm">#AICreativity</p>
490
+ <p class="text-xs text-gray-400">12.5K posts</p>
491
+ </div>
492
+ </div>
493
+ <div class="flex items-start">
494
+ <div class="w-10 h-10 rounded-full bg-gradient-to-br from-green-500 to-blue-600 flex items-center justify-center mr-3 flex-shrink-0">
495
+ <i class="fas fa-hashtag text-white"></i>
496
+ </div>
497
+ <div>
498
+ <p class="font-medium text-sm">#VEGOArt</p>
499
+ <p class="text-xs text-gray-400">8.2K posts</p>
500
+ </div>
501
+ </div>
502
+ <div class="flex items-start">
503
+ <div class="w-10 h-10 rounded-full bg-gradient-to-br from-yellow-500 to-orange-600 flex items-center justify-center mr-3 flex-shrink-0">
504
+ <i class="fas fa-hashtag text-white"></i>
505
+ </div>
506
+ <div>
507
+ <p class="font-medium text-sm">#DigitalTransformation</p>
508
+ <p class="text-xs text-gray-400">5.7K posts</p>
509
+ </div>
510
+ </div>
511
+ <div class="flex items-start">
512
+ <div class="w-10 h-10 rounded-full bg-gradient-to-br from-red-500 to-pink-600 flex items-center justify-center mr-3 flex-shrink-0">
513
+ <i class="fas fa-hashtag text-white"></i>
514
+ </div>
515
+ <div>
516
+ <p class="font-medium text-sm">#FutureOfSocial</p>
517
+ <p class="text-xs text-gray-400">4.9K posts</p>
518
+ </div>
519
+ </div>
520
+ <div class="flex items-start">
521
+ <div class="w-10 h-10 rounded-full bg-gradient-to-br from-purple-500 to-indigo-600 flex items-center justify-center mr-3 flex-shrink-0">
522
+ <i class="fas fa-hashtag text-white"></i>
523
+ </div>
524
+ <div>
525
+ <p class="font-medium text-sm">#Shqip</p>
526
+ <p class="text-xs text-gray-400">3.1K posts</p>
527
+ </div>
528
+ </div>
529
+ </div>
530
+ </div>
531
+
532
+ <!-- Suggested accounts -->
533
+ <div class="bg-gray-800 rounded-xl p-4 mb-6 shadow-lg">
534
+ <div class="flex justify-between items-center mb-3">
535
+ <h3 class="font-medium">Suggested Accounts</h3>
536
+ <button class="text-sm text-indigo-400 hover:text-indigo-300">See All</button>
537
+ </div>
538
+ <div class="space-y-4">
539
+ <div class="flex items-center">
540
+ <div class="relative mr-3">
541
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/women/28.jpg" alt="User profile">
542
+ <span class="absolute bottom-0 right-0 block h-3 w-3 rounded-full bg-green-500 ring-2 ring-gray-800"></span>
543
+ </div>
544
+ <div class="flex-1">
545
+ <p class="font-medium text-sm">Lisa Park</p>
546
+ <p class="text-xs text-gray-400">AI Artist</p>
547
+ </div>
548
+ <button class="text-xs px-3 py-1 rounded-full bg-gray-700 hover:bg-gray-600">Follow</button>
549
+ </div>
550
+ <div class="flex items-center">
551
+ <div class="relative mr-3">
552
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/men/41.jpg" alt="User profile">
553
+ <span class="absolute bottom-0 right-0 block h-3 w-3 rounded-full bg-green-500 ring-2 ring-gray-800"></span>
554
+ </div>
555
+ <div class="flex-1">
556
+ <p class="font-medium text-sm">James Rodriguez <i class="fas fa-check-circle text-blue-400 ml-1"></i></p>
557
+ <p class="text-xs text-gray-400">Tech Influencer</p>
558
+ </div>
559
+ <button class="text-xs px-3 py-1 rounded-full bg-gray-700 hover:bg-gray-600">Follow</button>
560
+ </div>
561
+ <div class="flex items-center">
562
+ <div class="relative mr-3">
563
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/women/19.jpg" alt="User profile">
564
+ <span class="absolute bottom-0 right-0 block h-3 w-3 rounded-full bg-yellow-500 ring-2 ring-gray-800"></span>
565
+ </div>
566
+ <div class="flex-1">
567
+ <p class="font-medium text-sm">Sophia Chen</p>
568
+ <p class="text-xs text-gray-400">Digital Creator</p>
569
+ </div>
570
+ <button class="text-xs px-3 py-1 rounded-full bg-gray-700 hover:bg-gray-600">Follow</button>
571
+ </div>
572
+ <div class="flex items-center">
573
+ <div class="relative mr-3">
574
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/men/36.jpg" alt="User profile">
575
+ <span class="absolute bottom-0 right-0 block h-3 w-3 rounded-full bg-green-500 ring-2 ring-gray-800"></span>
576
+ </div>
577
+ <div class="flex-1">
578
+ <p class="font-medium text-sm">David Kim</p>
579
+ <p class="text-xs text-gray-400">AI Researcher</p>
580
+ </div>
581
+ <button class="text-xs px-3 py-1 rounded-full bg-gray-700 hover:bg-gray-600">Follow</button>
582
+ </div>
583
+ </div>
584
+ </div>
585
+
586
+ <!-- AI tools spotlight -->
587
+ <div class="bg-gray-800 rounded-xl p-4 shadow-lg">
588
+ <h3 class="font-medium mb-3">AI Tools Spotlight</h3>
589
+ <div class="space-y-3">
590
+ <div class="bg-gradient-to-br from-blue-900 to-indigo-900 rounded-lg p-3">
591
+ <div class="flex items-center mb-2">
592
+ <div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center mr-2">
593
+ <i class="fas fa-image text-white text-sm"></i>
594
+ </div>
595
+ <p class="font-medium text-sm">Art Generator Pro</p>
596
+ </div>
597
+ <p class="text-xs text-gray-300 mb-2">Create stunning AI artwork with just a text prompt. Try our new styles!</p>
598
+ <button class="w-full text-xs px-3 py-1 rounded-full bg-blue-600 hover:bg-blue-500">Try Now</button>
599
+ </div>
600
+ <div class="bg-gradient-to-br from-purple-900 to-indigo-900 rounded-lg p-3">
601
+ <div class="flex items-center mb-2">
602
+ <div class="w-8 h-8 rounded-full bg-purple-500 flex items-center justify-center mr-2">
603
+ <i class="fas fa-video text-white text-sm"></i>
604
+ </div>
605
+ <p class="font-medium text-sm">Video Synthesis</p>
606
+ </div>
607
+ <p class="text-xs text-gray-300 mb-2">Turn your ideas into professional videos with AI assistance.</p>
608
+ <button class="w-full text-xs px-3 py-1 rounded-full bg-purple-600 hover:bg-purple-500">Try Now</button>
609
+ </div>
610
+ <div class="bg-gradient-to-br from-pink-900 to-purple-900 rounded-lg p-3">
611
+ <div class="flex items-center mb-2">
612
+ <div class="w-8 h-8 rounded-full bg-pink-500 flex items-center justify-center mr-2">
613
+ <i class="fas fa-user-robot text-white text-sm"></i>
614
+ </div>
615
+ <p class="font-medium text-sm">Avatar Creator</p>
616
+ </div>
617
+ <p class="text-xs text-gray-300 mb-2">Design your perfect digital persona with our advanced tools.</p>
618
+ <button class="w-full text-xs px-3 py-1 rounded-full bg-pink-600 hover:bg-pink-500">Try Now</button>
619
+ </div>
620
+ </div>
621
+ </div>
622
+ </div>
623
+ </div>
624
+ </div>
625
+ </div>
626
+ </div>
627
+
628
+ <!-- Mobile bottom navigation -->
629
+ <div class="md:hidden fixed bottom-0 left-0 right-0 bg-gray-900 border-t border-gray-800">
630
+ <div class="flex justify-around items-center h-16">
631
+ <a href="#" class="flex flex-col items-center justify-center text-indigo-400">
632
+ <i class="fas fa-home text-lg"></i>
633
+ <span class="text-xs mt-1">Home</span>
634
+ </a>
635
+ <a href="#" class="flex flex-col items-center justify-center text-gray-400 hover:text-white">
636
+ <i class="fas fa-compass text-lg"></i>
637
+ <span class="text-xs mt-1">Explore</span>
638
+ </a>
639
+ <a href="#" class="flex flex-col items-center justify-center text-gray-400 hover:text-white">
640
+ <i class="fas fa-plus-circle text-2xl text-indigo-500 glow"></i>
641
+ </a>
642
+ <a href="#" class="flex flex-col items-center justify-center text-gray-400 hover:text-white">
643
+ <i class="fas fa-bell text-lg"></i>
644
+ <span class="text-xs mt-1">Alerts</span>
645
+ </a>
646
+ <a href="#" class="flex flex-col items-center justify-center text-gray-400 hover:text-white">
647
+ <i class="fas fa-user text-lg"></i>
648
+ <span class="text-xs mt-1">Profile</span>
649
+ </a>
650
+ </div>
651
+ </div>
652
+
653
+ <!-- AI Assistant floating button -->
654
+ <div class="fixed bottom-20 right-4 md:bottom-6 md:right-6">
655
+ <button class="w-14 h-14 rounded-full bg-gradient-to-br from-blue-500 to-indigo-600 text-white flex items-center justify-center shadow-lg ai-assistant-bubble hover:from-blue-600 hover:to-indigo-700">
656
+ <i class="fas fa-robot text-xl"></i>
657
+ </button>
658
+ </div>
659
+
660
+ <script>
661
+ // Typewriter effect for demo purposes
662
+ document.addEventListener('DOMContentLoaded', function() {
663
+ const aiMessage = document.createElement('div');
664
+ aiMessage.className = 'typewriter text-sm font-medium mb-2';
665
+ aiMessage.textContent = 'Welcome to VEGO - Where your content thinks with you';
666
+
667
+ const aiBubble = document.querySelector('.ai-assistant-bubble');
668
+ aiBubble.addEventListener('click', function() {
669
+ const assistantPanel = document.createElement('div');
670
+ assistantPanel.className = 'fixed bottom-24 right-4 w-72 bg-gray-800 rounded-xl shadow-xl border border-gray-700 z-50 p-4';
671
+ assistantPanel.innerHTML = `
672
+ <div class="flex justify-between items-center mb-3">
673
+ <div class="flex items-center">
674
+ <div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center mr-2">
675
+ <i class="fas fa-robot text-white"></i>
676
+ </div>
677
+ <h3 class="font-medium">VEGO AI</h3>
678
+ </div>
679
+ <button class="text-gray-400 hover:text-white close-ai">
680
+ <i class="fas fa-times"></i>
681
+ </button>
682
+ </div>
683
+ <div class="bg-gray-700 rounded-lg p-3 mb-3">
684
+ <p class="text-sm">Hi there! I'm your VEGO AI assistant. How can I help you create today?</p>
685
+ </div>
686
+ <div class="space-y-2">
687
+ <button class="w-full text-left px-3 py-2 rounded-lg bg-gray-700 hover:bg-gray-600 text-sm flex items-center">
688
+ <i class="fas fa-pen-fancy mr-2"></i> Help me write a post
689
+ </button>
690
+ <button class="w-full text-left px-3 py-2 rounded-lg bg-gray-700 hover:bg-gray-600 text-sm flex items-center">
691
+ <i class="fas fa-image mr-2"></i> Generate an image
692
+ </button>
693
+ <button class="w-full text-left px-3 py-2 rounded-lg bg-gray-700 hover:bg-gray-600 text-sm flex items-center">
694
+ <i class="fas fa-video mr-2"></i> Create a short video
695
+ </button>
696
+ <button class="w-full text-left px-3 py-2 rounded-lg bg-gray-700 hover:bg-gray-600 text-sm flex items-center">
697
+ <i class="fas fa-chart-line mr-2"></i> Analyze my engagement
698
+ </button>
699
+ </div>
700
+ `;
701
+
702
+ document.body.appendChild(assistantPanel);
703
+
704
+ // Close button functionality
705
+ const closeButton = assistantPanel.querySelector('.close-ai');
706
+ closeButton.addEventListener('click', function() {
707
+ assistantPanel.remove();
708
+ });
709
+
710
+ // Close when clicking outside
711
+ document.addEventListener('click', function(event) {
712
+ if (!assistantPanel.contains(event.target) && event.target !== aiBubble) {
713
+ assistantPanel.remove();
714
+ }
715
+ });
716
+ });
717
+
718
+ // Language switcher functionality
719
+ const languageOptions = ['English', 'Shqip', 'Español', 'Français'];
720
+ let currentLanguage = 0;
721
+
722
+ const languageButton = document.createElement('button');
723
+ languageButton.className = 'fixed top-4 right-4 text-xs px-2 py-1 rounded-full bg-gray-800 hover:bg-gray-700 z-50';
724
+ languageButton.textContent = languageOptions[currentLanguage];
725
+
726
+ languageButton.addEventListener('click', function() {
727
+ currentLanguage = (currentLanguage + 1) % languageOptions.length;
728
+ languageButton.textContent = languageOptions[currentLanguage];
729
+
730
+ // Show language change notification
731
+ const notification = document.createElement('div');
732
+ notification.className = 'fixed top-16 right-4 bg-gray-800 text-white text-sm px-3 py-2 rounded-lg shadow-lg z-50';
733
+ notification.textContent = `Language set to ${languageOptions[currentLanguage]}`;
734
+ document.body.appendChild(notification);
735
+
736
+ setTimeout(() => {
737
+ notification.remove();
738
+ }, 2000);
739
+ });
740
+
741
+ document.body.appendChild(languageButton);
742
+ });
743
+ </script>
744
+ <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=Erikartificial/vego-app-v2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
745
+ </html>