-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
382 lines (345 loc) · 14.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
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="description" content="Twitter Clone">
<meta name="keywords" content="social media, LinkedIn, tweets, news">
<meta name="author" content="Your Name">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<div class="nav-left">
<i class="fa-brands fa-twitter"></i>
<div class="input-box">
<i class="fa-solid fa-magnifying-glass"></i>
<input placeholder="Explore"/>
</div>
</div>
<div class="nav-right">
<a href="/">
<i class="fa-solid fa-house"></i>
</a>
<a href="/">
<i class="fa-solid fa-bookmark"></i>
</a>
<a href="/">
<i class="fa-solid fa-envelope"></i>
</a>
<a href="/">
<i class="fa-solid fa-bell"></i>
</a>
<div class="twitter-blue">
<p>Twitter Blue</p>
</div>
</div>
</nav>
</header>
<main>
<div class="sidebar">
<div class="profile">
<div class="profile-header">
<img src="https://img.freepik.com/premium-vector/portrait-beautiful-young-woman-with-short-wavy-hair_478440-368.jpg" alt="Profile Image" />
</div>
<div class="profile-body">
<div class="profile-info">
<h1>Sophia Smith</h1>
<h2>@sophia</h1>
<p>Writes about tech and design</p>
</div>
<hr/>
<div class="stat-box">
<div>
<h3>6,664</h3>
<p>Following</p>
</div>
<hr id="stat-partition"/>
<div>
<h3>9,991</h3>
<p>Followers</p>
</div>
</div>
<hr/>
<div class="my-profile">
<p> My Profile</p>
</div>
</div>
</div>
<div class="follow-sugggestion">
<h4>Who is to follow you</h4>
<div class="follow-profile">
<img src="https://media.sproutsocial.com/uploads/2022/06/profile-picture.jpeg"/>
<div class="follow-info">
<h5>AlphaX</h5>
<p>@alphax</p>
</div>
<div class="follow-btn">
Follow
</div>
</div>
<div class="follow-profile">
<img src="https://i.pinimg.com/474x/bf/e9/89/bfe989b690e9674b5b00e78c4c1aa2dc.jpg"/>
<div class="follow-info">
<h5>Pearson Mike</h5>
<p>@pearsonmike</p>
</div>
<div class="follow-btn">
Follow
</div>
</div>
<div class="follow-profile">
<img src="https://1fid.com/wp-content/uploads/2022/07/aesthetic-profile-picture-2-1024x1024.jpg"/>
<div class="follow-info">
<h5>Albert Snow</h5>
<p>@albertsnow</p>
</div>
<div class="follow-btn">
Follow
</div>
</div>
<div class="show-more">
Show more
</div>
</div>
</div>
<div class="posts-section">
<div class="posts">
<div class="posts-creation">
<div class="post-input">
<img src="https://img.freepik.com/premium-vector/portrait-beautiful-young-woman-with-short-wavy-hair_478440-368.jpg" alt="Profile Image" />
<input placeholder="What's happening?"></input>
</div>
<div class="post-types">
<div class="type">
<i class="fa-sharp fa-regular fa-image"></i>
<p>Photo</p>
</div>
<div class="type">
<i class="fa-regular fa-circle-play"></i>
<p>Video</p>
</div>
<div class="type">
<i class="fa-solid fa-list"></i>
<p>Thread</p>
</div>
<div class="type">
<i class="fa-solid fa-calendar-days"></i>
<p>Schedule</p>
</div>
</div>
</div>
</div>
<div class="posts">
<div class="post-head">
<div class="post-user">
<img src="https://hips.hearstapps.com/hmg-prod/images/gettyimages-1229892983-square.jpg?crop=1.00xw:1.00xh;0,0&resize=1200:*">
<div>
<div class="user">
<h6>Elon Musk</h6>
<p>@elonmusk</p>
<p>2h</p>
</div>
<div class="post-content">
<p>
Once you have tasted the full phone to car and technological experience of a Tesla you can not go back to any other cars.
There is nothing like it on the market by a mile. It is all the small things that quickly adds up to make you never want to drive anything else, ever.
</p>
</div>
<div class="react">
<div>
<i class="fa-sharp fa-regular fa-comment"></i>
<p>1,643</p>
</div>
<div>
<i class="fa-regular fa-heart"></i>
<p>2,345</p>
</div>
<div>
<i class="fa-solid fa-retweet"></i>
<p>556</p>
</div>
<div>
<i class="fa-solid fa-chart-simple"></i>
<p>12.2k</p>
</div>
</div>
</div>
</div>
<div>
<i class="fa-solid fa-ellipsis"></i>
</div>
</div>
</div>
<div class="posts">
<div class="post-head">
<div class="post-user">
<img src="https://yt3.googleusercontent.com/lVEb1IUc9D8dZSQF4l8IlBWGjr636qaDHfMbzud0uv_LxdhiMeHtsuvUcSvJa86pWzJd9MCUeQ=s900-c-k-c0x00ffffff-no-rj">
<div>
<div class="user">
<h6>The Verge</h6>
<p>@theverge</p>
<p>1h</p>
</div>
<div class="post-content">
<p>
OpenAI will start using Bing as the default search engine for ChatGPT:
</p>
<iframe width="100%" height="300" src="https://www.youtube.com/embed/8J-V3J3CBes" title="Microsoft Build event in 5 minutes" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="react">
<div>
<i class="fa-sharp fa-regular fa-comment"></i>
<p>1,643</p>
</div>
<div>
<i class="fa-regular fa-heart"></i>
<p>2,345</p>
</div>
<div>
<i class="fa-solid fa-retweet"></i>
<p>556</p>
</div>
<div>
<i class="fa-solid fa-chart-simple"></i>
<p>12.2k</p>
</div>
</div>
</div>
</div>
<div>
<i class="fa-solid fa-ellipsis"></i>
</div>
</div>
</div>
<div class="posts">
<div class="post-head">
<div class="post-user">
<img src="https://pbs.twimg.com/profile_images/1488548719062654976/u6qfBBkF_400x400.jpg">
<div>
<div class="user">
<h6>Twiiter</h6>
<p>@twiiter</p>
<p>1h</p>
</div>
<div class="post-content">
<p>
Are you all enjoying the new updates in the platform? Fill the form and let us know
</p>
</div>
<div class="react">
<div>
<i class="fa-sharp fa-regular fa-comment"></i>
<p>1,643</p>
</div>
<div>
<i class="fa-regular fa-heart"></i>
<p>2,345</p>
</div>
<div>
<i class="fa-solid fa-retweet"></i>
<p>556</p>
</div>
<div>
<i class="fa-solid fa-chart-simple"></i>
<p>12.2k</p>
</div>
</div>
</div>
</div>
<div>
<i class="fa-solid fa-ellipsis"></i>
</div>
</div>
</div>
</div>
<div class="trending">
<div class="trend-header">
<h4>Trend for you</h4>
<i class="fa-solid fa-arrow-trend-up"></i>
</div>
<div class="trend-category">
<h3>TRENDING IN INDIA</h3>
<div class="trend">
<div>
<h4>#t20WordCup</h4>
<p>97.7k Tweets</p>
</div>
<div>
<i class="fa-solid fa-ellipsis"></i>
</div>
</div>
<div class="trend">
<div>
<h4>#LokSabhaElections</h4>
<p>77.2k Tweets</p>
</div>
<div>
<i class="fa-solid fa-ellipsis"></i>
</div>
</div>
<div class="trend">
<div>
<h4>#dhoni</h4>
<p>49.2k Tweets</p>
</div>
<div>
<i class="fa-solid fa-ellipsis"></i>
</div>
</div>
<hr />
</div>
<div class="trend-category">
<h3>TRENDING IN WEB3</h3>
<div class="trend">
<div>
<h4>#nfts</h4>
<p>34.7k Tweets</p>
</div>
<div>
<i class="fa-solid fa-ellipsis"></i>
</div>
</div>
<hr />
</div>
<div class="trend-category">
<h3>TRENDING IN BUISNESS</h3>
<div class="trend">
<div>
<h4>#nifty</h4>
<p>23.1k Tweets</p>
</div>
<div>
<i class="fa-solid fa-ellipsis"></i>
</div>
</div>
</div>
<div class="show-more">
Show more
</div>
</div>
</main>
<div class="chat-container">
<div class="chat-box">
<div class="chat-header">
<h3>Messages</h3>
<button class="close-button">✕</button>
</div>
<div class="chat-card">
<img class="profile-image" src="https://media.sproutsocial.com/uploads/2022/06/profile-picture.jpeg" alt="Profile Image">
<div class="chat-content">
<h4>John Doe</h4>
<p>Hey, how's it going?</p>
</div>
</div>
<div class="chat-card">
<img class="profile-image" src="https://wallpapers.com/images/hd/cool-profile-picture-l0hzjr9omwan07nt.jpg" alt="Profile Image">
<div class="chat-content">
<h4>Jane Smith</h4>
<p>Saw your recent tweet on the current AI trends</p>
</div>
</div>
</div>
</div>
</body>