-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
548 lines (513 loc) · 33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./output.css" rel="stylesheet">
<title>x.com</title>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body class="bg-black">
<div style="margin: auto;" class="flex container bg-black text-white ml-0 sm:ml-10 mx-auto">
<div class="first w-[10%] md:w-[11%] hidden relative h-screen sm:flex justify-end lg:w-[12%] xl:w-[94%]">
<div class="box fixed ">
<div class="logo flex mb-8 justify-end w-full invert ">
<div class="flex xl:w-[21rem] mt-5"> <svg viewBox="0 0 24 24" aria-hidden="true"
class="w-[30px] mr-9 r-4qtqp9 r-yyyyoo r-dnmrzs r-bnwqim r-lrvibr r-m6rgpd r-lrsllp r-1nao33i r-16y2uox r-8kz0gk">
<g>
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z">
</path>
</g>
</svg></div>
</div>
<div class="sidebar">
<ul class="items-end w-full flex flex-col">
<li class="flex xl:w-[21rem] text-2xl justify-start mb-8 font-medium items-center w-20">
<span class="mr-6 material-symbols-outlined " style="font-size:35px;">
home
</span><span class="hidden xl:block ">Home</span>
</li>
<li class=" flex xl:w-[21rem] text-2xl justify-start mb-8 font-medium items-center w-20"><span
class="mr-6 material-symbols-outlined" style="font-size:35px;">
search
</span><span class="hidden xl:block ">Explore</span></li>
<li class="flex xl:w-[21rem] text-2xl justify-start mb-8 font-medium items-center w-20"><span
class="mr-6 material-symbols-outlined" style="font-size:35px;">
notifications
</span><span class="hidden xl:block ">Notifications</span></li>
<li class="flex xl:w-[21rem] text-2xl justify-start mb-8 font-medium items-center w-20"><span
class="mr-6 material-symbols-outlined" style="font-size:35px;">
mail
</span><span class="hidden xl:block ">Messages</span></li>
<li class="flex xl:w-[21rem] text-2xl justify-start mb-8 font-medium items-center w-20"><svg
viewBox="0 0 24 24" aria-hidden="true"
class="w-[35px] invert mr-6 r-4qtqp9 r-yyyyoo r-dnmrzs r-bnwqim r-lrvibr r-m6rgpd r-1nao33i r-lwhw9o r-cnnz9e">
<g>
<g clip-path="url(#2-clip0_2592_269)" clip-rule="evenodd">
<path
d="M18 4.1H6c-1.05 0-1.9.85-1.9 1.9v12c0 1.05.85 1.9 1.9 1.9h12c1.05 0 1.9-.85 1.9-1.9V6c0-1.05-.85-1.9-1.9-1.9zM6 2h12c2.21 0 4 1.79 4 4v12c0 2.21-1.79 4-4 4H6c-2.21 0-4-1.79-4-4V6c0-2.21 1.79-4 4-4z">
</path>
<path d="M6.68 17.8l8.108-11.58h2.532L9.21 17.8H6.68z"></path>
</g>
<defs>
<clipPath id="2-clip0_2592_269">
<rect height="20" rx="1" width="20" x="2" y="2"></rect>
</clipPath>
</defs>
</g>
</svg>
<span class="hidden xl:block ">Grok</span>
</li>
<li class="flex xl:w-[21rem] text-2xl justify-start mb-8 font-medium items-center w-20"><span
class="mr-6 material-symbols-outlined" style="font-size:35px;">
group
</span>
<span class="hidden xl:block ">Communities</span>
</li>
<li class="flex xl:w-[21rem] text-2xl justify-start mb-8 font-medium items-center w-20"><span
class="mr-6 material-symbols-outlined" style="font-size:35px;">
person
</span>
<span class="hidden xl:block ">Profile</span>
</li>
<li class="flex xl:w-[21rem] text-2xl justify-start mb-8 font-medium items-center w-20"><svg
viewBox="0 0 24 24" aria-hidden="true"
class="invert mr-6 w-[35px] r-4qtqp9 r-yyyyoo r-dnmrzs r-bnwqim r-lrvibr r-m6rgpd r-1nao33i r-lwhw9o r-cnnz9e">
<g>
<path
d="M3.75 12c0-4.56 3.69-8.25 8.25-8.25s8.25 3.69 8.25 8.25-3.69 8.25-8.25 8.25S3.75 16.56 3.75 12zM12 1.75C6.34 1.75 1.75 6.34 1.75 12S6.34 22.25 12 22.25 22.25 17.66 22.25 12 17.66 1.75 12 1.75zm-4.75 11.5c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25S6 11.31 6 12s.56 1.25 1.25 1.25zm9.5 0c.69 0 1.25-.56 1.25-1.25s-.56-1.25-1.25-1.25-1.25.56-1.25 1.25.56 1.25 1.25 1.25zM13.25 12c0 .69-.56 1.25-1.25 1.25s-1.25-.56-1.25-1.25.56-1.25 1.25-1.25 1.25.56 1.25 1.25z">
</path>
</g>
</svg>
<span class="hidden xl:block ">More</span>
</li>
<li class="flex xl:w-[21rem] text-2xl justify-start mb-8 font-medium items-center w-20">
<button
class="transition-hover duration-300 bg-sky-500 hover:bg-sky-600 rounded-[27px] w-72 mr-6 xl:m-0 h-[41px] xl:h-[55px] text-2xl xl:text-3xl">Post</button>
</li>
</ul>
<div class="profile w-full flex justify-end hidden xl:block">
<div class=" xl:w-[21rem] fixed top-[850px]">
<button type="button "
class="hover:bg-zinc-900 rounded-[45px] bg-black py-3 w-72 px-5 flex items-center justify-start relative">
<div class="pic">
<img class="rounded-full object-cover object-top size-14"
src="./IMG_20240218_144810809~2.jpg" alt="">
</div>
<ul class="info ml-3">
<li class="name font-bold text-[15px] ">Kartik Bhatt</li>
<li class="username text-[14px] text-zinc-400">@kartik200421</li>
</ul>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="second border relative flex flex-col border-[#2f3336] text-2xl font-semibold text-white w-full">
<div class="div sticky w-full top-0 ">
<div class="box1 w-full flex flex-row h-20 relative backdrop-blur-sm">
<button class="transition-hover duration-300 w-full hover:bg-zinc-900 bg-black opacity-85 ">For
You</button>
<button
class="transition-hover duration-300 w-full hover:bg-zinc-900 bg-black opacity-85 ">Following</button>
</div>
</div>
<div onclick="show()"
class="box2 border-y hidden min-[500px]:block border-[#2f3336] items-center justify-center w-full h-max bg-black">
<div>
<div class="flex pl-5 flex-row">
<img class="rounded-full m-auto object-cover object-top size-14 mr-5"
src="./IMG_20240218_144810809~2.jpg" alt="">
<input type="text" oninput="brightness()"
class="h-20 w-full ml-2 text-2xl font-medium outline-none bg-black placeholder:text-zinc-500"
placeholder="What Is Happening?!">
</div>
</div>
<div id="hidden" class="hiddenclass hidden">
<div class="w-[84%] mx-auto">
<button
class="w-60 rounded-[40px] hover:bg-[#1d9bf01a] pl-4 h-9 text-[14px] flex flex-row text-[#1a8bd8] "
style="fill:#1a8bd8;">
<svg viewBox="0 0 24 24" aria-hidden="true"
class="text-[#1a8bd8] my-auto mr-2 size-6 r-4qtqp9 r-yyyyoo r-dnmrzs r-bnwqim r-lrvibr r-m6rgpd r-1gs4q39 r-10ptun7 r-1janqcz">
<g>
<path
d="M12 1.75C6.34 1.75 1.75 6.34 1.75 12S6.34 22.25 12 22.25 22.25 17.66 22.25 12 17.66 1.75 12 1.75zm-.25 10.48L10.5 17.5l-2-1.5v-3.5L7.5 9 5.03 7.59c1.42-2.24 3.89-3.75 6.72-3.84L11 6l-2 .5L8.5 9l5 1.5-1.75 1.73zM17 14v-3l-1.5-3 2.88-1.23c1.17 1.42 1.87 3.24 1.87 5.23 0 1.3-.3 2.52-.83 3.61L17 14z">
</path>
</g>
</svg><span class="text-[15px]">Everyone Can
reply</span></button>
</div>
<div class="mt-4 line w-full flex justify-end">
<div class="innerline w-[92%] border-b-2 border-b-[#2f3336]"></div>
</div>
</div>
<div class="flex justify-end">
<div class="utilities relative flex items-center h-[50px] w-[95%] ">
<ul class="ml-10 flex flex-row gap-4 my-auto">
<li
class="flex w-[35px] h-[34px] hover:bg-slate-900 justify-center items-center rounded-full ">
<span style="color: #1a8bd8;" class="material-symbols-outlined">
imagesmode
</span>
</li>
<li
class="flex w-[35px] h-[34px] hover:bg-slate-900 justify-center items-center rounded-full ">
<span style=" color: #1a8bd8;" class="material-symbols-outlined">
gif_box
</span>
</li>
<li
class="flex w-[35px] h-[34px] justify-center hover:bg-slate-900 items-center rounded-full ">
<span style="color: #1a8bd8;" class="material-symbols-outlined">
ballot
</span>
</li>
<li
class="flex w-[35px] h-[34px] justify-center hover:bg-slate-900 items-center rounded-full ">
<span style="color: #1a8bd8;" class="material-symbols-outlined">
sentiment_satisfied
</span>
</li>
<li
class="flex w-[35px] h-[34px] justify-center hover:bg-slate-900 items-center rounded-full ">
<span style="color: #1a8bd8;" class="material-symbols-outlined">
calendar_clock
</span>
</li>
<li
class="flex w-[35px] h-[34px] justify-center hover:bg-slate-900 items-center rounded-full ">
<span style="color: #1a8bd8;" class="material-symbols-outlined">
location_on
</span>
</li>
</ul>
<div class="post w-full h-[50px] flex items-center justify-end my-auto mr-6">
<button id="bright" class="rounded-full bg-[#0f4e78] min-[500px]:px-7 min-[500px]:py-3 px-5 pt-2 text-[#808080] mb-2 min-[500px]:mb-5 min-[500]:mb-0">Post</button>
</div>
</div>
</div>
</div>
<div class="box3 hidden w-full min-[500px]:flex hover:bg-zinc-950 justify-center items-center ">
<h1 id="posts" class="py-3 text-[#1d9bf0] text-2xl hidden font-normal">Show 53 posts
</h1>
</div>
<div class="box4 border-y border-y-[#2f3336]">
<div class="postbox hover:bg-zinc-950 border-y border-[#2f3336] p-5 flex flex-row">
<div style="width: 295px;" class="profile"><img class="size-14 object-top rounded-full object-cover"
src="https://image.tmdb.org/t/p/original/slNT2vHVjmBnvAw2VrML9VfxAge.jpg" alt=""></div>
<div class="flex flex-col ml-3 ">
<div class="info text-2xl">Elon Musk
</div>
<div class="username text-[16px] text-zinc-500">@elonmusk</div>
<div class="decription text-[17px]">Climate change summit to be held next week in Geneva.
</div>
<div class="postimage py-5">
<img class="rounded-3xl size-fit"
src="https://cbsnews1.cbsistatic.com/hub/i/2015/11/29/8eb33aaa-6573-45c6-80fa-eefd0a302518/2015-11-29t215205z521130323gf20000079108rtrmadp3climatechange-summit.jpg"
alt="">
</div>
</div>
</div>
<div class="postbox hover:bg-zinc-950 border-y border-[#2f3336] p-5 flex flex-row">
<div class="profile w-44 rounded-full mr-5"><img
class=" object-top rounded-full object-cover size-14"
src="https://th.bing.com/th/id/OIP.y_XGwasorZKh97Lp5LbCGwAAAA?rs=1&pid=ImgDetMain" alt="">
</div>
<div class="flex flex-col ">
<div class="info text-2xl">
Collin Rugg
</div>
<div class="username text-[16px] text-zinc-500">@CollinRugg
</div>
<div class="decription text-[17px]">JUST IN: Secret Service was aware of the potential threat 10
minutes before Donald Trump took the stage in Pennsylvania but let him go out anyway.
The revelation was made during a Senate briefing today.
Sen. Marsha Blackburn says she was "appalled to learn the Secret Service
</div>
<div class="postimage py-5">
<video id="video" class="rounded-3xl w-[1000px]" src="./donald trump.mp4" autoplay
controls muted></video>
</div>
</div>
</div>
<div class="postbox hover:bg-zinc-950 border-y border-[#2f3336] p-5 flex flex-row">
<div class="profile w-44 rounded-full mr-5"><img
class=" object-top rounded-full object-cover size-14"
src="https://a57.foxnews.com/a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2020/03/640/320/1862/1048/TrumpOval031220.jpg?ve=1&tl=1?ve=1&tl=1"
alt=""></div>
<div class="flex flex-col ">
<div class="info text-2xl">Donald J. Trump
</div>
<div class="username text-[16px] text-zinc-500">@realDonaldTrump</div>
<div class="decription text-[17px]">There was an assassination attempt on Donald Trump during a
rally in Pennsylvania on July 13, 2024. He was shot and wounded in his right ear while
addressing the crowd1. The incident has led to increased security measures at his events and
has significantly impacted the political landscape
</div>
<div class="postimage py-5"><img class="rounded-3xl w-[1000px]"
src="https://prtechnews.com/wp-content/uploads/2024/07/Donald-Trump-Butler-PA-Shooting_06.jpg"
alt=""></div>
</div>
</div>
<div class="postbox hover:bg-zinc-950 border-y border-[#2f3336] p-5 flex flex-row">
<div style="width: 200px;" class="profile"><img class="size-14 object-top rounded-full object-cover"
src="https://i.pinimg.com/736x/1c/f7/2c/1cf72cffd1892fefbad861ce0e1b7c93.jpg" alt=""></div>
<div class="flex ml-3 flex-col ">
<div class="info text-2xl">Rockstar Games
</div>
<div class="username text-[16px] text-zinc-500">@rockstargames</div>
<div class="decription text-[17px]">Grand Theft Auto VI heads to the state of Leonida, home to the neon-soaked streets of Vice City and beyond in the biggest, most immersive evolution of the Grand Theft Auto series yet. Coming 2025 to PlayStation 5 and Xbox Series X|S.
</div>
<div class="postimage py-5">
<video id="video" class="rounded-3xl w-[1000px]" src="./gta6.mp4" autoplay
controls muted></video>
</div>
</div>
</div>
<div class="postbox hover:bg-zinc-950 border-y border-[#2f3336] p-5 flex flex-row">
<div style="width: 295px;" class="profile"><img class="size-14 object-top rounded-full object-cover"
src="https://image.tmdb.org/t/p/original/slNT2vHVjmBnvAw2VrML9VfxAge.jpg" alt=""></div>
<div class="flex ml-3 flex-col ">
<div class="info text-2xl">Elon Musk
</div>
<div class="username text-[16px] text-zinc-500">@elonmusk</div>
<div class="decription text-[17px]">Climate change summit to be held next week in Geneva.
</div>
<div class="postimage py-5">
<img class="rounded-3xl size-fit"
src="https://cbsnews1.cbsistatic.com/hub/i/2015/11/29/8eb33aaa-6573-45c6-80fa-eefd0a302518/2015-11-29t215205z521130323gf20000079108rtrmadp3climatechange-summit.jpg"
alt="">
</div>
</div>
</div>
<div class="postbox hover:bg-zinc-950 border-y border-[#2f3336] p-5 flex flex-row">
<div class="profile w-44 rounded-full mr-5"><img
class=" object-top rounded-full object-cover size-14"
src="https://th.bing.com/th/id/R.cd06ca083b07995926ca7fb1b7360695?rik=MeR%2ffaoSXrfDGw&riu=http%3a%2f%2fimages.newindianexpress.com%2fuploads%2fuser%2fimagelibrary%2f2018%2f3%2f5%2foriginal%2fPM_Modi.jpg&ehk=ETFHemrCvj8DfNJVIZifNvL2H%2bvkfv1OJ2bjzvI1M4c%3d&risl=&pid=ImgRaw&r=0"
alt=""></div>
<div class="flex flex-col ">
<div class="info text-2xl">Narendra Modi
</div>
<div class="username text-[16px] text-zinc-500">@Narendramodi</div>
<div class="decription text-[17px]">Mussoorie is a hill station and a municipal board, in Dehradun city in the Dehradun district of the Indian state Uttarakhand. It is about 35 kilometres (22 mi) from the state capital of Dehradun and 290 km (180 mi) north of the national capital of New Delhi.
</div>
<div class="postimage py-5"><img class="rounded-3xl w-[1000px]"
src="https://www.clubmahindra.com/blog/media/section_images/shuttersto-17534db46414b71.jpg"
alt=""></div>
</div>
</div>
</div>
<!-- navbar start-->
<div id="navbar" class="navbar bg-black">
<ul
class="w-full ease-in duration-500 bg-black py-9 h-16 flex flex-row justify-around fixed bottom-0 sm:hidden">
<li class="flex text-2xl justify-center font-medium items-center w-20">
<span class=" material-symbols-outlined " style="font-size:35px;">
home
</span>
</li>
<li class=" flex text-2xl justify-center font-medium items-center w-20"><span
class=" material-symbols-outlined" style="font-size:35px;">
search
</span></li>
<li class="flex text-2xl justify-center font-medium items-center w-20"><span
class="material-symbols-outlined" style="font-size:35px;">
notifications
</span></li>
<li class="flex text-2xl justify-center font-medium items-center w-20"><span
class="material-symbols-outlined" style="font-size:35px;">
mail
</span></li>
<li class="flex text-2xl justify-center font-medium items-center w-20"><svg viewBox="0 0 24 24"
aria-hidden="true"
class="w-[35px] invert r-4qtqp9 justify-center flex r-yyyyoo r-dnmrzs r-bnwqim r-lrvibr r-m6rgpd r-1nao33i r-lwhw9o r-cnnz9e">
<g>
<g clip-path="url(#2-clip0_2592_269)" clip-rule="evenodd">
<path
d="M18 4.1H6c-1.05 0-1.9.85-1.9 1.9v12c0 1.05.85 1.9 1.9 1.9h12c1.05 0 1.9-.85 1.9-1.9V6c0-1.05-.85-1.9-1.9-1.9zM6 2h12c2.21 0 4 1.79 4 4v12c0 2.21-1.79 4-4 4H6c-2.21 0-4-1.79-4-4V6c0-2.21 1.79-4 4-4z">
</path>
<path d="M6.68 17.8l8.108-11.58h2.532L9.21 17.8H6.68z"></path>
</g>
<defs>
<clipPath id="2-clip0_2592_269">
<rect height="20" rx="1" width="20" x="2" y="2"></rect>
</clipPath>
</defs>
</g>
</svg>
</li>
<li class="flex text-2xl justify-center font-medium items-center w-20"><span
class=" material-symbols-outlined" style="font-size:35px;">
group
</span>
</li>
</div>
<!-- navbar end -->
</div>
<div style="width:100%" class="third w-[70%] lg:block hidden">
<div class="div">
<div class="box1 w-[290px] lg:w-[230px] ml-[2rem] mt-2 search 2xl:w-[350px]">
<input id="search" onclick="input()" placeholder="Search"
class="w-full outline-none border border-[#202327] pl-5 text-2xl rounded-full placeholder:pl-12 placeholder:text-[16px] bg-[#202327] h-16"
type="text">
</div>
<div
class="box2 w-[290px] border lg:w-[230px] border-[#202327] rounded-3xl mt-5 2xl:w-[350px] ml-[2rem]">
<h1 class="p-5 text-3xl font-bold mb-8">What’s happening</h1>
<div class="hover:bg-zinc-950">
<h4 class="text-zinc-500 pl-5 text-[16px]">Hardik Pandya · Trending</h4>
<h2 class="pl-5 text-[18px]">#HardikPandya</h2>
<h4 class="text-zinc-500 pl-5 text-[16px] mb-5">Trending with Natasha, #Divorce</h4>
</div>
<div class="hover:bg-zinc-950">
<h4 class="text-zinc-500 pl-5 text-[16px]">Trending in Pop</h4>
<h2 class="pl-5 text-[18px]">#LadyGagaIsMissing</h2>
<h4 class="text-zinc-500 pl-5 text-[16px] mb-5">6,901 posts</h4>
</div>
<div class="hover:bg-zinc-950">
<h4 class="text-zinc-500 pl-5 text-[16px]">Politics · Trending</h4>
<h2 class="pl-5 text-[18px]">Covid</h2>
<h4 class="text-zinc-500 pl-5 text-[16px] mb-5">1.06M posts</h4>
</div>
<div class="hover:bg-zinc-950">
<h4 class="text-zinc-500 pl-5 text-[16px]">Sports · Trending</h4>
<h2 class="pl-5 text-[18px]">#RuturajGaikwad</h2>
<h4 class="text-zinc-500 pl-5 text-[16px] mb-5">14.5K posts</h4>
</div>
<div style="height: 20px;" class="text-blue-500 hover:bg-zinc-950 text-[16px] pl-5 mb-5">Show more
</div>
</div>
<div class="div3 border border-[#202327] rounded-3xl mt-5 lg:w-[230px] 2xl:w-[350px] ml-[2rem]">
<h1 class="p-5 text-2xl font-semibold">Who To Follow</h1>
<div class="hover:bg-zinc-950 pl-5 pb-4 flex flex-row items-center justify-between">
<div class="divleft flex flex-row items-center">
<div class="profile object-cover mr-4">
<img class="size-14 rounded-full "
src="https://th.bing.com/th/id/OIP.61SNzJGc7AQbAAIK7VzIhgHaFf?rs=1&pid=ImgDetMain"
alt="">
</div>
<div class="box2 flex flex-col">
<div class="username text-[13px] xl:text-[17px] font-semibold">Reem Sherman</div>
<div class="emailid text-[10px] xl:text-[15px]">@ReemSherman</div>
</div>
</div>
<div class="divright mr-4">
<button
class="text-black bg-white w-24 h-10 font-bold rounded-full text-[15px]">Follow</button>
</div>
</div>
<div class="hover:bg-zinc-950 pl-5 pb-4 flex flex-row items-center justify-between">
<div class="divleft flex flex-row items-center">
<div class="profile mr-4">
<img class="size-14 rounded-full object-cover "
src="https://static.toiimg.com/photo/msid-80611280,width-96,height-65.cms" alt="">
</div>
<div class="box2 flex flex-col">
<div class="username text-[13px] xl:text-[17px] font-semibold">poppap lll</div>
<div class="emailid text-[10px] xl:text-[15px]">@poppapz</div>
</div>
</div>
<div class="divright mr-4">
<button
class="text-black bg-white w-24 h-10 font-bold rounded-full text-[15px]">Follow</button>
</div>
</div>
<div class="hover:bg-zinc-950 pl-5 pb-4 flex flex-row items-center justify-between">
<div class="divleft flex flex-row items-center">
<div class="profile mr-4">
<img class="size-14 rounded-full object-cover "
src="https://upload.wikimedia.org/wikipedia/commons/0/0e/Prime_Minister_of_India_Narendra_Modi.jpg"
alt="">
</div>
<div class="box2 flex flex-col">
<div class="username text-[13px] xl:text-[17px] font-semibold">Narendra Modi</div>
<div class="emailid text-[10px] xl:text-[15px]">Narendra Modi</div>
</div>
</div>
<div class="divright mr-4">
<button
class="text-black bg-white w-24 h-10 font-bold rounded-full text-[15px]">Follow</button>
</div>
</div>
<div class="hover:bg-zinc-950 pl-5 pb-4 flex flex-row items-center justify-between">
<div class="divleft flex flex-row items-center">
<div class="profile mr-4 object-top">
<img class="size-14 rounded-full object-cover"
src="https://th.bing.com/th/id/OIP.QxDGDK3WeKZtc6BeyI0dWwHaEL?w=600&h=338&rs=1&pid=ImgDetMain"
alt="">
</div>
<div class="box2 flex flex-col">
<div class="username text-[13px] xl:text-[17px] font-semibold">Rahul Gandhi</div>
<div class="emailid text-[10px] xl:text-[15px]">@RahulGandhi</div>
</div>
</div>
<div class="divright mr-4">
<button
class="text-black bg-white w-24 h-10 font-bold rounded-full text-[15px]">Follow</button>
</div>
</div>
<div style="height: 20px;" class="text-blue-500 hover:bg-zinc-950 text-[16px] pl-5 mb-5">Show more
</div>
</div>
</div>
</div>
</body>
<script>
post();
// information();
const myDiv = document.getElementById('search');
document.addEventListener("click", function () {
document.getElementById("search").style.backgroundColor = "#202327";
myDiv.style.borderColor = "";
})
myDiv.addEventListener('click', (event) => {
myDiv.style.backgroundColor = 'black';
myDiv.style.borderColor = "#1d9bf0";
event.stopPropagation(); // Prevents the document click event from firing
});
function show() {
let hidden = document.querySelector(".hiddenclass");
console.log("object")
hidden.style.display = "block";
}
function brightness() {
const inputElement = document.querySelector("input");
const brightnessOn = inputElement.value.length;
if (Number(brightnessOn) >= 0) {
document.getElementById("bright").style.backgroundColor = "#1d9bf0";
document.getElementById("bright").style.color = "white";
}
if (Number(brightnessOn) == 0) {
document.getElementById("bright").style.backgroundColor = "#0f4e78";
document.getElementById("bright").style.color = "#808080";
}
}
function post() {
let randomNumber = Math.trunc(((Math.random() * 10) + 1) * 1000);
setTimeout(hello, randomNumber);
}
function hello() {
document.getElementById("posts").style.display = "block";
}
let scrollTimeout;
window.addEventListener('scroll', () => {
const navbar = document.getElementById('navbar');
const maxScroll = document.documentElement.scrollHeight - window.innerHeight;
const scrollY = window.scrollY;
const opacity = 1 - (scrollY / maxScroll * 0.15);
navbar.style.opacity = opacity >= 0.85 ? 0.85 : opacity;
// Clear the timeout if it's already set
if (scrollTimeout) {
clearTimeout(scrollTimeout);
}
// Set a timeout to reset the opacity after scrolling stops
scrollTimeout = setTimeout(() => {
navbar.style.opacity = 1;
}, 500); // Adjust the timeout duration as needed
});
</script>
</html>