-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
437 lines (415 loc) · 28.1 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
<!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="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 rel="stylesheet" href="./src/output.css">
</head>
<body class="bg-black text-white">
<div class="flex md:container mx-auto my-4">
<div class="first w-16 md:w-[70%]">
<div class="sidebar flex md:items-end flex-col sticky top-0">
<div class="logo invert my-4 self-start mx-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-1nao33i r-16y2uox r-lwhw9o">
<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-2xl space-y-0 md:px-10 font-bold w-full">
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> home </span><span
class="hidden md:block">Home</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> search </span><span
class="hidden md:block">Explore</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> notifications </span><span
class="hidden md:block">Notifications</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> mail </span><span
class="hidden md:block">Messages</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> process_chart </span><span
class="hidden md:block">Grok</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> lists </span><span
class="hidden md:block">Lists</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> bookmark </span><span
class="hidden md:block">Bookmarks</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> group </span><span
class="hidden md:block">Communities</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> verified </span><span
class="hidden md:block">Premium</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> person </span><span
class="hidden md:block">Profile</span>
</li>
<li
class="flex md:justify-start items-center gap-3 justify-center mr-4 md:w-fit hover:bg-[#181818] hover:cursor-pointer px-5 py-3 hover:rounded-full">
<span class="text-3xl material-symbols-outlined"> pending </span><span
class="hidden md:block">More</span>
</li>
<li>
<div class="button w-full text-center my-4">
<button
class="hidden md:block bg-[#1a8cd8] px-20 text-xl py-3 rounded-full text-white">Post</button>
<button
class="md:hidden bg-[#1a8cd8] md:px-4 px-3 text-xl md:py-3 py-2 rounded-full text-white"><span
class="material-symbols-outlined">
edit
</span></button>
</div>
</li>
</ul>
<div class="userprofile w-full mt-5 justify-around md:flex hidden">
<div
class="item p-2 hover:bg-[#1d1f23] cursor-pointer items-center gap-5 mx-5 flex rounded-full w-fit">
<div class="p1"><img class=" w-10 h-10 rounded-full"
src="https://pbs.twimg.com/profile_images/1712828730358317056/EbUM7kps_x96.jpg"
alt="AK"></div>
<div class="p2 ">
<div>Suraj Kumar</div>
<div class="text-gray-600">@surajkumar</div>
</div>
<div class="p3 "><button class="px-4 py-2 rounded-full font-bold">. . .</button>
</div>
</div>
</div>
</div>
</div>
<div class="second w-full border-[1px] border-x-gray-600 border-y-black">
<div class="top flex p-3 sticky top-0 bg-black backdrop-blur-3xl opacity-80">
<div class="absolute w-16 h-1 rounded-full bg-[#1d9bf0] bottom-0 left-[19%] z-10"></div>
<div
class="left w-1/2 flex justify-center font-bold text-lg cursor-pointer hover:bg-[#181818] hover:rounded-full p-2">
For You</div>
<div
class="right w-1/2 flex justify-center font-bold text-lg cursor-pointer hover:bg-[#181818] hover:rounded-full p-2">
Following</div>
<div class="settings mx-2"><span
class="material-symbols-outlined items-center justify-center cursor-pointer hover:bg-[#181818] hover:rounded-full p-3">settings
</span>
</div>
</div>
<div class="h-[1px] w-full bg-gray-700"></div>
<div class="whatsup flex gap-4 my-3">
<div class="img m-2 w-16">
<img src="https://pbs.twimg.com/profile_images/1712828730358317056/EbUM7kps_x96.jpg"
class="rounded-full" alt="">
</div>
<div class="w-full">
<input class="w-full h-7 my-2 text-xl bg-black text-white outline-none" type="text"
placeholder="What is happening?!">
<div class="text-[#1a8cd8] flex items-center gap-1 w-full my-4">
<span class="material-symbols-outlined">globe_asia</span>
<span class="font-bold">Everyone can reply</span>
</div>
<div class="w-[90%] h-[0.2px] bg-gray-500 my-3"></div>
<div class="flex justify-between">
<div class="blueicons flex gap-2 text-[#1d9bf0] items-center">
<span class="material-symbols-outlined cursor-pointer">
image
</span>
<span class="material-symbols-outlined cursor-pointer">
gif
</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_month
</span>
<span class="material-symbols-outlined cursor-pointer">
pin_drop
</span>
</div>
<div class="postbtn">
<button
class=" bg-[#0f4e78] px-6 mx-5 text-md py-2 rounded-full text-[#808080] font-bold">Post</button>
</div>
</div>
</div>
</div>
<div class="posts">
<div class="post border-[1px] border-y-gray-600 border-x-0">
<div class="flex">
<div class="image m-4">
<img class="rounded-full max-w-16"
src="https://pbs.twimg.com/profile_images/1521011653222932481/S1BEvjDb_normal.jpg"
alt="">
</div>
<div class="content my-3">
<span class="font-bold hover:underline cursor-pointer text-white">Apple Hub</span><span
class="text-gray-500"> @theapplehub . 1h </span>
<div>iOS 18 will reportedly be compatible with these iPhone models</div>
<div class="posting m-4 ml-0">
<img class="rounded-xl"
src="https://pbs.twimg.com/media/GHWiQkMboAEAtWy?format=jpg&name=4096x4096"
alt="">
</div>
<div class="icons flex mx-3 justify-around text-gray-600">
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
chat_bubble
</span> 1.1k
</div>
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#00ba7c] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
repeat
</span> 2k
</div>
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#f91880] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
favorite
</span> 2.3k
</div>
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
bar_chart
</span> 31k
</div>
<span
class="material-symbols-outlined items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
bookmark
</span>
<span
class="material-symbols-outlined items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
ios_share
</span>
</div>
</div>
</div>
</div>
<div class="post">
<div class="flex">
<div class="image m-4">
<img class="rounded-full max-w-16"
src="https://pbs.twimg.com/profile_images/1629867156249907209/SxBoSkPc_normal.jpg"
alt="">
</div>
<div class="content my-3">
<span class="font-bold hover:underline cursor-pointer text-white">AAP</span><span
class="text-gray-500"> @AamAadmiParty . 3h </span>
<div>भारत को दुनिया का No. 1 देश बनाने का Vision सिर्फ़ Arvind Kejriwal के पास है।</div>
<div class="posting m-4 ml-0">
<img class="rounded-xl"
src="https://pbs.twimg.com/media/GHa23ngWMAABmJ4?format=jpg&name=large" alt="">
</div>
<div class="icons flex mx-3 justify-around text-gray-600">
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
chat_bubble
</span> 1.1k
</div>
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#00ba7c] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
repeat
</span> 2k
</div>
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#f91880] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
favorite
</span> 2.3k
</div>
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
bar_chart
</span> 31k
</div>
<span
class="material-symbols-outlined items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
bookmark
</span>
<span
class="material-symbols-outlined items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
ios_share
</span>
</div>
</div>
</div>
</div>
<div class="post border-[1px] border-y-gray-600 border-x-0">
<div class="flex">
<div class="image m-4">
<img class="rounded-full max-w-16"
src="https://pbs.twimg.com/profile_images/1395254075285860354/LG45JNi8_normal.jpg"
alt="">
</div>
<div class="content my-3">
<span class="font-bold hover:underline cursor-pointer text-white">AajTak</span><span
class="text-gray-500"> @aajtak . 2h </span>
<div>शंभू बॉर्डर पर जो किसान दिल्ली कूच को लेकर जोश में पुलिस द्वारा रखे गए बैरिकेट्स
तोड़ते या सरकारी संपत्ति को नुक्सान पहुंचाते नजर आए थे, इनके खिलाफ अब अंबाला पुलिस
सख्त कदम उठाने जा रही है. अंबाला पुलिस ने ऐसे कई किसानों की फोटो मीडिया से शेयर की
है, जो बॉर्डर पर उपद्रव करते…</div>
<div class="posting m-4 ml-0">
<img class="rounded-xl"
src="https://pbs.twimg.com/media/GHbQPvdasAATIqh?format=jpg&name=medium" alt="">
</div>
<div class="icons flex mx-3 justify-around text-gray-600">
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
chat_bubble
</span> 1.1k
</div>
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#00ba7c] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
repeat
</span> 2k
</div>
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#f91880] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
favorite
</span> 2.3k
</div>
<div
class="icon flex items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
<span class="material-symbols-outlined">
bar_chart
</span> 31k
</div>
<span
class="material-symbols-outlined items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
bookmark
</span>
<span
class="material-symbols-outlined items-center justify-center cursor-pointer hover:text-[#1d9bf0] hover:bg-gray-900 hover:rounded-full p-2">
ios_share
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="third w-full hidden md:block">
<div class="search m-3 sticky top-[1vh]">
<input type="text" class="w-1/2 rounded-full bg-[#16181c] text-white px-4 py-2 "
placeholder="Search" name="" id="">
</div>
<div class="whats sticky top-[7vh] m-4 bg-[#16181c] w-1/2 py-5 rounded-xl space-y-3">
<h1 class="text-xl font-bold px-3">What's Happening</h1>
<div class="item px-3 p-1 hover:bg-[#1d1f23] cursor-pointer">
<div class="text-sm text-[#71767b]">Trending in India</div>
<div class="font-bold">#Apple</div>
<div class="text-sm text-[#71767b]">40.2k Posts</div>
</div>
<div class="item px-3 p-1 hover:bg-[#1d1f23] cursor-pointer">
<div class="text-sm text-[#71767b]">Trending in India</div>
<div class="font-bold">#Dhoni</div>
<div class="text-sm text-[#71767b]">7.8k Posts</div>
</div>
<div class="item px-3 p-1 hover:bg-[#1d1f23] cursor-pointer">
<div class="text-sm text-[#71767b]">Trending in India</div>
<div class="font-bold">#Sachin</div>
<div class="text-sm text-[#71767b]">4.2k Posts</div>
</div>
<div class="item px-3 p-1 hover:bg-[#1d1f23] cursor-pointer">
<div class="text-sm text-[#71767b]">Trending in India</div>
<div class="font-bold">#TrainAccident</div>
<div class="text-sm text-[#71767b]">3.6k Posts</div>
</div>
<div class="text-[#1d9bf0] px-3 my-5 hover:underline cursor-pointer">Show More</div>
</div>
<div class="who sticky top-[55vh] m-4 bg-[#16181c] w-1/2 py-5 rounded-xl space-y-1">
<h1 class="text-xl font-bold px-3">Who to follow</h1>
<div class="item p-3 flex justify-between items-center gap-2 hover:bg-[#1d1f23] cursor-pointer">
<div class="flex gap-2">
<div class="p1"><img class=" w-10 h-10 rounded-full"
src="https://pbs.twimg.com/profile_images/1601815690419183616/vjuU9Ak9_normal.jpg"
alt="AK"></div>
<div class="p2 ">
<div>Arvind Kejriwal</div>
<div class="text-gray-600">@arvind_kejriwal</div>
</div>
</div>
<div class="p3 "><button
class="bg-white text-black px-4 py-2 rounded-full font-bold">Follow</button>
</div>
</div>
<div class="item p-3 flex justify-between items-center gap-2 hover:bg-[#1d1f23] cursor-pointer">
<div class="flex gap-2">
<div class="p1"><img class=" w-10 h-10 rounded-full"
src="https://pbs.twimg.com/profile_images/1700051019525488640/VRqy0bTE_normal.jpg"
alt="AK"></div>
<div class="p2 ">
<div>Narendra Modi</div>
<div class="text-gray-600">@narendra_modi</div>
</div>
</div>
<div class="p3 "><button
class="bg-white text-black px-4 py-2 rounded-full font-bold">Follow</button>
</div>
</div>
<div class="item p-3 flex justify-between items-center gap-2 hover:bg-[#1d1f23] cursor-pointer">
<div class="flex gap-2">
<div class="p1"><img class=" w-10 h-10 rounded-full"
src="https://pbs.twimg.com/profile_images/1562753500726976514/EPSUNyR3_normal.jpg"
alt="AK"></div>
<div class="p2 ">
<div>Virat Kohli</div>
<div class="text-gray-600">@virat_kohli</div>
</div>
</div>
<div class="p3 "><button
class="bg-white text-black px-4 py-2 rounded-full font-bold">Follow</button>
</div>
</div>
<div class="text-[#1d9bf0] px-3 my-5 hover:underline cursor-pointer">Show More</div>
</div>
<div class="terms sticky top-[90vh] 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 SK</span>
</div>
</div>
</body>
</html>