Samir51 commited on
Commit
d04da5a
·
verified ·
1 Parent(s): 6ef62c8

Mcak ui like facebook - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +421 -18
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Samirs
3
- emoji: 🏢
4
- colorFrom: yellow
5
- colorTo: pink
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: samirs
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,422 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Mcak - Social Network</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
10
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <script src="https://unpkg.com/feather-icons"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
14
+ <style>
15
+ .custom-scrollbar::-webkit-scrollbar {
16
+ width: 6px;
17
+ }
18
+ .custom-scrollbar::-webkit-scrollbar-track {
19
+ background: #f1f1f1;
20
+ }
21
+ .custom-scrollbar::-webkit-scrollbar-thumb {
22
+ background: #888;
23
+ border-radius: 3px;
24
+ }
25
+ .custom-scrollbar::-webkit-scrollbar-thumb:hover {
26
+ background: #555;
27
+ }
28
+ </style>
29
+ </head>
30
+ <body class="bg-gray-100">
31
+ <div id="vanta-bg" class="fixed inset-0 -z-10"></div>
32
+ <div class="min-h-screen flex flex-col">
33
+ <!-- Header -->
34
+ <header class="bg-white shadow-sm sticky top-0 z-50">
35
+ <div class="container mx-auto px-4 py-2 flex items-center justify-between">
36
+ <div class="flex items-center space-x-2">
37
+ <div class="text-blue-600 font-bold text-2xl">Samirs</div>
38
+ <div class="relative hidden md:block">
39
+ <input type="text" placeholder="Search Mcak" class="bg-gray-100 rounded-full py-2 px-4 pl-10 w-64 focus:outline-none">
40
+ <i data-feather="search" class="absolute left-3 top-2.5 text-gray-500"></i>
41
+ </div>
42
+ </div>
43
+
44
+ <nav class="hidden md:flex space-x-1">
45
+ <a href="#" class="p-3 rounded-lg hover:bg-gray-100">
46
+ <i data-feather="home" class="text-blue-600"></i>
47
+ </a>
48
+ <a href="#" class="p-3 rounded-lg hover:bg-gray-100">
49
+ <i data-feather="tv"></i>
50
+ </a>
51
+ <a href="#" class="p-3 rounded-lg hover:bg-gray-100">
52
+ <i data-feather="shopping-bag"></i>
53
+ </a>
54
+ <a href="#" class="p-3 rounded-lg hover:bg-gray-100">
55
+ <i data-feather="users"></i>
56
+ </a>
57
+ <a href="#" class="p-3 rounded-lg hover:bg-gray-100">
58
+ <i data-feather="bell"></i>
59
+ </a>
60
+ </nav>
61
+
62
+ <div class="flex items-center space-x-2">
63
+ <div class="relative">
64
+ <button class="bg-gray-200 rounded-full p-2 hover:bg-gray-300">
65
+ <i data-feather="menu"></i>
66
+ </button>
67
+ </div>
68
+ <div class="relative">
69
+ <button class="bg-gray-200 rounded-full p-2 hover:bg-gray-300">
70
+ <i data-feather="message-square"></i>
71
+ </button>
72
+ </div>
73
+ <div class="relative">
74
+ <button class="bg-gray-200 rounded-full p-2 hover:bg-gray-300">
75
+ <i data-feather="bell"></i>
76
+ </button>
77
+ </div>
78
+ <div class="relative">
79
+ <div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center text-white font-bold cursor-pointer">
80
+ <span>s</span>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </div>
85
+ </header>
86
+
87
+ <!-- Main Content -->
88
+ <main class="flex-1 container mx-auto px-4 py-6 flex">
89
+ <!-- Left Sidebar -->
90
+ <aside class="hidden lg:block w-64 mr-6">
91
+ <div class="bg-white rounded-lg shadow p-4 mb-4">
92
+ <div class="flex items-center space-x-3 mb-4 cursor-pointer hover:bg-gray-100 p-2 rounded-lg">
93
+ <div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center text-white font-bold">
94
+ <span>s</span>
95
+ </div>
96
+ <span class="font-medium">samir</span>
97
+ </div>
98
+ <div class="space-y-2">
99
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
100
+ <i data-feather="users" class="text-blue-500"></i>
101
+ <span>Friends</span>
102
+ </a>
103
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
104
+ <i data-feather="clock" class="text-blue-500"></i>
105
+ <span>Memories</span>
106
+ </a>
107
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
108
+ <i data-feather="bookmark" class="text-blue-500"></i>
109
+ <span>Saved</span>
110
+ </a>
111
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
112
+ <i data-feather="flag" class="text-blue-500"></i>
113
+ <span>Pages</span>
114
+ </a>
115
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
116
+ <i data-feather="calendar" class="text-blue-500"></i>
117
+ <span>Events</span>
118
+ </a>
119
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
120
+ <i data-feather="chevron-down" class="text-blue-500"></i>
121
+ <span>See More</span>
122
+ </a>
123
+ </div>
124
+ </div>
125
+
126
+ <div class="bg-white rounded-lg shadow p-4">
127
+ <h3 class="font-semibold text-gray-500 mb-3">Your Shortcuts</h3>
128
+ <div class="space-y-2">
129
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
130
+ <img src="http://static.photos/gaming/200x200/5" class="w-8 h-8 rounded-md object-cover">
131
+ <span>Gaming Group</span>
132
+ </a>
133
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
134
+ <img src="http://static.photos/technology/200x200/15" class="w-8 h-8 rounded-md object-cover">
135
+ <span>Tech News</span>
136
+ </a>
137
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
138
+ <img src="http://static.photos/travel/200x200/25" class="w-8 h-8 rounded-md object-cover">
139
+ <span>Travel Community</span>
140
+ </a>
141
+ </div>
142
+ </div>
143
+ </aside>
144
+
145
+ <!-- Center Content -->
146
+ <div class="flex-1 max-w-2xl mx-auto">
147
+ <!-- Create Post -->
148
+ <div class="bg-white rounded-lg shadow mb-4" data-aos="fade-up">
149
+ <div class="p-4">
150
+ <div class="flex items-center space-x-2">
151
+ <div class="w-10 h-10 rounded-full bg-blue-500 flex items-center justify-center text-white font-bold cursor-pointer">
152
+ <span>U</span>
153
+ </div>
154
+ <button class="flex-1 bg-gray-100 hover:bg-gray-200 rounded-full py-2 px-4 text-left text-gray-500">
155
+ What's on your mind?
156
+ </button>
157
+ </div>
158
+ <div class="border-t border-gray-200 mt-3 pt-3 flex justify-between">
159
+ <button class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-100 text-gray-600">
160
+ <i data-feather="video" class="text-red-500"></i>
161
+ <span>Live Video</span>
162
+ </button>
163
+ <button class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-100 text-gray-600">
164
+ <i data-feather="image" class="text-green-500"></i>
165
+ <span>Photo/Video</span>
166
+ </button>
167
+ <button class="flex items-center space-x-2 p-2 rounded-lg hover:bg-gray-100 text-gray-600">
168
+ <i data-feather="smile" class="text-yellow-500"></i>
169
+ <span>Feeling/Activity</span>
170
+ </button>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Stories -->
176
+ <div class="bg-white rounded-lg shadow mb-4 p-4" data-aos="fade-up">
177
+ <div class="flex space-x-2 overflow-x-auto pb-2 custom-scrollbar">
178
+ <div class="relative flex-shrink-0 w-32 h-48 rounded-lg overflow-hidden cursor-pointer bg-gradient-to-b from-blue-500 to-purple-600">
179
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full bg-blue-500 border-4 border-white flex items-center justify-center">
180
+ <i data-feather="plus" class="text-white"></i>
181
+ </div>
182
+ <div class="absolute bottom-2 left-2 right-2 text-center text-white font-medium">
183
+ Create Story
184
+ </div>
185
+ </div>
186
+ <div class="relative flex-shrink-0 w-32 h-48 rounded-lg overflow-hidden cursor-pointer">
187
+ <img src="http://static.photos/nature/320x240/1" class="w-full h-full object-cover">
188
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full border-2 border-blue-500 overflow-hidden">
189
+ <img src="http://static.photos/people/200x200/1" class="w-full h-full object-cover">
190
+ </div>
191
+ <div class="absolute bottom-2 left-2 right-2 text-white text-sm font-medium">
192
+ John Doe
193
+ </div>
194
+ </div>
195
+ <div class="relative flex-shrink-0 w-32 h-48 rounded-lg overflow-hidden cursor-pointer">
196
+ <img src="http://static.photos/travel/320x240/2" class="w-full h-full object-cover">
197
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full border-2 border-blue-500 overflow-hidden">
198
+ <img src="http://static.photos/people/200x200/2" class="w-full h-full object-cover">
199
+ </div>
200
+ <div class="absolute bottom-2 left-2 right-2 text-white text-sm font-medium">
201
+ Sarah Smith
202
+ </div>
203
+ </div>
204
+ <div class="relative flex-shrink-0 w-32 h-48 rounded-lg overflow-hidden cursor-pointer">
205
+ <img src="http://static.photos/cityscape/320x240/3" class="w-full h-full object-cover">
206
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full border-2 border-blue-500 overflow-hidden">
207
+ <img src="http://static.photos/people/200x200/3" class="w-full h-full object-cover">
208
+ </div>
209
+ <div class="absolute bottom-2 left-2 right-2 text-white text-sm font-medium">
210
+ Mike Johnson
211
+ </div>
212
+ </div>
213
+ <div class="relative flex-shrink-0 w-32 h-48 rounded-lg overflow-hidden cursor-pointer">
214
+ <img src="http://static.photos/food/320x240/4" class="w-full h-full object-cover">
215
+ <div class="absolute top-2 left-2 w-8 h-8 rounded-full border-2 border-blue-500 overflow-hidden">
216
+ <img src="http://static.photos/people/200x200/4" class="w-full h-full object-cover">
217
+ </div>
218
+ <div class="absolute bottom-2 left-2 right-2 text-white text-sm font-medium">
219
+ Emma Wilson
220
+ </div>
221
+ </div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Posts -->
226
+ <div class="bg-white rounded-lg shadow mb-4" data-aos="fade-up">
227
+ <div class="p-4">
228
+ <div class="flex items-center justify-between mb-3">
229
+ <div class="flex items-center space-x-2">
230
+ <img src="http://static.photos/people/200x200/5" class="w-10 h-10 rounded-full">
231
+ <div>
232
+ <h3 class="font-semibold">Alex Turner</h3>
233
+ <p class="text-gray-500 text-xs">2 hrs ago <i data-feather="globe" class="inline w-3 h-3"></i></p>
234
+ </div>
235
+ </div>
236
+ <button class="text-gray-500 hover:text-gray-700">
237
+ <i data-feather="more-horizontal"></i>
238
+ </button>
239
+ </div>
240
+ <p class="mb-3">Just finished this amazing hike! The views were incredible. 🏔️ #nature #adventure</p>
241
+ <img src="http://static.photos/nature/640x360/10" class="w-full rounded-lg mb-3">
242
+ <div class="flex justify-between text-gray-500 text-sm mb-3">
243
+ <span><i data-feather="thumbs-up" class="inline w-4 h-4 text-blue-500"></i> 124</span>
244
+ <span>24 comments · 8 shares</span>
245
+ </div>
246
+ <div class="border-t border-b border-gray-200 py-2 flex justify-between">
247
+ <button class="flex items-center justify-center space-x-1 w-full hover:bg-gray-100 py-1 rounded">
248
+ <i data-feather="thumbs-up" class="text-gray-500"></i>
249
+ <span>Like</span>
250
+ </button>
251
+ <button class="flex items-center justify-center space-x-1 w-full hover:bg-gray-100 py-1 rounded">
252
+ <i data-feather="message-square" class="text-gray-500"></i>
253
+ <span>Comment</span>
254
+ </button>
255
+ <button class="flex items-center justify-center space-x-1 w-full hover:bg-gray-100 py-1 rounded">
256
+ <i data-feather="share-2" class="text-gray-500"></i>
257
+ <span>Share</span>
258
+ </button>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="bg-white rounded-lg shadow mb-4" data-aos="fade-up">
264
+ <div class="p-4">
265
+ <div class="flex items-center justify-between mb-3">
266
+ <div class="flex items-center space-x-2">
267
+ <img src="http://static.photos/people/200x200/6" class="w-10 h-10 rounded-full">
268
+ <div>
269
+ <h3 class="font-semibold">Tech News</h3>
270
+ <p class="text-gray-500 text-xs">Sponsored <i data-feather="globe" class="inline w-3 h-3"></i></p>
271
+ </div>
272
+ </div>
273
+ <button class="text-gray-500 hover:text-gray-700">
274
+ <i data-feather="more-horizontal"></i>
275
+ </button>
276
+ </div>
277
+ <p class="mb-3">The new smartphone from XYZ company is breaking all records with its revolutionary camera technology. Check out the full review!</p>
278
+ <img src="http://static.photos/technology/640x360/20" class="w-full rounded-lg mb-3">
279
+ <div class="bg-gray-100 p-3 rounded-lg mb-3">
280
+ <h4 class="font-semibold">XYZ Phone Pro Review</h4>
281
+ <p class="text-sm text-gray-600">The most advanced smartphone camera system ever created. Professional quality photos from your pocket.</p>
282
+ <p class="text-blue-500 text-sm">technews.com</p>
283
+ </div>
284
+ <div class="flex justify-between text-gray-500 text-sm mb-3">
285
+ <span><i data-feather="thumbs-up" class="inline w-4 h-4 text-blue-500"></i> 89</span>
286
+ <span>42 comments · 5 shares</span>
287
+ </div>
288
+ <div class="border-t border-b border-gray-200 py-2 flex justify-between">
289
+ <button class="flex items-center justify-center space-x-1 w-full hover:bg-gray-100 py-1 rounded">
290
+ <i data-feather="thumbs-up" class="text-gray-500"></i>
291
+ <span>Like</span>
292
+ </button>
293
+ <button class="flex items-center justify-center space-x-1 w-full hover:bg-gray-100 py-1 rounded">
294
+ <i data-feather="message-square" class="text-gray-500"></i>
295
+ <span>Comment</span>
296
+ </button>
297
+ <button class="flex items-center justify-center space-x-1 w-full hover:bg-gray-100 py-1 rounded">
298
+ <i data-feather="share-2" class="text-gray-500"></i>
299
+ <span>Share</span>
300
+ </button>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Right Sidebar -->
307
+ <aside class="hidden lg:block w-80 ml-6">
308
+ <div class="bg-white rounded-lg shadow p-4 mb-4">
309
+ <h3 class="font-semibold mb-3">Sponsored</h3>
310
+ <div class="space-y-4">
311
+ <a href="#" class="block">
312
+ <img src="http://static.photos/retail/640x360/30" class="w-full rounded-lg mb-2">
313
+ <h4 class="font-medium">Summer Sale - 50% Off</h4>
314
+ <p class="text-sm text-gray-500">amazingproducts.com</p>
315
+ </a>
316
+ <a href="#" class="block">
317
+ <img src="http://static.photos/travel/640x360/40" class="w-full rounded-lg mb-2">
318
+ <h4 class="font-medium">Dream Vacation Packages</h4>
319
+ <p class="text-sm text-gray-500">traveladventures.com</p>
320
+ </a>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="bg-white rounded-lg shadow p-4">
325
+ <div class="flex justify-between items-center mb-4">
326
+ <h3 class="font-semibold">Contacts</h3>
327
+ <div class="flex space-x-2">
328
+ <button class="text-gray-500 hover:text-gray-700">
329
+ <i data-feather="video"></i>
330
+ </button>
331
+ <button class="text-gray-500 hover:text-gray-700">
332
+ <i data-feather="search"></i>
333
+ </button>
334
+ <button class="text-gray-500 hover:text-gray-700">
335
+ <i data-feather="more-horizontal"></i>
336
+ </button>
337
+ </div>
338
+ </div>
339
+ <div class="space-y-3">
340
+ <div class="flex items-center space-x-2 p-1 rounded-lg hover:bg-gray-100 cursor-pointer">
341
+ <div class="relative">
342
+ <img src="http://static.photos/people/200x200/7" class="w-8 h-8 rounded-full">
343
+ <div class="absolute bottom-0 right-0 w-3 h-3 bg-green-500 rounded-full border-2 border-white"></div>
344
+ </div>
345
+ <span>Lisa Cooper</span>
346
+ </div>
347
+ <div class="flex items-center space-x-2 p-1 rounded-lg hover:bg-gray-100 cursor-pointer">
348
+ <div class="relative">
349
+ <img src="http://static.photos/people/200x200/8" class="w-8 h-8 rounded-full">
350
+ <div class="absolute bottom-0 right-0 w-3 h-3 bg-green-500 rounded-full border-2 border-white"></div>
351
+ </div>
352
+ <span>David Miller</span>
353
+ </div>
354
+ <div class="flex items-center space-x-2 p-1 rounded-lg hover:bg-gray-100 cursor-pointer">
355
+ <div class="relative">
356
+ <img src="http://static.photos/people/200x200/9" class="w-8 h-8 rounded-full">
357
+ <div class="absolute bottom-0 right-0 w-3 h-3 bg-green-500 rounded-full border-2 border-white"></div>
358
+ </div>
359
+ <span>Sophia Chen</span>
360
+ </div>
361
+ <div class="flex items-center space-x-2 p-1 rounded-lg hover:bg-gray-100 cursor-pointer">
362
+ <div class="relative">
363
+ <img src="http://static.photos/people/200x200/10" class="w-8 h-8 rounded-full">
364
+ <div class="absolute bottom-0 right-0 w-3 h-3 bg-yellow-500 rounded-full border-2 border-white"></div>
365
+ </div>
366
+ <span>Michael Brown</span>
367
+ </div>
368
+ <div class="flex items-center space-x-2 p-1 rounded-lg hover:bg-gray-100 cursor-pointer">
369
+ <div class="relative">
370
+ <img src="http://static.photos/people/200x200/11" class="w-8 h-8 rounded-full">
371
+ <div class="absolute bottom-0 right-0 w-3 h-3 bg-green-500 rounded-full border-2 border-white"></div>
372
+ </div>
373
+ <span>Olivia Davis</span>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ </aside>
378
+ </main>
379
+ </div>
380
+
381
+ <!-- Mobile Bottom Navigation -->
382
+ <div class="lg:hidden fixed bottom-0 left-0 right-0 bg-white shadow-lg border-t border-gray-200">
383
+ <div class="flex justify-around py-3">
384
+ <a href="#" class="p-2 rounded-full">
385
+ <i data-feather="home" class="text-blue-600"></i>
386
+ </a>
387
+ <a href="#" class="p-2 rounded-full">
388
+ <i data-feather="users"></i>
389
+ </a>
390
+ <a href="#" class="p-2 rounded-full">
391
+ <i data-feather="video"></i>
392
+ </a>
393
+ <a href="#" class="p-2 rounded-full">
394
+ <i data-feather="bell"></i>
395
+ </a>
396
+ <a href="#" class="p-2 rounded-full">
397
+ <i data-feather="menu"></i>
398
+ </a>
399
+ </div>
400
+ </div>
401
+
402
+ <script>
403
+ VANTA.NET({
404
+ el: "#vanta-bg",
405
+ mouseControls: true,
406
+ touchControls: true,
407
+ gyroControls: false,
408
+ minHeight: 200.00,
409
+ minWidth: 200.00,
410
+ scale: 1.00,
411
+ scaleMobile: 1.00,
412
+ color: 0x3b82f6,
413
+ backgroundColor: 0xf3f4f6,
414
+ points: 8.00,
415
+ maxDistance: 22.00,
416
+ spacing: 18.00
417
+ });
418
+ </script>
419
+ <script>AOS.init();</script>
420
+ <script>feather.replace();</script>
421
+ </body>
422
  </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Mcak ui like facebook