-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
184 lines (157 loc) · 7.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Twitter</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet" />
<link
rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A=="
crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- sidebar -->
<div class="side_bar">
<i class="fab fa-twitter"></i>
<div class="sidebar_option active">
<span class="material-icons">home</span>
<h2>Home</h2>
</div>
<div class="sidebar_option">
<span class="material-icons">tag</span>
<h2>Explore</h2>
</div>
<div class="sidebar_option">
<span class="material-icons">notifications</span>
<h2>Notification</h2>
</div>
<div class="sidebar_option">
<span class="material-icons">mail_outline</span>
<h2>Messages</h2>
</div>
<div class="sidebar_option">
<span class="material-icons">bookmark_border</span>
<h2>Bookmarks</h2>
</div>
<div class="sidebar_option">
<span class="material-icons">list_alt</span>
<h2>Lists</h2>
</div>
<div class="sidebar_option">
<span class="material-icons">perm_identity</span>
<h2>Profile</h2>
</div>
<div class="sidebar_option">
<span class="material-icons">more_horiz</span>
<h2>More</h2>
</div>
<button class="tweet_button">Tweet</button>
<div class="profile">
<img src="https://pbs.twimg.com/profile_images/1406144343992279042/6T5Vo_PC_400x400.jpg" alt="">
<ul>
<li class="name"> Anas</li>
<li class="id">@AnasEP000</li>
</ul>
<span class="material-icons-outlined dotpro">
more_horiz
</span>
</div>
</div>
<!-- feed -->
<div class="feed">
<!-- feed header -->
<div class="feedHeader">
<h2>Home</h2>
<span class="material-icons-outlined favorite">auto_awesome</span>
</div>
<div class="tweetBox">
<form action="">
<div class="tweetboxInput">
<img src="https://pbs.twimg.com/profile_images/1406144343992279042/6T5Vo_PC_400x400.jpg" alt="">
<input type="text" placeholder="What's happening?">
</div>
<div class="tweetUpload">
<span class="material-icons-outlined tweetIcons">image</span>
<span class="material-icons-outlined tweetIcons">gif_box</span>
<span class="material-icons-outlined tweetIcons">poll</span>
<span class="material-icons-outlined tweetIcons">sentiment_satisfied_alt</span>
<span class="material-icons-outlined tweetIcons">work_history</span>
<span class="material-icons-outlined tweetIcons">pin_drop</span>
</div>
<button class="tweetBox_tweetButton">Tweet</button>
</form>
</div>
<!-- feed post -->
<div class="post">
<div class="postAvatar">
<img src="https://pbs.twimg.com/profile_images/1529956155937759233/Nyn1HZWF_400x400.jpg" alt="">
</div>
<div class="postBody">
<div class="postHeader">
<div class="postHeadertext">
<h3>Elon Musk
<span class="postHeadersS">
<span class="material-icons posVari">verified</span>
@elonmusk
</span>
</h3>
</div>
<div class="postDescr">
<p>Mechazilla loads Starship on launchpad</p>
</div>
</div>
<img src="https://pbs.twimg.com/media/Fa50-XdVEAECIVc?format=jpg&name=small" alt="">
<div class="postFooter">
<span class="material-icons-outlined">comment</span>
<span class="material-icons">repeat</span>
<span class="material-icons-outlined">favorite_border</span>
<span class="material-icons-outlined">ios_share</span>
</div>
</div>
</div>
<div class="post">
<div class="postAvatar">
<img src="https://pbs.twimg.com/profile_images/1553515436305797121/X-FC0BhU_400x400.jpg" alt="">
</div>
<div class="postBody">
<div class="postHeader">
<div class="postHeadertext">
<h3>Paul Bronks
<span class="postHeadersS">
<span class="material-icons posVari">verified</span>
@SlenderSherbet
</span>
</h3>
</div>
<div class="postDescr">
<p>"There's no time to explain, just get in the damn car, Henry"</p>
</div>
</div>
<img src="https://pbs.twimg.com/media/FazCZAxXgAIGHIC?format=jpg&name=small" alt="">
<div class="postFooter">
<span class="material-icons-outlined">comment</span>
<span class="material-icons">repeat</span>
<span class="material-icons-outlined">favorite_border</span>
<span class="material-icons-outlined">ios_share</span>
</div>
</div>
</div>
</div>
<div class="widgets">
<div class="widgetsInput">
<span class="material-icons searchIcon">search</span>
<input type="text" placeholder="Search Twitter">
</div>
<div class="widgetsContainer">
<h2>What's happening?</h2>
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Sunsets don't get much better than this one over <a href="https://twitter.com/GrandTetonNPS?ref_src=twsrc%5Etfw">@GrandTetonNPS</a>. <a href="https://twitter.com/hashtag/nature?src=hash&ref_src=twsrc%5Etfw">#nature</a> <a href="https://twitter.com/hashtag/sunset?src=hash&ref_src=twsrc%5Etfw">#sunset</a> <a href="http://t.co/YuKy2rcjyU">pic.twitter.com/YuKy2rcjyU</a></p>— US Department of the Interior (@Interior) <a href="https://twitter.com/Interior/status/463440424141459456?ref_src=twsrc%5Etfw">May 5, 2014</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</body>
</html>