-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwitter.html
More file actions
252 lines (243 loc) · 7.96 KB
/
twitter.html
File metadata and controls
252 lines (243 loc) · 7.96 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Cloning twitter main page</title>
<link rel="stylesheet" href="twitter.css" />
</head>
<body>
<header id="main-header">
<div class="content">
<nav>
<ul>
<li><img src="/images/home.svg" alt="Home" />Home</li>
<li>
<img
src="/images/notification.svg"
alt="Notifications"
/>Notifications
</li>
<li><img src="/images/message.svg" alt="Messages" />Messages</li>
</ul>
</nav>
<img class="logo" src="/images/logo.svg" alt="Logo Twitter" />
<div class="search-group">
<input type="text" placeholder="Search on Twitter" />
<img src="/images/avatar.png" alt="Avatar" />
<button>Tweet</button>
</div>
</div>
</header>
<div class="banner">
<h1>Cloning twitter main page - Rocketseat</h1>
</div>
<div class="horizontal-bar">
<div class="content">
<ul>
<li class="active">
<span>Tweets</span>
<strong>2342</strong>
</li>
<li>
<span>Followings</span>
<strong>145</strong>
</li>
<li>
<span>Followers</span>
<strong>352</strong>
</li>
<li>
<span>Favorites</span>
<strong>97</strong>
</li>
<li>
<span>Lists</span>
<strong>41</strong>
</li>
<li>
<span>Moments</span>
<strong>2</strong>
</li>
</ul>
<div class="actions">
<button>Follow</button>
<img src="/images/more-button.svg" alt="More" />
</div>
</div>
</div>
<div class="wrapper-content content">
<aside class="profile">
<img class="avatar" src="/images/avatar.png" alt="Avatar da Silva" />
<h1>Avatar da Silva</h1>
<span>@Avatar</span>
<p>Web, Design & Rock 'n Roll partner/UI Designer</p>
<ul class="profile-list">
<li><img src="/images/location.svg" alt="Place" />Namur, Belgium</li>
<li><img src="/images/link.svg" alt="URL" />exibit.be</li>
<li><img src="/images/clock.svg" alt="Joined" />Joined June 2007</li>
<li>
<img src="/images/born.svg" alt="Born" />Born the 20th of June 1978
</li>
</ul>
<div class="widget followers">
<strong>
<img src="/images/profile.svg" alt="Followers" />
73 followers that you know
</strong>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div class="widget images">
<strong>
<img src="/images/images.svg" alt="Photos and Videos" />
266 Photos and videos
</strong>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</aside>
<section class="timeline">
<nav>
<a href="" class="active">Tweets</a>
<a href="">Tweets and replies</a>
<a href="">Medias</a>
</nav>
<ul class="tweets">
<li>
<img
class="tweet"
src="/images/avatar-tweet1.svg"
alt="Avatar Tweet 1"
/>
<div class="info">
<strong>João da Silva <span>@JoaoS</span> </strong>
<p>Qualquer comentário que João tenha feito twitando aqui.</p>
<div class="actions">
<a href="">
<img src="/images/comments.svg" alt="Comments" /> 4
</a>
<a href="">
<img src="/images/retweet.svg" alt="Retweet" /> 8
</a>
<a href=""> <img src="/images/like.svg" alt="Like" /> 5 </a>
<a href=""> <img src="/images/mail.svg" alt="Mail" /> 1 </a>
</div>
</div>
</li>
<li>
<img
class="tweet"
src="/images/avatar-tweet2.svg"
alt="Avatar Tweet 2"
/>
<div class="info">
<strong>Claudio Gravata <span>@ClaudioG</span> </strong>
<p>
Qualquer comentário que Claudio tenha feito twitando aqui. Pode
ser um texto grande ou um texto pequeno. Aqui estou colocando um
texto maior para ver como vai ficar.
</p>
<div class="actions">
<a href="">
<img src="/images/comments.svg" alt="Comments" /> 2
</a>
<a href="">
<img src="/images/retweet.svg" alt="Retweet" /> 5
</a>
<a href=""> <img src="/images/like.svg" alt="Like" /> 3 </a>
<a href=""> <img src="/images/mail.svg" alt="Mail" /> 0 </a>
</div>
</div>
</li>
<li>
<img
class="tweet"
src="/images/avatar-tweet3.svg"
alt="Avatar Tweet 3"
/>
<div class="info">
<strong>Ronaldo Barbudo <span>@RonaldoB</span> </strong>
<p>
Qualquer comentário que Ronaldo tenha feito twitando aqui. Pode
ser um texto grande ou um texto pequeno. Aqui estou colocando um
texto maior para ver como vai ficar. Tem que colocar um texto
qualquer e até poderia utilizar um gerador de texto.. mas não to
afim não.. vou ficar digitando mesmo sem eira nem beira e que se
lasque..
</p>
<div class="actions">
<a href="">
<img src="/images/comments.svg" alt="Comments" /> 23
</a>
<a href="">
<img src="/images/retweet.svg" alt="Retweet" /> 49
</a>
<a href=""> <img src="/images/like.svg" alt="Like" /> 41 </a>
<a href=""> <img src="/images/mail.svg" alt="Mail" /> 19 </a>
</div>
</div>
</li>
</ul>
</section>
<aside class="widgets">
<div class="widget follow">
<div class="title">
<strong>Who to follow</strong>
<a href="">Refresh</a>
<a href="">View all</a>
</div>
<ul>
<li>
<div class="follow-profile">
<img src="/images/avatar.png" alt="Avatar" />
<div class="follow-info">
<strong>Spade <span>@spade_be</span> </strong>
<button>Follow</button>
</div>
</div>
<a href="">x</a>
</li>
<li>
<div class="follow-profile">
<img src="/images/avatar.png" alt="Avatar" />
<div class="follow-info">
<strong>Spade <span>@spade_be</span> </strong>
<button>Follow</button>
</div>
</div>
<a href="">x</a>
</li>
<li>
<div class="follow-profile">
<img src="/images/avatar.png" alt="Avatar" />
<div class="follow-info">
<strong>Spade <span>@spade_be</span> </strong>
<button>Follow</button>
</div>
</div>
<a href="">x</a>
</li>
</ul>
</div>
</aside>
</div>
</body>
</html>