-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
562 lines (556 loc) · 24.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home/X</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/>
<link rel="shortcut icon" href="//abs.twimg.com/favicons/twitter.3.ico">
<link rel="stylesheet" href="./css/output.css" />
</head>
<body class="bg-black text-white">
<div class="container mx-auto flex my-4">
<div class="first w-[65px] md:w-[50%]">
<div class="sidebar justify-start sticky top-[-100px] md:top-10">
<div class="logo invert my-4 sticky cursor-pointer">
<svg
viewBox="0 0 24 24"
aria-hidden="true"
class="w-8 ml-3 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 w-[10px] lg:w-[70%]">
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<span class="material-symbols-outlined cursor-pointer text-3xl">
home </span
><span class="hidden md:block">Home</span>
</li>
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<span class="material-symbols-outlined cursor-pointer text-3xl">
search </span
><span class="hidden md:block">Explore</span>
</li>
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<span class="material-symbols-outlined cursor-pointer text-3xl">
notifications </span
><span class="hidden md:block">Notifications</span>
</li>
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<span class="material-symbols-outlined cursor-pointer text-3xl">
home </span
><span class="hidden md:block">Gork</span>
</li>
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<span class="material-symbols-outlined cursor-pointer text-3xl">
lists </span
><span class="hidden md:block">Lists</span>
</li>
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<span class="material-symbols-outlined cursor-pointer text-3xl">
bookmarks </span
><span class="hidden md:block">Bookmarks</span>
</li>
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<span class="material-symbols-outlined cursor-pointer text-3xl">
group </span
><span class="hidden md:block">Communities</span>
</li>
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<span class="material-symbols-outlined cursor-pointer text-3xl">
workspace_premium </span
><span class="hidden md:block">Premium</span>
</li>
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<span class="material-symbols-outlined cursor-pointer text-3xl">
person </span
><span class="hidden md:block">profile</span>
</li>
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<span class="material-symbols-outlined cursor-pointer text-3xl">
more_horiz </span
><span class="hidden lg:block">More</span>
</li>
<li
class="flex justify-start items-center gap-3 text-2xl w-fit cursor-pointer px-4 py-3 hover:bg-gray-900 hover:rounded-full"
>
<button
class="hidden md:block bg-[#1d9bf0] px-20 text-xl rounded-full py-3 text-white"
>
Post
</button>
<button>
<span
class="material-symbols-outlined block md:hidden bg-[#1d9bf0] px-[8px] py-[5px] rounded-full text-sm"
>
edit
</span>
</button>
</li>
</ul>
<div class="userprofile my-4 hidden md:block">
<div class="whotofollow w-fit py-3 px-5 flex gap-2 items-center justify-between cursor-pointer hover:bg-slate-800 rounded-full">
<div class="flex gap-2">
<div>
<img
src="https://pbs.twimg.com/profile_images/1627383009916616706/WIb_SMD3_x96.jpg"
alt=""
class="w-12 h-12 rounded-full"
/>
</div>
<div>
<p class="font-bold">Roman Ahmad</p>
<p class="text-gray-400">@Roman_ahmad81</p>
</div>
</div>
<div class="dots ml-14 text-3xl">...</div>
</div>
</div>
</div>
</div>
<div class="second w-full border-[1px] border-x-gray-700 border-y-black">
<div class="sticky top-0">
<div class="top flex bg-black py-2">
<div class="left w-1/2 py-3 flex text-lg font-bold cursor-pointer justify-center">
For You
<div
class="blue w-[20%] md:w-[12%] h-[6px] rounded-full bg-blue-700 absolute bottom-0"
></div>
</div>
<div class="right w-1/2 py-3 text-lg flex cursor-pointer justify-center">
Following
</div>
<div class="settings">
<span class="material-symbols-outlined cursor-pointer py-3 mx-3">
settings
</span>
</div>
</div>
<div class="h1 bg-gray-600 w-full h-[1px]"></div>
</div>
<div class="whatshapp my-4">
<div class="flex">
<div class="img">
<img
class="rounded-full m-3 hidden md:block w-[60px]"
src="https://pbs.twimg.com/profile_images/1679817635796594691/GnIDXFZ9_normal.jpg"
alt=""
/>
</div>
<div class="w-full">
<input
type="text"
class="w-full bg-black text-white outline-none p-4 text-2xl"
placeholder="What is happening?!"
/>
<div class="glob flex gap-2 ml-2.5 md:ml-0">
<span
class="material-symbols-outlined cursor-pointer text-blue-600"
>
globe_asia
</span>
<div class="text-blue-600">Everyone can reply</div>
</div>
<div class="h1 w-[90%] my-5 h-[1px] bg-gray-700"></div>
<div class="flex flex-col md:flex-row md:items-center items-start justify-between">
<div class="icons text-blue-600 flex gap-4 ml-2.5 md:ml-0">
<span class="material-symbols-outlined cursor-pointer">
subtitles
</span>
<span class="material-symbols-outlined cursor-pointer">
gif_box
</span>
<span class="material-symbols-outlined cursor-pointer">
ballot
</span>
<span class="material-symbols-outlined cursor-pointer">
sentiment_satisfied
</span>
<span class="material-symbols-outlined cursor-pointer">
calendar_clock
</span>
<span class="material-symbols-outlined cursor-pointer">
location_on
</span>
</div>
<button class="bg-blue-600 flex self-end my-3 text-white px-6 font-bold mx-4 py-2 rounded-full">Post</button>
</div>
</div>
</div>
</div>
<div class="h1 w-full my-5 h-[1px] bg-gray-700"></div>
<div class="posts">
<div class="post m-4 cursor-pointer">
<div class="flex gap-4">
<div>
<img
src="https://pbs.twimg.com/profile_images/1701825344310013952/yuRL9Xkx_normal.jpg"
class="w-[80px] sm:w-10 rounded-full"
alt=""
/>
</div>
<div>
<span class="font-bold text-lg hover:underline"> Sindh Premier League </span>
<span class="text-gray-300"><span class="hover:underline">@spl20official</span> · 1h</span>
</div>
</div>
<div class="header my-2 md:my-0 mx-2 md:mx-12">
<div class="content">
<div>
Cricket magic in the making! 🌟<br />
Asif Afridi steps into the spotlight as the featured player
for Sukkur Patriots. 💥<br />
Get ready for a show! 🏏🔥
</div>
<div class="img my-2">
<img
src="https://pbs.twimg.com/media/GFLiBgoaEAALa83?format=jpg&name=small"
alt=""
class="rounded-lg"
/>
</div>
<div
class="icons w-[80%] flex justify-between text-gray-400 mt-3"
>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-blue-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> mode_comment </span
>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-green-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> repeat </span>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-pink-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> favorite </span>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-blue-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> bar_chart </span>1K
</div>
</div>
</div>
</div>
</div>
<div class="h1 w-full my-5 h-[1px] bg-gray-700"></div>
<div class="post m-4 cursor-pointer">
<div class="flex gap-4">
<div>
<img
src="https://pbs.twimg.com/profile_images/1701825344310013952/yuRL9Xkx_normal.jpg"
class="w-[80px] sm:w-10 rounded-full"
alt=""
/>
</div>
<div>
<span class="font-bold text-lg hover:underline"> Sindh Premier League </span>
<span class="text-gray-300"><span class="hover:underline">@spl20official</span> · 1h</span>
</div>
</div>
<div class="header my-2 md:my-0 mx-2 md:mx-12">
<div class="content">
<div>
Cricket magic in the making! 🌟<br />
Asif Afridi steps into the spotlight as the featured player
for Sukkur Patriots. 💥<br />
Get ready for a show! 🏏🔥
</div>
<div class="img my-2">
<img
src="https://pbs.twimg.com/media/GFLiBgoaEAALa83?format=jpg&name=small"
alt=""
class="rounded-lg"
/>
</div>
<div
class="icons w-[80%] flex justify-between text-gray-400 mt-3"
>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-blue-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> mode_comment </span
>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-green-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> repeat </span>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-pink-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> favorite </span>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-blue-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> bar_chart </span>1K
</div>
</div>
</div>
</div>
</div>
<div class="h1 w-full my-5 h-[1px] bg-gray-700"></div>
<div class="post m-4 cursor-pointer">
<div class="flex gap-4">
<div>
<img
src="https://pbs.twimg.com/profile_images/1701825344310013952/yuRL9Xkx_normal.jpg"
class="w-[80px] sm:w-10 rounded-full"
alt=""
/>
</div>
<div>
<span class="font-bold text-lg hover:underline"> Sindh Premier League </span>
<span class="text-gray-300"><span class="hover:underline">@spl20official</span> · 1h</span>
</div>
</div>
<div class="header my-2 md:my-0 mx-2 md:mx-12">
<div class="content">
<div>
Cricket magic in the making! 🌟<br />
Asif Afridi steps into the spotlight as the featured player
for Sukkur Patriots. 💥<br />
Get ready for a show! 🏏🔥
</div>
<div class="img my-2">
<img
src="https://pbs.twimg.com/media/GFLiBgoaEAALa83?format=jpg&name=small"
alt=""
class="rounded-lg"
/>
</div>
<div
class="icons w-[80%] flex justify-between text-gray-400 mt-3"
>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-blue-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> mode_comment </span
>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-green-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> repeat </span>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-pink-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> favorite </span>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-blue-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> bar_chart </span>1K
</div>
</div>
</div>
</div>
</div>
<div class="h1 w-full my-5 h-[1px] bg-gray-700"></div>
<div class="post m-4 cursor-pointer">
<div class="flex gap-4">
<div>
<img
src="https://pbs.twimg.com/profile_images/1701825344310013952/yuRL9Xkx_normal.jpg"
class="w-[80px] sm:w-10 rounded-full"
alt=""
/>
</div>
<div>
<span class="font-bold text-lg hover:underline"> Sindh Premier League </span>
<span class="text-gray-300"><span class="hover:underline">@spl20official</span> · 1h</span>
</div>
</div>
<div class="header my-2 md:my-0 mx-2 md:mx-12">
<div class="content">
<div>
Cricket magic in the making! 🌟<br />
Asif Afridi steps into the spotlight as the featured player
for Sukkur Patriots. 💥<br />
Get ready for a show! 🏏🔥
</div>
<div class="img my-2">
<img
src="https://pbs.twimg.com/media/GFLiBgoaEAALa83?format=jpg&name=small"
alt=""
class="rounded-lg"
/>
</div>
<div
class="icons w-[80%] flex justify-between text-gray-400 mt-3"
>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-blue-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> mode_comment </span
>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-green-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> repeat </span>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-pink-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> favorite </span>1K
</div>
<div
class="flex justify-center text-center cursor-pointer gap-1 hover:text-blue-600 hover:rounded-full px-1.5 py-1.5 hover:bg-gray-900"
>
<span class="material-symbols-outlined"> bar_chart </span>1K
</div>
</div>
</div>
</div>
</div>
<div class="h1 w-full my-5 h-[1px] bg-gray-700"></div>
</div>
</div>
<div class="third hidden lg:block w-[70%]">
<div class="sticky top-[-300px]">
<div class="search m-4 sticky top-0 py-2 bg-black">
<input
type="text"
class="w-[90%] bg-gray-900 text-white rounded-full py-3 px-5"
placeholder="Search"
/>
</div>
<div class="whats bg-[#16181c] rounded-xl w-[90%] m-4">
<h1 class="text-2xl font-bold p-[10px]">Pakistan trends</h1>
<div class="item space-y-1 p-[10px] hover:bg-[#ffffff08] cursor-pointer">
<div class="text-gray-400">cricket Trending</div>
<div class="font-bold text-xl">#AskBabar</div>
<div class="text-gray-400">19.8k posts</div>
</div>
<div class="item space-y-1 p-[10px] hover:bg-[#ffffff08] cursor-pointer">
<div class="text-gray-400">cricket Trending</div>
<div class="font-bold text-xl">#AskBabar</div>
<div class="text-gray-400">19.8k posts</div>
</div>
<div class="item space-y-1 p-[10px] hover:bg-[#ffffff08] cursor-pointer">
<div class="text-gray-400">cricket Trending</div>
<div class="font-bold text-xl">#AskBabar</div>
<div class="text-gray-400">19.8k posts</div>
</div>
<div class="item space-y-1 p-[10px] hover:bg-[#ffffff08] cursor-pointer">
<div class="text-gray-400">cricket Trending</div>
<div class="font-bold text-xl">#AskBabar</div>
<div class="text-gray-400">19.8k posts</div>
</div>
<div class="item space-y-1 p-[10px] hover:bg-[#ffffff08] cursor-pointer">
<div class="text-gray-400">cricket Trending</div>
<div class="font-bold text-xl">#AskBabar</div>
<div class="text-gray-400">19.8k posts</div>
</div>
</div>
<div class="who bg-[#16181c] rounded-xl w-[90%] m-4">
<h1 class="text-2xl font-bold p-[10px]">Who to follow</h1>
<div class="item space-y-5 p-[10px] hover:bg-[#ffffff08]">
<div class="whotofollow flex gap-2 justify-between cursor-pointer">
<div class="flex gap-2">
<div>
<img
src="https://pbs.twimg.com/profile_images/1627383009916616706/WIb_SMD3_x96.jpg"
alt=""
class="w-12 h-12 rounded-full"
/>
</div>
<div>
<p class="font-bold">Roman Ahmad</p>
<p class="text-gray-400">@Roman_ahmad81</p>
</div>
</div>
<div class="butt">
<button class="bg-white text-black px-5 py-3 rounded-full">
Follow
</button>
</div>
</div>
</div>
<div class="item space-y-5 p-[10px] hover:bg-[#ffffff08]">
<div class="whotofollow flex gap-2 justify-between cursor-pointer">
<div class="flex gap-2">
<div>
<img
src="https://pbs.twimg.com/profile_images/1627383009916616706/WIb_SMD3_x96.jpg"
alt=""
class="w-12 h-12 rounded-full"
/>
</div>
<div>
<p class="font-bold">Roman Ahmad</p>
<p class="text-gray-400">@Roman_ahmad81</p>
</div>
</div>
<div class="butt">
<button class="bg-white text-black px-5 py-3 rounded-full">
Follow
</button>
</div>
</div>
</div>
<div class="item space-y-5 p-[10px] hover:bg-[#ffffff08]">
<div class="whotofollow flex gap-2 justify-between cursor-pointer">
<div class="flex gap-2">
<div>
<img
src="https://pbs.twimg.com/profile_images/1627383009916616706/WIb_SMD3_x96.jpg"
alt=""
class="w-12 h-12 rounded-full"
/>
</div>
<div>
<p class="font-bold">Roman Ahmad</p>
<p class="text-gray-400">@Roman_ahmad81</p>
</div>
</div>
<div class="butt">
<button class="bg-white text-black px-5 py-3 rounded-full">
Follow
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>