-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
299 lines (279 loc) · 15.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>twitter</title>
<link rel="stylesheet" href="./src/output.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body class="bg-black text-white">
<div class="flex justify-center container mx-auto mt-2 ">
<div class="first md:w-[70%] flex flex-col gap-5">
<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-lrvibr r-m6rgpd r-lrsllp r-1nao33i r-16y2uox r-8kz0gk">
<g>
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z">
</path>
</g>
</svg></div>
<div class="sidebar sticky top-0">
<ul class="flex flex-col gap-4 font-bold">
<li
class=" flex items-center md:w-fit hover:bg-gray-800 hover:border hover:border-gray-500 hover:rounded-2xl px-2 py-2 ">
<span class="material-symbols-outlined">
home
</span><span class="hidden md:block"> Home</span>
</li>
<li
class="flex items-center gap-1 w-fit hover:bg-gray-800 hover:border hover:border-gray-500 hover:rounded-2xl px-2 py-2">
<span class="material-symbols-outlined">
Explore
</span><span class="hidden md:block"> Explore</span>
</li>
<li
class="flex items-center gap-1 w-fit hover:bg-gray-800 hover:border hover:border-gray-500 hover:rounded-2xl px-2 py-2">
<span class="material-symbols-outlined">
Notifications
</span><span class="hidden md:block"> Notifications</span>
</li>
<li
class="flex items-center gap-1 w-fit hover:bg-gray-800 hover:border hover:border-gray-500 hover:rounded-2xl px-2 py-2">
<span class="material-symbols-outlined">
Group
</span><span class="hidden md:block"> Grock</span>
</li>
<li
class="flex items-center gap-1 w-fit hover:bg-gray-800 hover:border hover:border-gray-500 hover:rounded-2xl px-2 py-2">
<span class="material-symbols-outlined">
Bookmark
</span><span class="hidden md:block"> Bookmarks</span>
</li>
<li
class="flex items-center gap-1 w-fit hover:bg-gray-800 hover:border hover:border-gray-500 hover:rounded-2xl px-2 py-2">
<span class="material-symbols-outlined">
Communities
</span><span class="hidden md:block"> COmmunities</span>
</li>
<li
class="flex items-center gap-1 w-fit hover:bg-gray-800 hover:border hover:border-gray-500 hover:rounded-2xl px-2 py-2">
<span class="material-symbols-outlined">
License
</span><span class="hidden md:block"> Premium</span>
</li>
<li
class="flex items-center gap-1 w-fit hover:bg-gray-800 hover:border hover:border-gray-500 hover:rounded-2xl px-2 py-2">
<span class="material-symbols-outlined">
Person
</span><span class="hidden md:block"> Profile</span>
</li>
<li
class="flex items-center gap-1 w-fit hover:bg-gray-800 hover:border hover:border-gray-500 hover:rounded-2xl px-2 py-2">
<span class="material-symbols-outlined">
More
</span><span class="hidden md:block"> More</span>
</li>
</ul>
</div>
</div>
<div class="second w-full border-[0.5px] border-gray-600 border-y-0">
<div class="top flex relative ">
<div class="absolute w-16 h-1 bg-blue-500 bottom-0 left-[15%] rounded-full z-10"></div>
<div class="bg-yellow-4010 w-1/2 flex justify-center p-2 font-bold ">For You</div>
<div class="bg-green-6010 w-1/2 flex justify-center p-2 font-bold ">Following</div>
<div class="settings"><span class="material-symbols-outlined">
settings
</span></div>
</div>
<div class="w-full h-[1px] bg-gray-500"></div>
<div class="whatshapp flex mt-4 gap-2">
<div class="image mx-2">
<img class="rounded-full"
src="https://pbs.twimg.com/profile_images/1527828435891998720/PXn-avEK_bigger.jpg" alt="">
</div>
<div class="mt-4 w-full"> <input type="text" placeholder="What's Happening?"
class="text-white outline-none w-full text-lg bg-black">
<div class="globic flex gap-2 text-blue-400 font-bold mt-4">
<div class="icon"><span class="material-symbols-outlined">
globe_asia
</span></div>
<div class="icontext">Everyone Can Reply</div>
</div>
<div class="w-[90%] h-[0.5px] bg-gray-500 mt-3"></div>
<div class="iconss flex gap-2 text-blue-500 mt-2">
<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">
list_alt
</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">
location_on
</span>
</div>
</div>
</div>
<div class="w-full h-[1px] bg-gray-500 mt-3"></div>
<div class="posts">
<div class="post flex gap-1 ml-1 mt-1">
<div class="image">
<img class="rounded-full w-[60px]" src="https://pbs.twimg.com/profile_images/1329647526807543809/2SGvnHYV_bigger.jpg" alt="">
</div>
<div class="content">
<span class="font-bold">Barack Obama</span> <span class="text-gray-500">@BarackObama .10h</span>
<div class="text-sm">The @USWNThas been so much fun to watch and they ve played their hearts out today. Congrats on another well-deserved gold</div>
<div class="image mt-2 mr-2">
<img class="rounded-lg" src="https://pbs.twimg.com/media/GUotRlHXcCUWemZ?format=jpg&name=900x900" alt="">
</div>
<div class="icons flex justify-around mt-2 text-gray-500">
<div class="icon flex">
<span class="material-symbols-outlined">
chat_bubble
</span> 1k
</div>
<div class="icon flex">
<span class="material-symbols-outlined">
Repeat
</span> 1k
</div>
<div class="icon flex">
<span class="material-symbols-outlined">
Favorite
</span> 1k
</div>
<div class="icon flex">
<span class="material-symbols-outlined">
bar_chart
</span> 1k
</div>
</div>
</div>
</div>
<div class="w-full h-[1px] bg-gray-500 mt-3"></div>
</div>
<div class="posts">
<div class="post flex gap-1 ml-1 mt-1">
<div class="image">
<img class="rounded-full w-[60px]" src="https://pbs.twimg.com/profile_images/1329647526807543809/2SGvnHYV_bigger.jpg" alt="">
</div>
<div class="content">
<span class="font-bold">Barack Obama</span> <span class="text-gray-500">@BarackObama .10h</span>
<div class="text-sm">The @USWNThas been so much fun to watch and they ve played their hearts out today. Congrats on another well-deserved gold</div>
<div class="image mt-2 mr-2">
<img class="rounded-lg" src="https://pbs.twimg.com/media/GUotRlHXcCUWemZ?format=jpg&name=900x900" alt="">
</div>
<div class="icons flex justify-around mt-2 text-gray-500">
<div class="icon flex">
<span class="material-symbols-outlined">
chat_bubble
</span> 1k
</div>
<div class="icon flex">
<span class="material-symbols-outlined">
Repeat
</span> 1k
</div>
<div class="icon flex">
<span class="material-symbols-outlined">
Favorite
</span> 1k
</div>
<div class="icon flex">
<span class="material-symbols-outlined">
bar_chart
</span> 1k
</div>
</div>
</div>
</div>
<div class="w-full h-[1px] bg-gray-500 mt-3"></div>
</div>
<div class="posts">
<div class="post flex gap-1 ml-1 mt-1">
<div class="image">
<img class="rounded-full w-[60px]" src="https://pbs.twimg.com/profile_images/1329647526807543809/2SGvnHYV_bigger.jpg" alt="">
</div>
<div class="content">
<span class="font-bold">Barack Obama</span> <span class="text-gray-500">@BarackObama .10h</span>
<div class="text-sm">The @USWNThas been so much fun to watch and they ve played their hearts out today. Congrats on another well-deserved gold</div>
<div class="image mt-2 mr-2">
<img class="rounded-lg" src="https://pbs.twimg.com/media/GUotRlHXcCUWemZ?format=jpg&name=900x900" alt="">
</div>
<div class="icons flex justify-around mt-2 text-gray-500">
<div class="icon flex">
<span class="material-symbols-outlined">
chat_bubble
</span> 1k
</div>
<div class="icon flex">
<span class="material-symbols-outlined">
Repeat
</span> 1k
</div>
<div class="icon flex">
<span class="material-symbols-outlined">
Favorite
</span> 1k
</div>
<div class="icon flex">
<span class="material-symbols-outlined">
bar_chart
</span> 1k
</div>
</div>
</div>
</div>
<div class="w-full h-[1px] bg-gray-500 mt-3"></div>
</div>
</div>
<div class="third w-full hidden md:block">
<div class="search-button w-1/2 mx-1 mt-1 ">
<input type="text" class="bg-gray-900 py-3 px-3 rounded-2xl ml-3 border border-gray-500 outline-none"
placeholder="search">
</div>
<div class="what-happenining sticky top-0 w-3/2 bg-gray-900 mt-3 px-3 py-3 mx-1 rounded-xl">
<span class="text-xl font-bold ">What's Happenining</span>
<div class="item py-4 cursor-pointer hover:bg-gray-800 px-2">
<div class="text-sm text-gray-500">Trending in India</div>
<div class="font-bold">#Orray</div>
<div class="text-sm text-gray-300 ">40.2k posts</div>
</div>
<div class="item py-4 cursor-pointer hover:bg-gray-800 px-2">
<div class="text-sm text-gray-500">Trending in India</div>
<div class="font-bold">#NarendraModi</div>
<div class="text-sm text-gray-300 ">40.2k posts</div>
</div>
<div class="item py-4 cursor-pointer hover:bg-gray-800 px-2">
<div class="text-sm text-gray-500">Trending in India</div>
<div class="font-bold">#Jyotish</div>
<div class="text-sm text-gray-300 ">40.2k posts</div>
</div>
<div class="item py-4 cursor-pointer hover:bg-gray-800 px-2">
<div class="text-sm text-gray-500">Trending in India</div>
<div class="font-bold">#Bangladesh</div>
<div class="text-sm text-gray-300 ">40.2k posts</div>
</div>
</div>
<div class="what-happenining sticky top-96 w-3/2 bg-gray-900 mt-3 px-3 py-3 mx-1 rounded-xl">
<span class="text-xl font-bold ">What to follow</span>
<div class="item py-4 cursor-pointer hover:bg-gray-800 px-2">
<div class="font-bold">Narendra Modi</div>
<div class="font-bold">Elon Mosk</div>
<div class="font-bold ">Jyotish Kumar</div>
</div>
</div>
</div>
</div>
</body>
</html>