-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
341 lines (295 loc) · 14.3 KB
/
profile.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
<!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>Profile-Page</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/d3defc4d52.js" crossorigin="anonymous"></script>
</head>
<body>
<nav>
<div class="nav-left">
<a href="index.html"><img src="./Facebook Clone IMG/logo.png" class="logo"></a>
<ul>
<li>
<img src="./Facebook Clone IMG/notification.png">
</li>
<li>
<img src="./Facebook Clone IMG/inbox.png">
</li>
<li>
<img src="./Facebook Clone IMG/video.png">
</li>
</ul>
</div>
<div class="nav-right">
<div class="search-box">
<img src="./Facebook Clone IMG/search.png">
<input type="text" name="/" id="/" placeholder="Search">
</div>
<div class="usericon online" onclick="settingmenutoggle()">
<img src="./Facebook Clone IMG/profile-pic.png">
</div>
</div>
<!---------settings menu------>
<div class="setting-menu">
<div id="dark-btn" >
<span></span>
</div>
<div class="setting-inner-menu">
<div class="userprofile">
<img src="./Facebook Clone IMG/profile-pic.png">
<div>
<p>John Nicholson</p>
<a href="profile.html ">See Your Profile</a>
</div>
</div>
<hr>
<div class="userprofile">
<img src="./Facebook Clone IMG/feedback.png">
<div>
<p>Give Feedback</p>
<a>Help us to improve the design</a>
</div>
</div>
<hr>
<div class="setting-links">
<img src="./Facebook Clone IMG/setting.png" class="setting-icon">
<a href="#">Setting & Privacy <img src="./Facebook Clone IMG/arrow.png" width="10px"></a>
</div>
<div class="setting-links">
<img src="./Facebook Clone IMG/help.png" class="setting-icon">
<a href="#">Help & Support <img src="./Facebook Clone IMG/arrow.png" width="10px"></a>
</div>
<div class="setting-links">
<img src="./Facebook Clone IMG/display.png" class="setting-icon">
<a href="#">Display & Accessibility <img src="./Facebook Clone IMG/arrow.png" width="10px"></a>
</div>
<div class="setting-links">
<img src="./Facebook Clone IMG/logout.png" class="setting-icon">
<a href="#">LogOut <img src="./Facebook Clone IMG/arrow.png" width="10px"></a>
</div>
</div>
</div>
</nav>
<div class="profile-container">
<img src="./Facebook Clone IMG/cover.png" class="cover-img">
<div class="profile-details">
<div class="pd-left">
<div class="pd-row">
<img src="./Facebook Clone IMG/profile.png">
<div>
<h3>John Nikolson</h3>
<p>120 Friends - 20 Mutual Friends</p>
<img src="./Facebook Clone IMG/member-1.png" class="mutual-friends">
<img src="./Facebook Clone IMG/member-2.png" class="mutual-friends">
<img src="./Facebook Clone IMG/member-3.png" class="mutual-friends">
<img src="./Facebook Clone IMG/member-4.png" class="mutual-friends">
</div>
</div>
</div>
<div class="pd-right">
<button type="button" class="friends-btn"><img src="./Facebook Clone IMG/add-friends.png" >Friends</button>
<button type="button" class="message-btn"><img src="./Facebook Clone IMG/message.png" >Message</button>
<br>
<a href="#"><img src="./Facebook Clone IMG/more.png"></a>
</div>
</div>
</div>
<div class="profile-info">
<div class="info-col">
<div class="info-box">
<h3>Intro</h3>
<p>Believe in Yourself and you can do unbelievable things. <img src="./Facebook Clone IMG/feeling.png"></p>
<hr>
<a href="" ><img src="./Facebook Clone IMG/profile-job.png"> Director at 99media Ltd</a>
<a href="" ><img src="./Facebook Clone IMG/profile-study.png"> Studied B.Tech at IIT Roorkee</a>
<a href="" ><img src="./Facebook Clone IMG/profile-study.png"> Went to DPS Delhi</a>
<a href="" ><img src="./Facebook Clone IMG/profile-home.png"> Lives in Bangalore, India</a>
<a href="" ><img src="./Facebook Clone IMG/profile-location.png"> From Bangalore, India</a>
</div>
<div class="info-box">
<div class="head">
<h3>Photos</h3>
<a href="#" > All Photos</a>
</div>
<div class="photo-box">
<div><img src="./Facebook Clone IMG/photo1.png"></div>
<div><img src="./Facebook Clone IMG/photo2.png"></div>
<div><img src="./Facebook Clone IMG/photo3.png"></div>
<div><img src="./Facebook Clone IMG/photo4.png"></div>
<div><img src="./Facebook Clone IMG/photo5.png"></div>
<div><img src="./Facebook Clone IMG/photo6.png"></div>
</div>
</div>
<div class="info-box">
<div class="head">
<div>
<h3>Friends</h3>
<small>120 (10 mutual)</small>
</div>
<a href="#" > All Friends</a>
</div>
<div class="friends-box">
<div><img src="./Facebook Clone IMG/member-1.png"> Joseph N</div>
<div><img src="./Facebook Clone IMG/member-2.png"> Nathan M</div>
<div><img src="./Facebook Clone IMG/member-3.png"> George D</div>
<div><img src="./Facebook Clone IMG/member-4.png"> Francis L</div>
<div><img src="./Facebook Clone IMG/member-5.png"> Anthony E</div>
<div><img src="./Facebook Clone IMG/member-6.png"> Michael A</div>
<div><img src="./Facebook Clone IMG/member-7.png"> Edward M</div>
<div><img src="./Facebook Clone IMG/member-8.png"> Suzan C</div>
<div><img src="./Facebook Clone IMG/member-9.png"> James Doe</div>
</div>
</div>
</div>
<div class="post-col">
<div class="write-post-container">
<div class="userprofile">
<img src="./Facebook Clone IMG/profile-pic.png">
<div>
<p>John Nicholson</p>
<small>Public <i class="fas fa-caret-down"></i></small>
</div>
</div>
<div class="post-input-container">
<textarea rows="3" placeholder="What's on your mind , John?"></textarea>
<div class="post-links">
<a href="#"><img src="./Facebook Clone IMG/live-video.png">Live Video</a>
<a href="#"><img src="./Facebook Clone IMG/photo.png">Photo/Video</a>
<a href="#"><img src="./Facebook Clone IMG/feeling.png">Feeling/Activity</a>
</div>
</div>
</div>
<div class="post-container">
<div class="post-row">
<div class="userprofile">
<img src="./Facebook Clone IMG/profile-pic.png">
<div>
<p>John Nicholson</p>
<span>June 24 2021, 13:40PM</span>
</div>
</div>
<a href="#"><i class="fas fa-ellipsis-v"></i></a>
</div>
<p class="post-text">Subscribe to<span> @Eghost</span> Youtube Channels for More Gaming Content
<a href="#"> #ApexLegends</a><a href="#"> #Subscribe</a></p>
<img src="./Facebook Clone IMG/feed-image-1.png" class="post-img">
<div class="post-row">
<div class="left-post">
<div><img src="./Facebook Clone IMG/like.png">120</div>
<div><img src="./Facebook Clone IMG/comments.png">45</div>
<div><img src="./Facebook Clone IMG/share.png">20</div>
</div>
<div class="right-post">
<img src="./Facebook Clone IMG/profile-pic.png" class="post-row-pic"> <i class="fas fa-caret-down"></i>
</div>
</div>
</div>
<div class="post-container">
<div class="post-row">
<div class="userprofile">
<img src="./Facebook Clone IMG/profile-pic.png">
<div>
<p>John Nicholson</p>
<span>June 24 2021, 13:40PM</span>
</div>
</div>
<a href="#"><i class="fas fa-ellipsis-v"></i></a>
</div>
<p class="post-text">Subscribe to<span> @Eghost</span> Youtube Channels for More Gaming Content
<a href="#"> #ApexLegends</a><a href="#"> #Subscribe</a></p>
<img src="./Facebook Clone IMG/feed-image-2.png" class="post-img">
<div class="post-row">
<div class="left-post">
<div><img src="./Facebook Clone IMG/like.png">120</div>
<div><img src="./Facebook Clone IMG/comments.png">45</div>
<div><img src="./Facebook Clone IMG/share.png">20</div>
</div>
<div class="right-post">
<img src="./Facebook Clone IMG/profile-pic.png" class="post-row-pic"> <i class="fas fa-caret-down"></i>
</div>
</div>
</div>
<div class="post-container">
<div class="post-row">
<div class="userprofile">
<img src="./Facebook Clone IMG/profile-pic.png">
<div>
<p>John Nicholson</p>
<span>June 24 2021, 13:40PM</span>
</div>
</div>
<a href="#"><i class="fas fa-ellipsis-v"></i></a>
</div>
<p class="post-text">Subscribe to<span> @Eghost</span> Youtube Channels for More Gaming Content
<a href="#"> #ApexLegends</a><a href="#"> #Subscribe</a></p>
<img src="./Facebook Clone IMG/feed-image-3.png" class="post-img">
<div class="post-row">
<div class="left-post">
<div><img src="./Facebook Clone IMG/like.png">120</div>
<div><img src="./Facebook Clone IMG/comments.png">45</div>
<div><img src="./Facebook Clone IMG/share.png">20</div>
</div>
<div class="right-post">
<img src="./Facebook Clone IMG/profile-pic.png" class="post-row-pic"> <i class="fas fa-caret-down"></i>
</div>
</div>
</div>
<div class="post-container">
<div class="post-row">
<div class="userprofile">
<img src="./Facebook Clone IMG/profile-pic.png">
<div>
<p>John Nicholson</p>
<span>June 24 2021, 13:40PM</span>
</div>
</div>
<a href="#"><i class="fas fa-ellipsis-v"></i></a>
</div>
<p class="post-text">Subscribe to<span> @Eghost</span> Youtube Channels for More Gaming Content
<a href="#"> #ApexLegends</a><a href="#"> #Subscribe</a></p>
<img src="./Facebook Clone IMG/feed-image-4.png" class="post-img">
<div class="post-row">
<div class="left-post">
<div><img src="./Facebook Clone IMG/like.png">120</div>
<div><img src="./Facebook Clone IMG/comments.png">45</div>
<div><img src="./Facebook Clone IMG/share.png">20</div>
</div>
<div class="right-post">
<img src="./Facebook Clone IMG/profile-pic.png" class="post-row-pic"> <i class="fas fa-caret-down"></i>
</div>
</div>
</div>
<div class="post-container">
<div class="post-row">
<div class="userprofile">
<img src="./Facebook Clone IMG/profile-pic.png">
<div>
<p>John Nicholson</p>
<span>June 24 2021, 13:40PM</span>
</div>
</div>
<a href="#"><i class="fas fa-ellipsis-v"></i></a>
</div>
<p class="post-text">Subscribe to<span> @Eghost</span> Youtube Channels for More Gaming Content
<a href="#"> #ApexLegends</a><a href="#"> #Subscribe</a></p>
<img src="./Facebook Clone IMG/feed-image-5.png" class="post-img">
<div class="post-row">
<div class="left-post">
<div><img src="./Facebook Clone IMG/like.png">120</div>
<div><img src="./Facebook Clone IMG/comments.png">45</div>
<div><img src="./Facebook Clone IMG/share.png">20</div>
</div>
<div class="right-post">
<img src="./Facebook Clone IMG/profile-pic.png" class="post-row-pic"> <i class="fas fa-caret-down"></i>
</div>
</div>
</div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>