-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
744 lines (702 loc) · 35.9 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
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Twitter.com</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="shortcut icon" href="//abs.twimg.com/favicons/twitter.3.ico">
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/>
<link href="./src/output.css" rel="stylesheet"/>
</head>
<body class="bg-black text-white">
<div class="flex md:container mx-auto my-4">
<div class="first w-50 md:-[70%] ">
<div class="sidebar flex md:items-end flex-col sticky top-0">
<div class="logo invert my-4 self-start ms-2 md:mx-16">
<svg
viewBox="0 0 24 24"
aria-hidden="true"
class="w-8 m-auto r-4qtqp9 r-yyyyoo r-dnmrzs r-bnwqim r-1plcrui r-lrvibr 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>
<ul class="flex flex-col text-xl space-y-0 w-full md:px-11 font-bold">
<li
class="flex md:justify-start items-center gap-3 justify-center md:w-fit md:px-5 mr-4 hover:bg-gray-900 py-3 hover:rounded-full hover:cursor-pointer"
>
<span class="material-symbols-outlined text-2xl">home</span class="hidden md:block"><span class="hidden md:block">Home</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center md:w-fit md:px-5 mr-4 hover:bg-gray-900 py-3 hover:rounded-full hover:cursor-pointer"
>
<span class="material-symbols-outlined text-2xl"> search </span
><span class="hidden md:block">Explore</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center md:w-fit md:px-5 mr-4 hover:bg-gray-900 py-3 hover:rounded-full hover:cursor-pointer"
>
<span class="material-symbols-outlined text-2xl">
notifications </span
><span class="hidden md:block">Notification</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center md:w-fit md:px-5 mr-4 hover:bg-gray-900 py-3 hover:rounded-full hover:cursor-pointer"
>
<span class="material-symbols-outlined text-2xl"> mail </span
><span class="hidden md:block">Message</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center md:w-fit md:px-5 mr-4 hover:bg-gray-900 py-3 hover:rounded-full hover:cursor-pointer"
>
<span class="material-symbols-outlined text-2xl">
font_download_off </span
><span class="hidden md:block">Grok</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center md:w-fit md:px-5 mr-4 hover:bg-gray-900 py-3 hover:rounded-full hover:cursor-pointer"
>
<span class="material-symbols-outlined text-2xl"> lists </span
><span class="hidden md:block">Lists</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center md:w-fit md:px-5 mr-4 hover:bg-gray-900 py-3 hover:rounded-full hover:cursor-pointer"
>
<span class="material-symbols-outlined text-2xl"> group </span
><span class="hidden md:block">Communities</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center md:w-fit md:px-5 mr-4 hover:bg-gray-900 py-3 hover:rounded-full hover:cursor-pointer"
>
<div class="logo invert">
<svg
viewBox="0 0 24 24"
aria-hidden="true"
class="w-8 r-4qtqp9 r-yyyyoo r-dnmrzs r-bnwqim r-1plcrui r-lrvibr 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>
<span class="hidden md:block">Communities</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center md:w-fit md:px-5 mr-4 hover:bg-gray-900 py-3 hover:rounded-full hover:cursor-pointer"
>
<span class="material-symbols-outlined text-2xl"> person </span
><span class="hidden md:block">Profile</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center md:w-fit md:px-5 mr-4 hover:bg-gray-900 py-3 hover:rounded-full hover:cursor-pointer"
>
<span class="material-symbols-outlined text-2xl">more </span><span class="hidden md:block">More</span>
</li>
<li> <div class="button w-full text-center m-auto">
<button class="bg-blue-600 px-20 py-3 text-xl text-white rounded-full font-bold hidden md:block ">Post</button>
<button class="md:hidden bg-[#1d9bf0] px-4 py-3 text-xl rounded-full text-white"><span class="material-symbols-outlined">
edit
</span></button>
</div></li>
</ul>
<div class="userprofile w-full mt-10 justify-end mx-10 hidden md:flex">
<div
class="item p-3 items-center gap-5 justify-end mx-5 flex hover:bg-gray-800 cursor-pointer rounded-full w-fit">
<div class="p1"><img class="w-12 h-12 rounded-full"
src="https://th.bing.com/th/id/R.491d10c716307c61ccab4deb44a18197?rik=oSPx4DcmNu3q3w&riu=http%3a%2f%2fwww.clipartbest.com%2fcliparts%2fbcy%2fE6A%2fbcyE6Aodi.png&ehk=KR%2bC7buka53qj43rYljjHMlGeb%2bmW3NE7CuVAevwh0U%3d&risl=&pid=ImgRaw&r=0s"
alt="I"></div>
<div class="p2 ">
<div>Isha Rawat</div>
<div class="text-gray-500">@IshaRawat</div>
</div>
<div class="p3 text-2xl">
...
</div>
</div>
</div>
</div>
</div>
<div class="second w-full border-[1px] border-x-gray-500 border-y-black ">
<div class="top flex p-3 relative">
<div class="absolute w-16 h-1 bg-blue-500 bottom-0 left-[18%] rounded-full z-10"></div>
<div class=" w-1/2 flex justify-center font-boldmd: tex px-4t-lg ">For you</div>
<div class=" w-1/2 flex justify-center font-boldmd: tex px-4t-lg text-gray-400 ">Following</div>
<div class="setting mx-2 flex justify-end px-2"><span class="material-symbols-outlined">
settings
</span></div>
</div>
<div class="h-[1px] w-full bg-gray-700 " ></div>
<div class="whatshappening flex ">
<div class="img">
<img src="https://th.bing.com/th/id/R.491d10c716307c61ccab4deb44a18197?rik=oSPx4DcmNu3q3w&riu=http%3a%2f%2fwww.clipartbest.com%2fcliparts%2fbcy%2fE6A%2fbcyE6Aodi.png&ehk=KR%2bC7buka53qj43rYljjHMlGeb%2bmW3NE7CuVAevwh0U%3d&risl=&pid=ImgRaw&r=0" alt="I" class="m-5 h-14 w-14 rounded-full object-cover">
</div>
<input class="w-full bg-black text-white mx-4 text-xl h-8 my-5 outline-none" type="text" placeholder="What is Happening?!">
</div>
<div class="w-full h-[1px] text-blue-500 flex gap-5 mx-20">
<span class="material-symbols-outlined">
photo_library
</span>
<span class="material-symbols-outlined">
gif_box
</span>
<span class="material-symbols-outlined">
list
</span>
<span class="material-symbols-outlined">
mood
</span>
<span class="material-symbols-outlined">
calendar_clock
</span>
<span class="material-symbols-outlined text-blue-900">
location_on
</span>
<div class="search2 mx-[2rem] content-end w-full">
<div class="contain bg-blue-900 w-[4rem] h-[2.35rem] rounded-full text-center">
<button class="my-[.25rem] text-white">Post</button>
</div>
</div>
</div>
<hr class="my-[8%]">
<div class="post gap-y-10 ">
<div class="posts flex border-[1px] border-x-gray-500 border-y-black ">
<div class="image align-text-top">
<img src=" https://pbs.twimg.com/profile_images/804990434455887872/BG0Xh7Oa_400x400.jpg" alt="this is an image" class="rounded-full w-14 h-14 mx-3">
</div>
<div class="content my-2">
<div class="new flex align-middle"> <span class="hover:underline hover:cursor-pointer font-bold">Sam Altman</span>
<img src="https://parspng.com/wp-content/uploads/2022/07/tickpng.parspng.com-4.png" class="w-6 h-6 my-0 rounded-full" ></div>
<span class="text-gray-500">@sama ·9h</span>
<div class="legend">legend</div>
</div>
<div class="dots text-gray-500 flex justify-end">···</div>
</div>
<div class="poster mx-16">
<img src="https://pbs.twimg.com/media/GGXqNA9WcAAYwhP?format=jpg&name=small" alt="its a poster" class=" rounded-2xl">
</div>
<div class="icons text-gray-500 mx-16">
<ul class="flex gap-7 justify-between my-4">
<li
class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
chat_bubble
</span>
21
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-green-400"
>
<span class="material-symbols-outlined">
repeat
</span>
90</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-red-600"
>
<span class="material-symbols-outlined">
favorite
</span>
1.8k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500 "
>
<span class="material-symbols-outlined">
signal_cellular_alt
</span>
226k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
<span class="material-symbols-outlined">
bookmark
</span> </span>
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-2xl ">
ios_share
</span>
</li>
</ul>
</div>
</div>
<hr>
<div class="post gap-y-10">
<div class="posts flex ">
<div class="image align-text-top">
<img src="https://pbs.twimg.com/profile_images/1595924931002486786/ffRhSilk_400x400.jpg" alt="this is an image" class="rounded-full w-14 h-14 mx-3">
</div>
<div class="content my-2">
<div class="new flex align-middle"> <span class="hover:underline hover:cursor-pointer font-bold">
Culture Critic
</span>
<img src="https://parspng.com/wp-content/uploads/2022/07/tickpng.parspng.com-4.png" class="w-6 h-6 my-0 rounded-full" ></div>
<span class="text-gray-500"> @Culture_Crit
·
13h</span>
<div class="legend">10 facts that will blow your mind (thread) 👇</div>
</div>
<div class="dots text-gray-500 flex justify-end">···</div>
</div>
<div class="poster mx-16">
<img src="https://pbs.twimg.com/media/GGZI4TPWMAEfzcu?format=jpg&name=small" alt="its a poster" class=" rounded-2xl">
</div>
<div class="icons text-gray-500 mx-16">
<ul class="flex gap-7 justify-between my-4">
<li
class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
chat_bubble
</span>
21
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-green-400"
>
<span class="material-symbols-outlined">
repeat
</span>
90</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-red-600"
>
<span class="material-symbols-outlined">
favorite
</span>
1.8k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500 "
>
<span class="material-symbols-outlined">
signal_cellular_alt
</span>
226k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
<span class="material-symbols-outlined">
bookmark
</span> </span>
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-2xl ">
ios_share
</span>
</li>
</ul>
</div>
</div>
<hr>
<div class="post gap-y-10">
<div class="posts flex ">
<div class="image align-text-top">
<img src="https://pbs.twimg.com/profile_images/989513875124117504/UNMIb20k_400x400.jpg" alt="this is an image" class="rounded-full w-14 h-14 mx-3">
</div>
<div class="content my-2">
<div class="new flex align-middle"> <span class="hover:underline hover:cursor-pointer font-bold">
non aesthetic things
</span>
<img src="https://parspng.com/wp-content/uploads/2022/07/tickpng.parspng.com-4.png" class="w-6 h-6 my-0 rounded-full" ></div>
<span class="text-gray-500"> @PicturesFoIder
·
12h</span>
<div class="legend">nooooo 😭</div>
</div>
<div class="dots text-gray-500 flex justify-end">···</div>
</div>
<div class="poster mx-16">
<img src="https://pbs.twimg.com/media/GGZaSYTWMAMJkf-?format=jpg&name=small" alt="its a poster" class=" rounded-2xl">
</div>
<div class="icons text-gray-500 mx-16">
<ul class="flex gap-7 justify-between my-4">
<li
class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
chat_bubble
</span>
21
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-green-400"
>
<span class="material-symbols-outlined">
repeat
</span>
90</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-red-600"
>
<span class="material-symbols-outlined">
favorite
</span>
1.8k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500 "
>
<span class="material-symbols-outlined">
signal_cellular_alt
</span>
226k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
<span class="material-symbols-outlined">
bookmark
</span> </span>
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-2xl ">
ios_share
</span>
</li>
</ul>
</div>
</div>
<hr>
<div class="post gap-y-10">
<div class="posts flex ">
<div class="image align-text-top">
<img src="https://pbs.twimg.com/profile_images/1568417445211152388/YsUHG-Ea_400x400.jpg" alt="this is an image" class="rounded-full w-14 h-14 mx-3">
</div>
<div class="content my-2">
<div class="new flex align-middle"> <span class="hover:underline hover:cursor-pointer font-bold">internet hall of fame
</span>
<img src="https://parspng.com/wp-content/uploads/2022/07/tickpng.parspng.com-4.png" class="w-6 h-6 my-0 rounded-full" ></div>
<span class="text-gray-500"> @InternetH0F ·11h</span>
<div class="legend">how is that not right??</div>
</div>
<div class="dots text-gray-500 flex justify-end">···</div>
</div>
<div class="poster mx-16">
<img src="https://pbs.twimg.com/media/GFFDO1UXQAAwK-K?format=jpg&name=small" alt="its a poster" class=" rounded-2xl">
</div>
<div class="icons text-gray-500 mx-16">
<ul class="flex gap-7 justify-between my-4">
<li
class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
chat_bubble
</span>
21
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-green-400"
>
<span class="material-symbols-outlined">
repeat
</span>
90</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-red-600"
>
<span class="material-symbols-outlined">
favorite
</span>
1.8k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500 "
>
<span class="material-symbols-outlined">
signal_cellular_alt
</span>
226k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
<span class="material-symbols-outlined">
bookmark
</span> </span>
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-2xl ">
ios_share
</span>
</li>
</ul>
</div>
</div>
<hr>
<div class="post gap-y-10">
<div class="posts flex ">
<div class="image align-text-top">
<img src="https://pbs.twimg.com/profile_images/1714714622081617920/WhSFE2ZB_400x400.jpg" alt="this is an image" class="rounded-full w-14 h-14 mx-3">
</div>
<div class="content my-2">
<div class="new flex align-middle"> <span class="hover:underline hover:cursor-pointer font-bold">S
Daily Loud
</span>
<img src="https://parspng.com/wp-content/uploads/2022/07/tickpng.parspng.com-4.png" class="w-6 h-6 my-0 rounded-full" ></div>
<span class="text-gray-500"> @DailyLoud
·
11h</span>
<div class="legend">BREAKING: Kanye West from Apple Music.</div>
</div>
<div class="dots text-gray-500 flex justify-end">···</div>
</div>
<div class="poster mx-16">
<img src="https://pbs.twimg.com/media/GGZnmMiWYAE4vjO?format=jpg&name=900x900" alt="its a poster" class=" rounded-2xl">
</div>
<div class="icons text-gray-500 mx-16">
<ul class="flex gap-7 justify-between my-4">
<li
class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
chat_bubble
</span>
21
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-green-400"
>
<span class="material-symbols-outlined">
repeat
</span>
90</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-red-600"
>
<span class="material-symbols-outlined">
favorite
</span>
1.8k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500 "
>
<span class="material-symbols-outlined">
signal_cellular_alt
</span>
226k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
<span class="material-symbols-outlined">
bookmark
</span> </span>
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-2xl ">
ios_share
</span>
</li>
</ul>
</div>
</div>
<hr>
<div class="post gap-y-10">
<div class="posts flex ">
<div class="image align-text-top">
<img src="https://pbs.twimg.com/profile_images/1636443983990669326/xm-YehdR_400x400.jpg" alt="this is an image" class="rounded-full w-14 h-14 mx-3">
</div>
<div class="content my-2">
<div class="new flex align-middle"> <span class="hover:underline hover:cursor-pointer font-bold">kira 👾
</span>
<img src="https://parspng.com/wp-content/uploads/2022/07/tickpng.parspng.com-4.png" class="w-6 h-6 my-0 rounded-full" ></div>
<span class="text-gray-500">@kirawontmiss ·18h</span>
<div class="legend">HOLY SHIT I WOKE UP TO 1 MILLION FOLLOWERS</div>
</div>
<div class="dots text-gray-500 flex justify-end">···</div>
</div>
<div class="poster mx-16">
<img src="https://pbs.twimg.com/media/FwQXT4fagAIqqyn?format=jpg&name=small" alt="its a poster" class=" rounded-2xl">
</div>
<div class="icons text-gray-500 mx-16">
<ul class="flex gap-7 justify-between my-4">
<li
class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
chat_bubble
</span>
21
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-green-400"
>
<span class="material-symbols-outlined">
repeat
</span>
90</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-red-600"
>
<span class="material-symbols-outlined">
favorite
</span>
1.8k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500 "
>
<span class="material-symbols-outlined">
signal_cellular_alt
</span>
226k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
<span class="material-symbols-outlined">
bookmark
</span> </span>
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-2xl ">
ios_share
</span>
</li>
</ul>
</div>
</div>
<hr>
<div class="post gap-y-10">
<div class="posts flex ">
<div class="image align-text-top">
<img src="https://pbs.twimg.com/profile_images/1671473193209700352/7Dawi7QJ_400x400.jpg" alt="this is an image" class="rounded-full w-14 h-14 mx-3">
</div>
<div class="content my-2">
<div class="new flex align-middle"> <span class="hover:underline hover:cursor-pointer font-bold">Shefali
</span>
<img src="https://parspng.com/wp-content/uploads/2022/07/tickpng.parspng.com-4.png" class="w-6 h-6 my-0 rounded-full" ></div>
<span class="text-gray-500"> @Shefali__J ·19h</span>
<div class="legend">Where do you stand?</div>
</div>
<div class="dots text-gray-500 flex justify-end">···</div>
</div>
<div class="poster mx-16">
<img src="https://pbs.twimg.com/media/GGRHDABWgAAnvIh?format=jpg&name=small" alt="its a poster" class=" rounded-2xl">
</div>
<div class="icons text-gray-500 mx-16">
<ul class="flex gap-7 justify-between my-4">
<li
class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
chat_bubble
</span>
21
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-green-400"
>
<span class="material-symbols-outlined">
repeat
</span>
90</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-red-600"
>
<span class="material-symbols-outlined">
favorite
</span>
1.8k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500 "
>
<span class="material-symbols-outlined">
signal_cellular_alt
</span>
226k</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-lg">
<span class="material-symbols-outlined">
bookmark
</span> </span>
</li>
<li class="flex justify-start items-center gap-1 w-fit hover:rounded-full hover:cursor-pointer text-sm hover:text-blue-500"
>
<span class="material-symbols-outlined text-2xl ">
ios_share
</span>
</li>
</ul>
</div>
</div>
</div>
<div class="third w-full bg-red-5044 hidden md:block">
<div class="search m-5">
<input type="text" class="w-[55%] rounded-full bg-[#16181c] text-white px-4 py-2" placeholder="Search">
</div>
<div class="whats m-5 bg-[#16181c] w-[55%] py-5 rounded-xl space-y-3">
<h1 class="text-xl font-bold px-3">Whats Happening</h1>
<div class="item-1 hover:cursor-pointer px-4 p-3">
<div class="text-gray-400">Only on X</div>
<div class="font-bold">#सशक्त_अन्नदाता</div>
<div class="text-gray-400">1,573 posts</div>
</div>
<div class="item-2 hover:cursor-pointer px-4 p-3">
<div class="text-gray-400">Business & finance</div>
<div class="font-bold">#HDFCBank</div>
<div class="text-gray-400">2,345 posts</div>
</div>
<div class="item-3 hover:cursor-pointer px-4 p-3">
<div class="text-gray-400">Trending in Science</div>
<div class="font-bold">#SpaceX</div>
<div class="text-gray-400">2,377 posts</div>
</div>
<div class="item-4 hover:cursor-pointer px-4 p-3">
<div class="text-gray-400">Trending In India</div>
<div class="font-bold">#farmerprotests2024</div>
<div class="text-gray-400">35.1K post</div>
</div>
<div class="item-5 hover:cursor-pointer px-4 p-3">
<div class="text-gray-400">Sports</div>
<div class="font-bold">#Rohit Sharma</div>
<div class="text-gray-400">8856 posts</div>
</div>
<div class="item-6 hover:cursor-pointer px-4 p-3">
<div class="text-gray-400">Entertainment</div>
<div class="font-bold">#Dunki</div>
<div class="text-gray-400">10.7k posts</div>
</div>
</div>
<div class="who m-3 bg-[#16181c] w-[60%] py-5 rounded-xl space-y-3">
<h1 class="text-xl font-bold px-4">Who to Follow</h1>
<div class="item hover:cursor-pointer px-3 p-3 flex gap-9 justify-between">
<div class="flex gap-3">
<img src="https://pbs.twimg.com/profile_images/1683325380441128960/yRsRRjGO_400x400.jpg" class="w-10 h-10 rounded-full">
<div class=" text-white ">
<span class="font-bold hover:underline">Elon Musk</span>
<div class="text-gray-400">@elonmusk</div>
</div>
</div>
<div class="follow2 m-5">
<button class="bg-white text-black rounded-full px-3 py-1">Follow</button>
</div>
</div>
<div class="item-2 flex hover:cursor-pointer px-3 p-3 gap-9 justify-between ">
<div class="both flex gap-3">
<img src="https://pbs.twimg.com/profile_images/994592419705274369/RLplF55e_400x400.jpg" class="w-10 h-10 rounded-full">
<div class="text-white">
<span class="font-bold hover:underline"> MrBeast </span>
<div class="text-gray-400">@MrBeast</div>
</div>
</div>
<div class="follow3 m-5">
<button class="bg-white text-black rounded-full px-3 py-1">Follow</button>
</div>
</div>
<div class="item-4 hover:cursor-pointer px-3 p-3 flex gap-9 justify-between ">
<div class="new2 flex gap-4">
<img src="https://pbs.twimg.com/profile_images/1321163587679784960/0ZxKlEKB_400x400.jpg" class="w-10 h-10 rounded-full">
<div class="text-white">
<span class="font-bold hover:underline">NASA </span>
<div class="text-gray-400 text-sm">@NASA</div>
</div>
</div>
<div class="search3 m-5">
<button class="bg-white text-black rounded-full px-3 py-1">Follow</button>
</div>
</div>
<div class="text-blue-600 px-3 cursor-pointer hover:underline my-5">Show More</div>
</div>
<div class="terms sticky top-[50vh] m-3 text-xs text-gray-500 px-3 w-1/2 py-5 space-y-1">
<span class="hover:underline cursor-pointer mr-2">Terms of Service</span>
<span class="hover:underline cursor-pointer mr-2">Privacy Policy</span>
<span class="hover:underline cursor-pointer mr-2">Cookie Policy</span>
<span class="hover:underline cursor-pointer mr-2">Accessibility</span>
<span class="hover:underline cursor-pointer mr-2">Ads info</span>
<span class="hover:underline cursor-pointer mr-2">More</span>
<span class="hover:underline cursor-pointer mr-2">© 2024 X Corp.</span>
</div>
</div>
</div>
</body>
</html>