-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
328 lines (326 loc) · 30.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Twitter Clone</title>
<link rel="stylesheet" href="./src/output.css" />
</head>
<body class="bg-black text-white ">
<div class="container flex mx-auto sm:w-4/5 mt-1">
<div class="left hidden md:block w-[5vw] xl:w-1/2 ">
<div class="sidebar scroll-smooth sticky top-4">
<ul class="flex flex-col gap-5 text-xl">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500"><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>
<li class="flex gap-x-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M21.591 7.146L12.52 1.157c-.316-.21-.724-.21-1.04 0l-9.071 5.99c-.26.173-.409.456-.409.757v13.183c0 .502.418.913.929.913H9.14c.51 0 .929-.41.929-.913v-7.075h3.909v7.075c0 .502.417.913.928.913h6.165c.511 0 .929-.41.929-.913V7.904c0-.301-.158-.584-.408-.758z"></path></g></svg>
<span class="hidden transition duration-300 ease-in-out border-b border-transparent hover:border-sky-500 xl:block">Home</span>
</li>
<li class="flex gap-x-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M10.25 3.75c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5c1.795 0 3.419-.726 4.596-1.904 1.178-1.177 1.904-2.801 1.904-4.596 0-3.59-2.91-6.5-6.5-6.5zm-8.5 6.5c0-4.694 3.806-8.5 8.5-8.5s8.5 3.806 8.5 8.5c0 1.986-.682 3.815-1.824 5.262l4.781 4.781-1.414 1.414-4.781-4.781c-1.447 1.142-3.276 1.824-5.262 1.824-4.694 0-8.5-3.806-8.5-8.5z"></path></g></svg>
<span class="hidden transition duration-300 ease-in-out border-b border-transparent hover:border-sky-500 xl:block">Explore</span>
</li>
<li class="flex gap-x-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M19.993 9.042C19.48 5.017 16.054 2 11.996 2s-7.49 3.021-7.999 7.051L2.866 18H7.1c.463 2.282 2.481 4 4.9 4s4.437-1.718 4.9-4h4.236l-1.143-8.958zM12 20c-1.306 0-2.417-.835-2.829-2h5.658c-.412 1.165-1.523 2-2.829 2zm-6.866-4l.847-6.698C6.364 6.272 8.941 4 11.996 4s5.627 2.268 6.013 5.295L18.864 16H5.134z"></path></g></svg><span class="hidden transition duration-300 ease-in-out border-b border-transparent hover:border-sky-500 xl:block">Notification</span>
</li>
<li class="flex gap-x-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M1.998 5.5c0-1.381 1.119-2.5 2.5-2.5h15c1.381 0 2.5 1.119 2.5 2.5v13c0 1.381-1.119 2.5-2.5 2.5h-15c-1.381 0-2.5-1.119-2.5-2.5v-13zm2.5-.5c-.276 0-.5.224-.5.5v2.764l8 3.638 8-3.636V5.5c0-.276-.224-.5-.5-.5h-15zm15.5 5.463l-8 3.636-8-3.638V18.5c0 .276.224.5.5.5h15c.276 0 .5-.224.5-.5v-8.037z"></path></g></svg><span class="hidden transition duration-300 ease-in-out border-b border-transparent hover:border-sky-500 xl:block">Messages</span>
</li>
<li class="flex gap-x-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500"><g><g clip-path="url(#3-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="3-clip0_2592_269"><rect height="20" rx="1" width="20" x="2" y="2"></rect></clipPath></defs></g></svg><span class="hidden transition duration-300 ease-in-out border-b border-transparent hover:border-sky-500 xl:block">Grok</span>
</li>
<li class="flex gap-x-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500" data-testid="icon"><g><path d="M4 4.5C4 3.12 5.119 2 6.5 2h11C18.881 2 20 3.12 20 4.5v18.44l-8-5.71-8 5.71V4.5zM6.5 4c-.276 0-.5.22-.5.5v14.56l6-4.29 6 4.29V4.5c0-.28-.224-.5-.5-.5h-11z"></path></g></svg><span class="hidden transition duration-300 ease-in-out border-b border-transparent hover:border-sky-500 xl:block">Bookmarks</span>
</li>
<li class="flex gap-x-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M7.501 19.917L7.471 21H.472l.029-1.027c.184-6.618 3.736-8.977 7-8.977.963 0 1.95.212 2.87.672-.444.478-.851 1.03-1.212 1.656-.507-.204-1.054-.329-1.658-.329-2.767 0-4.57 2.223-4.938 6.004H7.56c-.023.302-.05.599-.059.917zm15.998.056L23.528 21H9.472l.029-1.027c.184-6.618 3.736-8.977 7-8.977s6.816 2.358 7 8.977zM21.437 19c-.367-3.781-2.17-6.004-4.938-6.004s-4.57 2.223-4.938 6.004h9.875zm-4.938-9c-.799 0-1.527-.279-2.116-.73-.836-.64-1.384-1.638-1.384-2.77 0-1.93 1.567-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 1.132-.548 2.13-1.384 2.77-.589.451-1.317.73-2.116.73zm-1.5-3.5c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5-.673-1.5-1.5-1.5-1.5.673-1.5 1.5zM7.5 3C9.433 3 11 4.57 11 6.5S9.433 10 7.5 10 4 8.43 4 6.5 5.567 3 7.5 3zm0 2C6.673 5 6 5.673 6 6.5S6.673 8 7.5 8 9 7.327 9 6.5 8.327 5 7.5 5z"></path></g></svg><span class="hidden transition duration-300 ease-in-out border-b border-transparent hover:border-sky-500 xl:block">Communities</span>
</li>
<li class=" hidden xl:flex gap-x-5">
<span
><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500"><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></span><span class="hidden transition duration-300 ease-in-out border-b border-transparent hover:border-sky-500 xl:block">Premium</span>
</li>
<li class="flex gap-x-5">
<span
><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M5.651 19h12.698c-.337-1.8-1.023-3.21-1.945-4.19C15.318 13.65 13.838 13 12 13s-3.317.65-4.404 1.81c-.922.98-1.608 2.39-1.945 4.19zm.486-5.56C7.627 11.85 9.648 11 12 11s4.373.85 5.863 2.44c1.477 1.58 2.366 3.8 2.632 6.46l.11 1.1H3.395l.11-1.1c.266-2.66 1.155-4.88 2.632-6.46zM12 4c-1.105 0-2 .9-2 2s.895 2 2 2 2-.9 2-2-.895-2-2-2zM8 6c0-2.21 1.791-4 4-4s4 1.79 4 4-1.791 4-4 4-4-1.79-4-4z"></path></g></svg></span><span class="hidden transition duration-300 ease-in-out border-b border-transparent hover:border-sky-500 xl:block">Profile</span>
</li>
<li class="flex gap-x-5">
<span
><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-7 fill-current text-white transition duration-300 ease-in-out hover:text-sky-500"><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><span class="hidden transition duration-300 ease-in-out border-b border-transparent hover:border-sky-500 xl:block">More</span>
</li>
<li class="flex gap-x-5 ">
<span class=" xl:hidden rounded-full p-1 bg-sky-500 transition duration-300 ease-in-out hover:bg-sky-700"
><img
class="w-7"
src="/svg/post.svg"
alt="more-icon" /></span
>
<span class=" hidden xl:block rounded-full w-[65%] text-center bg-sky-500 transition duration-300 ease-in-out hover:bg-sky-700 p-2"
>Post</span
>
</li>
</ul>
<div class="user mt-8 flex gap-x-2 items-center">
<div class="img">
<img class="rounded-full w-10 " src="img/user.jpg" alt="user-dp" />
</div>
<div class="flex"></div>
<div class="text hidden xl:block">
<div class="flex">
<div class="font-bold text-ellipsis overflow-hidden">
Ruhan Shaikh
</div>
<div><img class="w-4" src="/svg/tick.svg" alt="tick"></div>
</div>
<div class="text-gray-500">@Ruhan__Shaikh</div>
</div>
</div>
</div>
</div>
<div class="center relative border-x border-x-zinc-700 w-full">
<div class="formobile p-3 flex items-center justify-between md:hidden relative">
<img class="w-10 rounded-full" src="img/user.jpg" alt="user">
<img class="invert absolute left-1/2 transform -translate-x-1/2 w-7" src="./svg/logo.svg" alt="logo">
<div class="text-sky-500 font-bold">Get Premium</div>
</div>
<div class="flex items-center mb-5 h-10 scroll-smooth md:sticky top-0 bg-black opacity-75 ">
<div class="w-1/2 text-center font-bold">For you</div>
<div class="w-1/2 text-center font-bold">Following</div>
</div>
<div class=" hidden md:block border border-zinc-700 ">
<div class="flex h-14 items-center gap-5">
<img class="rounded-full ml-2 w-10 " src="/img/user.jpg" alt="user">
<input class="bg-black text-zinc-500 text-xl outline-none " type="text" placeholder="What is happening ?!">
</div>
<div class="w-4/5 mx-auto flex-col gap-y-4">
<div class="flex gap-2">
<img class="w-6" src="/svg/globe.svg" alt="globe">
<p class=" my-2 text-sky-500">Everyone can reply</p>
</div>
<div class="flex border-t border-zinc-500 justify-between">
<div class="post_icons flex gap-4 ">
<img class="w-6" src="svg/img.svg" alt="select_img">
<img class="w-6" src="svg/gif.svg" alt="select_gif">
<img class="w-6" src="svg/insert.svg" alt="insert_icon">
<img class="w-6" src="svg/smile.svg" alt="emojies">
<img class="w-6" src="svg/date.svg" alt="select_date">
<img class="w-6" src="svg/map.svg" alt="map_icon">
</div>
<button class="bg-sky-500 rounded-full my-2 px-6 py-2 transition duration-300 ease-in-out hover:bg-sky-700">Post</button>
</div>
</div>
</div>
<div class="tweet flex gap-1 p-2 border-y md:border-b border-zinc-500">
<div class="image w-[8%]">
<img class="w-10 rounded-full" src="img/user_2.jpg" alt="elonmusk">
</div>
<div class="content w-5/6">
<span class="font-bold">Elon Musk</span><span class="text-gray-500">@elonmusk · 11h</span>
<div>We will proceed with the smaller number of concurrent listeners at 8:30 ET and then post the unedited audio immediately thereafter</div>
<div class="box m-2 p-2 rounded-lg border border-zinc-500">
<div class="inside-img flex items-center gap-1">
<img class="w-8 rounded-full" src="img/user_2.jpg" alt="elonmusk">
<span class="font-bold">Elon Musk</span> <span class="text-gray-500">@elonmusk · 11h</span>
</div>
<div class="inside-content">
<div>We tested the system with 8 million concurrent listeners earlier today x.com/elonmusk/statu…</div>
</div>
</div>
<div class="flex justify-between">
<div class="post-icons m-2 flex gap-1 sm:gap-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z"></path></g></svg><span class="text-customGray">12k</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M4.5 3.88l4.432 4.14-1.364 1.46L5.5 7.55V16c0 1.1.896 2 2 2H13v2H7.5c-2.209 0-4-1.79-4-4V7.55L1.432 9.48.068 8.02 4.5 3.88zM16.5 6H11V4h5.5c2.209 0 4 1.79 4 4v8.45l2.068-1.93 1.364 1.46-4.432 4.14-4.432-4.14 1.364-1.46 2.068 1.93V8c0-1.1-.896-2-2-2z"></path></g></svg><span class="text-customGray">18k</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M16.697 5.5c-1.222-.06-2.679.51-3.89 2.16l-.805 1.09-.806-1.09C9.984 6.01 8.526 5.44 7.304 5.5c-1.243.07-2.349.78-2.91 1.91-.552 1.12-.633 2.78.479 4.82 1.074 1.97 3.257 4.27 7.129 6.61 3.87-2.34 6.052-4.64 7.126-6.61 1.111-2.04 1.03-3.7.477-4.82-.561-1.13-1.666-1.84-2.908-1.91zm4.187 7.69c-1.351 2.48-4.001 5.12-8.379 7.67l-.503.3-.504-.3c-4.379-2.55-7.029-5.19-8.382-7.67-1.36-2.5-1.41-4.86-.514-6.67.887-1.79 2.647-2.91 4.601-3.01 1.651-.09 3.368.56 4.798 2.01 1.429-1.45 3.146-2.1 4.796-2.01 1.954.1 3.714 1.22 4.601 3.01.896 1.81.846 4.17-.514 6.67z"></path></g></svg><span class="text-customGray">131k</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M8.75 21V3h2v18h-2zM18 21V8.5h2V21h-2zM4 21l.004-10h2L6 21H4zm9.248 0v-7h2v7h-2z"></path></g></svg><span class="text-customGray">20M</span>
</div>
<div class="flex gap-1 sm:gap-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M4 4.5C4 3.12 5.119 2 6.5 2h11C18.881 2 20 3.12 20 4.5v18.44l-8-5.71-8 5.71V4.5zM6.5 4c-.276 0-.5.22-.5.5v14.56l6-4.29 6 4.29V4.5c0-.28-.224-.5-.5-.5h-11z"></path></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M12 2.59l5.7 5.7-1.41 1.42L13 6.41V16h-2V6.41l-3.3 3.3-1.41-1.42L12 2.59zM21 15l-.02 3.51c0 1.38-1.12 2.49-2.5 2.49H5.5C4.11 21 3 19.88 3 18.5V15h2v3.5c0 .28.22.5.5.5h12.98c.28 0 .5-.22.5-.5L19 15h2z"></path></g></svg>
</div>
</div>
</div>
</div>
<div class="tweet-2 flex gap-1 p-2 border-b border-zinc-500">
<div class="image w-[8%]">
<img class="w-10 rounded-full" src="img/user_3.jpg" alt="BCCI">
</div>
<div class="content w-5/6">
<span class="font-bold">BCCI</span> <span class="text-gray-500">@BCCI · June29</span>
<div>𝗖.𝗛.𝗔.𝗠.𝗣.𝗜.𝗢.𝗡.𝗦 🏆 </div>
<div class="text-sky-500"><a href="https://x.com/hashtag/TeamIndia?src=hashtag_click" targer="_blank">#TeamIndia</a> HAVE DONE IT! 🔝👏 </div>
<div>ICC Men's T20 World Cup 2024 Champions 😍</div>
<div class="text-sky-500"><a href="https://x.com/hashtag/T20WorldCup?src=hashtag_click" targer="_blank">#T20WorldCup</a> | <a href="https://x.com/hashtag/SAvIND?src=hashtag_click" targer="_blank">#SAvIND</a></div>
<div class="box p-2 m-2 rounded-lg border border-zinc-500">
<div class="inside-img flex items-center gap-1 ">
<img class="w-8 rounded-full" src="img/user_3.jpg" alt="BCCI">
<span class="font-bold">BCCI</span> <span class="text-gray-500">@BCCI · June29</span>
</div>
<div class="inside-content">
<div><img src="/img/india.jpeg" alt="Team-India"></div>
</div>
</div>
<div class="flex justify-between">
<div class="post-icons m-2 flex gap:1 sm:gap-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z"></path></g></svg><span class="text-customGray">3.9k</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M4.5 3.88l4.432 4.14-1.364 1.46L5.5 7.55V16c0 1.1.896 2 2 2H13v2H7.5c-2.209 0-4-1.79-4-4V7.55L1.432 9.48.068 8.02 4.5 3.88zM16.5 6H11V4h5.5c2.209 0 4 1.79 4 4v8.45l2.068-1.93 1.364 1.46-4.432 4.14-4.432-4.14 1.364-1.46 2.068 1.93V8c0-1.1-.896-2-2-2z"></path></g></svg><span class="text-customGray">48k</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M16.697 5.5c-1.222-.06-2.679.51-3.89 2.16l-.805 1.09-.806-1.09C9.984 6.01 8.526 5.44 7.304 5.5c-1.243.07-2.349.78-2.91 1.91-.552 1.12-.633 2.78.479 4.82 1.074 1.97 3.257 4.27 7.129 6.61 3.87-2.34 6.052-4.64 7.126-6.61 1.111-2.04 1.03-3.7.477-4.82-.561-1.13-1.666-1.84-2.908-1.91zm4.187 7.69c-1.351 2.48-4.001 5.12-8.379 7.67l-.503.3-.504-.3c-4.379-2.55-7.029-5.19-8.382-7.67-1.36-2.5-1.41-4.86-.514-6.67.887-1.79 2.647-2.91 4.601-3.01 1.651-.09 3.368.56 4.798 2.01 1.429-1.45 3.146-2.1 4.796-2.01 1.954.1 3.714 1.22 4.601 3.01.896 1.81.846 4.17-.514 6.67z"></path></g></svg><span class="text-customGray">192k</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M8.75 21V3h2v18h-2zM18 21V8.5h2V21h-2zM4 21l.004-10h2L6 21H4zm9.248 0v-7h2v7h-2z"></path></g></svg><span class="text-customGray">6M</span>
</div>
<div class="flex gap:1 sm:gap-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M4 4.5C4 3.12 5.119 2 6.5 2h11C18.881 2 20 3.12 20 4.5v18.44l-8-5.71-8 5.71V4.5zM6.5 4c-.276 0-.5.22-.5.5v14.56l6-4.29 6 4.29V4.5c0-.28-.224-.5-.5-.5h-11z"></path></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M12 2.59l5.7 5.7-1.41 1.42L13 6.41V16h-2V6.41l-3.3 3.3-1.41-1.42L12 2.59zM21 15l-.02 3.51c0 1.38-1.12 2.49-2.5 2.49H5.5C4.11 21 3 19.88 3 18.5V15h2v3.5c0 .28.22.5.5.5h12.98c.28 0 .5-.22.5-.5L19 15h2z"></path></g></svg>
</div>
</div>
</div>
</div>
<div class="tweet-3 flex gap-1 p-2 border-b border-zinc-500">
<div class="image w-[8%]">
<img class="w-10 rounded-full" src="img/user_4.jpg" alt="AnimeTV チェーン">
</div>
<div class="content w-5/6">
<span class="font-bold">AnimeTV チェーン</span> <span class="text-gray-500">@animetv_jp · Aug10</span>
<div>Rurouni Kenshin Season 2 "Kyoto Disturbance" is scheduled for October 2024! </div>
<div>Two cours back-to-back.</div>
<div class="text-sky-500"><a href="https://t.co/kZLOZ7HNo6" target="_blank">✨More: https://animetv-jp.net/news/</a></div>
<div class="box p-2 m-2 rounded-lg border border-zinc-500">
<div class="inside-img gap-1 flex items-center">
<img class="w-8 rounded-full" src="img/user_4.jpg" alt="AnimeTV チェーン">
<span class="font-bold">AnimeTV チェーン</span> <span class="text-gray-500">@animetv_jp · Aug10</span>
</div>
<div class="inside-content object-contain overflow-x-hidden">
<div class="hidden sm:block"><iframe width="448" height="315" src="https://www.youtube.com/embed/Xw9-jJZzZrE?si=xNlI23bbtuY935aw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div>
<div class="sm:hidden"><img src="/img/tweet-3.jpg" alt="Rurouni Kenshin "></div>
</div>
<div class="flex justify-between">
<div class="post-icons m-2 flex gap-1 sm:gap-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z"></path></g></svg><span class="text-customGray">8k</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M4.5 3.88l4.432 4.14-1.364 1.46L5.5 7.55V16c0 1.1.896 2 2 2H13v2H7.5c-2.209 0-4-1.79-4-4V7.55L1.432 9.48.068 8.02 4.5 3.88zM16.5 6H11V4h5.5c2.209 0 4 1.79 4 4v8.45l2.068-1.93 1.364 1.46-4.432 4.14-4.432-4.14 1.364-1.46 2.068 1.93V8c0-1.1-.896-2-2-2z"></path></g></svg><span class="text-customGray">15k</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M16.697 5.5c-1.222-.06-2.679.51-3.89 2.16l-.805 1.09-.806-1.09C9.984 6.01 8.526 5.44 7.304 5.5c-1.243.07-2.349.78-2.91 1.91-.552 1.12-.633 2.78.479 4.82 1.074 1.97 3.257 4.27 7.129 6.61 3.87-2.34 6.052-4.64 7.126-6.61 1.111-2.04 1.03-3.7.477-4.82-.561-1.13-1.666-1.84-2.908-1.91zm4.187 7.69c-1.351 2.48-4.001 5.12-8.379 7.67l-.503.3-.504-.3c-4.379-2.55-7.029-5.19-8.382-7.67-1.36-2.5-1.41-4.86-.514-6.67.887-1.79 2.647-2.91 4.601-3.01 1.651-.09 3.368.56 4.798 2.01 1.429-1.45 3.146-2.1 4.796-2.01 1.954.1 3.714 1.22 4.601 3.01.896 1.81.846 4.17-.514 6.67z"></path></g></svg><span class="text-customGray">100k</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M8.75 21V3h2v18h-2zM18 21V8.5h2V21h-2zM4 21l.004-10h2L6 21H4zm9.248 0v-7h2v7h-2z"></path></g></svg><span class="text-customGray">10M</span>
</div>
<div class="flex gap:1 sm:gap-5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M4 4.5C4 3.12 5.119 2 6.5 2h11C18.881 2 20 3.12 20 4.5v18.44l-8-5.71-8 5.71V4.5zM6.5 4c-.276 0-.5.22-.5.5v14.56l6-4.29 6 4.29V4.5c0-.28-.224-.5-.5-.5h-11z"></path></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="w-5 fill-current text-customGray transition duration-300 ease-in-out hover:text-sky-500"><g><path d="M12 2.59l5.7 5.7-1.41 1.42L13 6.41V16h-2V6.41l-3.3 3.3-1.41-1.42L12 2.59zM21 15l-.02 3.51c0 1.38-1.12 2.49-2.5 2.49H5.5C4.11 21 3 19.88 3 18.5V15h2v3.5c0 .28.22.5.5.5h12.98c.28 0 .5-.22.5-.5L19 15h2z"></path></g></svg>
</div>
</div>
</div>
</div>
<div class="menu flex sticky bg-black opacity-75 bottom-0 justify-evenly w-full h-14 md:hidden">
<img class="invert w-7" src="/svg/home.svg" alt="home">
<img class="invert w-7" src="/svg/Explore.svg" alt="explore">
<img class="invert w-7" src="/svg/Grok.svg" alt="grok">
<img class="invert w-7" src="/svg/Notification.svg" alt="notification">
<img class="invert w-7" src="/svg/Message.svg" alt="message">
<img class="invert w-7" src="svg/community.svg" alt="community">
</div>
</div>
<div class="right hidden lg:block w-1/2 ml-7 flex flex-col gap-y-5 ">
<div class="search scroll-smooth sticky top-1 z-10 bg-black ">
<input
class=" w-full rounded-full px-4 py-2 bg-zinc-800 text-white"
type="search"
placeholder="search"
/>
</div>
<div class="wrap scroll-smooth sticky space-y-5 top-[8vh]">
<div
class="follow border flex flex-col gap-5 border-zinc-700 p-4 w-full rounded-lg"
>
<h1 class="text-xl font-bold">Subscribe to Premium</h1>
<p class="text-sm">
Subscribe to unlock new features and if eligible, receive a share of
ads revenue.
</p>
<button class="bg-sky-500 py-2 w-1/2 px-6 rounded-full transition duration-300 ease-in-out hover:bg-sky-700">Subscribe</button>
</div>
<div class="happening border flex flex-col gap-5 border-zinc-700 p-5 w-full rounded-lg">
<h1 class="text-xl font-bold">What’s happening</h1>
<div>
<div class=" text-gray-500 text-sm">Business & finance · Trending</div>
<div class="font-bold">#HindenbergReport</div>
<div class=" text-gray-500 text-sm">94.7K posts</div>
</div>
<div>
<div class="text-gray-500 text-sm">Politics · Trending</div>
<div class="font-bold">#IndiaElection2024</div>
<div class="text-gray-500 text-sm">120K posts</div>
</div>
<div>
<div class="text-gray-500 text-sm">Entertainment · Trending</div>
<div class="font-bold">#KanguvaTrailer</div>
<div class="text-gray-500 text-sm">62K posts</div>
</div>
<div>
<div class="text-gray-500 text-sm">Sports · Trending</div>
<div class="font-bold">#IndvsPak</div>
<div class="text-gray-500 text-sm">180K posts</div>
</div>
<div>
<div class="text-gray-500 text-sm">Technology · Trending</div>
<div class="font-bold">#AIRevolution</div>
<div class="text-gray-500 text-sm">95.3K posts</div>
</div>
<div>
<div class="text-gray-500 text-sm">Health · Trending</div>
<div class="font-bold">#MentalHealthMatters</div>
<div class="text-gray-500 text-sm">110K posts</div>
</div>
</div>
<div class="follow border flex flex-col gap-5 border-zinc-700 p-5 w-full rounded-lg">
<h1 class="text-xl font-bold">Who to follow</h1>
<div class="user_2 flex gap-x-2 items-center">
<div class="img">
<img class="rounded-full w-10" src="img/user_2.jpg" alt="user_2-dp" />
</div>
<div class="text">
<div class="flex">
<div class="font-bold text-ellipsis overflow-hidden">
Elon Musk
</div>
<div><img class="w-4" src="/svg/tick.svg" alt="tick"></div>
</div>
<div class="text-gray-500">@elonmusk</div>
</div>
</div>
<div class="user_3 flex gap-x-2 items-center">
<div class="img">
<img class="rounded-full w-10" src="img/user_3.jpg" alt="user_3-dp" />
</div>
<div class="text">
<div class="flex">
<div class="font-bold text-ellipsis overflow-hidden">
BCCI
</div>
<div><img class="w-4" src="/svg/tick.svg" alt="tick"></div>
</div>
<div class="text-gray-500">@BCCI</div>
</div>
</div>
<div class="user_4 flex gap-x-2 items-center">
<div class="img">
<img class="rounded-full w-10" src="img/user_4.jpg" alt="user_4-dp" />
</div>
<div class="text">
<div class="flex"><div class="font-bold text-ellipsis overflow-hidden">
AnimeTV チェーン
</div>
<div><img class="w-4" src="/svg/tick.svg" alt="tick"></div></div>
<div class="w-10 text-gray-500">@animetv_jp</div>
</div>
</div>
</div>
<div class="fotter text-[14px] p-5 pt-0 w-full rounded-lg">
<a class="text-gray-500 " href="https://x.com/tos" target="_blank" >Terms of Service</a>
<a class="text-gray-500" href="https://x.com/privacy" target="_blank" >Privacy Policy</a>
<a class="text-gray-500" href="https://support.x.com/articles/20170514" >Cookie Policy</a>
<a class="text-gray-500" href="https://help.x.com/resources/accessibility" >Accessibility</a>
<a class="text-gray-500" href="https://business.x.com/en/help/troubleshooting/how-twitter-ads-work.html?ref=web-twc-ao-gbl-adsinfo&utm_source=twc&utm_medium=web&utm_campaign=ao&utm_content=adsinfo" >Ads info</a>
<div class="text-gray-500">© 2024 X Corp.</div>
</div>
</div>
<!-- </div> -->
</div>
</body>
</html>