-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
312 lines (310 loc) · 22.3 KB
/
profile.html
File metadata and controls
312 lines (310 loc) · 22.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>profile</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
.row{
--bs-gutter-x: 0px !important
}
</style>
</head>
<body>
<!-- part one -->
<div style="background-image: linear-gradient(180deg, #99d6f5, transparent,transparent,transparent,transparent);">
<div class="container-xl" style="padding: 0px;">
<section class="partOne mx-xl-5 ">
<div style="height: 100%">
<div style="padding: 0;">
<div class="row" style="position: relative;width: 99%;">
<div class="col-12" style="position: relative;display: flex;justify-content: center;border-radius: 10px;height: 400px;overflow: hidden">
<img src="./images/cover.jpg" alt="coverProfie" style="height: 480px;width: 100%;">
<div class="d-flex align-items-center" style="border-radius: 5px;background-color: white;position: absolute;bottom: 5%;right: 4%;width: 16%;height: 10%;justify-content: center; ">
<img src="./images/icons8-camera-100.png" width="18" alt="camera" style="margin: 12px;">
<span class="d-none d-lg-block">Edit cover photo</span>
</div>
</div>
<div class="col-12">
<div class="row" style="margin: 0;">
<div class="col-lg-7 col-12">
<div class="row">
<div class="col-lg-5 col-12">
<div style="display: flex;justify-content: center;">
<img src="./images/profile.jpg" alt="profile" style="width: 180px;border-radius: 50%;transform: translate(0px,-50px);border: 5px solid white;">
<div style="
position: relative;
top: 70px;
left: -30px;
display: flex;
justify-content: center;
align-items: center;
width: 40px;height: 40px ;background-color: #e4e6eb;border-radius: 50%;">
<img src="./images/icons8-camera-100.png" alt="" style="width: 20px;height: 30px;">
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="row" style="margin-left: -43px;margin-top: 20px;margin-bottom: 10px;">
<span style="font-size: 40px;font-weight: bold;display: flex;justify-content: center;">Bola Salah</span>
<span style="display: flex;justify-content: center;">900 friends</span>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12 offset-lg-1">
<div class="row h-100 d-flex align-items-center">
<div class="col-lg-5 col-sm-11 col-12 my-2" style="border-radius: 15px;height: 40px;display: flex;justify-content: center;margin-bottom: 10px;">
<button class="btn btn-primary" style="border: none;">
<span>
<img src="./images/icons8-add-16.png" alt="add">
</span>
<span>Add to story</span>
</button>
</div>
<div class="col-lg-5 col-sm-11 col-12" style="border-radius: 15px;height: 40px;display: flex;justify-content: center;">
<button style="border: none;background-color: #e4e6eb;">
<span class="mx-2">
<img style="width: 20px;" src="./images/icons8-edit-64.png" alt="edit">
</span>
<span>Edit profile</span>
</button>
</div>
<div class="col-lg-1 my-3 col-sm-11 col-12" style="border-radius: 15px;height: 40px;display: flex;justify-content: center;">
<button style="border: none;background-color: #e4e6eb;">
<span class="mx-2">
<img style="width: 20px;" src="./images/icons8-arrow-down-50.png" alt="arrow-down">
</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12" >
<div class="my-3 mx-5" style="height: 2px;background-color: #918c8c;">
</div>
</div>
</div>
<div class="row mx-5 my-4">
<div class="col-1 d-sm-block d-none"><span class="mx-3">Posts</span></div>
<div class="col-1 d-sm-block d-none"><span class="mx-3">About</span></div>
<div class="col-1 d-sm-block d-none"><span class="mx-4" >Friends</span></div>
<div class="col-1 d-md-block d-none"><span class="mx-4">Photos</span></div>
<div class="col-1 d-md-block d-none"><span class="mx-3">Videos</span></div>
<div class="col-1 d-lg-block d-none"><span class="mx-3">Reels</span></div>
<div class="col-1"><span class="mx-3 mx-sm-5">More</span></div>
<div class="col-1 offset-sm-7 offset-md-5 offset-lg-4 offset-10 d-flex justify-content-end"><span class="d-flex justify-content-center align-items-center" style="background-color: #cacccf;width: 40px;">...</span></div>
</div>
<div class="row mx-5">
<div class="col-3 col-sm-1" style="height: 3px;background-color: blue"></div>
</div>
</section>
</div>
</div>
<!-- part two -->
<div style="background-color: #cacccf;">
<div class="container-xl">
<section class="partTwo mx-5">
<div class="row ">
<div class="col-lg-4 col-12">
<div style="margin: 20px; background-color: white;border-radius: 10px;border: 1px solid #b7b3b3;">
<div class="col my-2" style="margin-left: 10px;margin-right: 10px;">
<div class="row fw-bold">Intro</div>
<div class="row fw-bold my-2"> <div style="border-radius: 4px;display: flex;justify-content: center;background-color: #cacccf;">Add Bio</div> </div>
<div class="row"> <span class="col-12">Studied <b>Computer Science</b></div>
<div class="row"> <span class="col-12">lives in <b>Cairo</b></div>
<div class="row"> <span class="col-12">From <b>Nag Hamadi</b></div>
<div class="row fw-bold my-2" style="display: flex;justify-content: center; background-color: #cacccf;border-radius: 4px;"> Edit details</div>
<div class="row">
<div class="col-4">
<img class=" my-2" src="./images/Profile.jpg" alt="story1" style="height: 150px;width: 95%;">
</div>
<div class="col-4">
<img class=" my-2" src="./images/profile.jpg" alt="story2" style="height: 150px;width: 95%;">
</div>
<div class="col-4">
<img class=" my-2" src="./images/profile.jpg" alt="story3" style="height: 150px;width: 95%;">
</div>
</div>
<div class="row fw-bold my-2" style="display: flex;justify-content: center; background-color: #cacccf;border-radius: 4px;"> Edit Features</div>
</div>
</div>
<div style="margin: 20px; background-color: white;border-radius: 10px;border: 1px solid #b7b3b3;">
<div class="col" style="margin-left: 10px;margin-right: 10px;">
<div class="row">
<div class="col-3 fw-bold">Photos</div>
<div class="col-5 offset-4">See All Photos</div>
</div>
<div class="row my-3">
<div class="col-4"><img src="./images/person2.webp" alt="" style="height: 110px;width: 95%;"></div>
<div class="col-4"><img src="./images/person2.webp" alt="" style="height: 110px;width: 95%;"></div>
<div class="col-4"><img src="./images/person2.webp" alt="" style="height: 110px;width: 95%;"></div>
<div class="col-4"><img src="./images/person2.webp" alt="" style="height: 110px;width: 95%;"></div>
<div class="col-4"><img src="./images/person2.webp" alt="" style="height: 110px;width: 95%;"></div>
<div class="col-4"><img src="./images/person2.webp" alt="" style="height: 110px;width: 95%;"></div>
<div class="col-4"><img src="./images/person2.webp" alt="" style="height: 110px;width: 95%;"></div>
<div class="col-4"><img src="./images/person2.webp" alt="" style="height: 110px;width: 95%;"></div>
<div class="col-4"><img src="./images/person2.webp" alt="" style="height: 110px;width: 95%;"></div>
</div>
</div>
</div>
<div style="margin: 20px; background-color: white;border-radius: 10px;border: 1px solid #b7b3b3;">
<div class="col my-2" style="margin-left: 10px;margin-right: 10px;">
<div class="row">
<div class="col-3 fw-bold">Friends</div>
<div class="col-5 offset-4">See All Friends</div>
<div class="col-5">900 Friends</div>
</div>
<div class="row my-3">
<div class="col-4"><img src="./images/person1.webp" alt="" style="height: 110px;width: 95%;"><p>Person</p></div>
<div class="col-4"><img src="./images/person1.webp" alt="" style="height: 110px;width: 95%;"><p>Person</p></div>
<div class="col-4"><img src="./images/person1.webp" alt="" style="height: 110px;width: 95%;"><p>Person</p></div>
<div class="col-4"><img src="./images/person1.webp" alt="" style="height: 110px;width: 95%;"><p>Person</p></div>
<div class="col-4"><img src="./images/person1.webp" alt="" style="height: 110px;width: 95%;"><p>Person</p></div>
<div class="col-4"><img src="./images/person1.webp" alt="" style="height: 110px;width: 95%;"><p>Person</p></div>
<div class="col-4"><img src="./images/person1.webp" alt="" style="height: 110px;width: 95%;"><p>Person</p></div>
<div class="col-4"><img src="./images/person1.webp" alt="" style="height: 110px;width: 95%;"><p>Person</p></div>
<div class="col-4"><img src="./images/person1.webp" alt="" style="height: 110px;width: 95%;"><p>Person</p></div>
</div>
</div>
</div>
<div style="margin: 20px;">
Privacy · Terms · Advertising · Ad choices · Cookies · More · Meta © 2024
</div>
</div>
<div class="col-lg-8 col-12">
<div style="margin: 20px; background-color: white;border-radius: 10px;border: 1px solid #b7b3b3;">
<div class="col my-2 mx-3">
<div class="row">
<div class="col-1"><div><img style="width: 80%;border-radius: 50%;" src="./images/profile.jpg" alt=""></div></div>
<div class="col-11 d-flex align-items-center" style="background-color: #cacccf;border-radius: 20px;"><span class="mx-2">What's on your mind?</span></div>
</div>
<div class="row my-3">
<div class="col-12 d-flex justify-content-center">
<div style="width: 98%;height: 3px;background-color: #e4e6eb;"></div>
</div>
</div>
<div class="row">
<div class="col-4"><div class="d-flex justify-content-center">Live video</div></div>
<div class="col-4"><div class="d-flex justify-content-center">Photo/video</div></div>
<div class="col-4"><div class="d-flex justify-content-center">Life event</div></div>
</div>
</div>
</div>
<div style="margin: 20px; background-color: white;border-radius: 10px;border: 1px solid #b7b3b3;">
<div class="col my-2 mx-2">
<div class="row">
<div class="col-6 d-flex align-items-center">
<div class="mx-2 fw-bold">Posts</div>
</div>
<div class="col-3">
<div class="d-flex justify-content-center align-items-center mx-2" style="height: 35px;border-radius: 10px;background-color: #cacccf;">Filters</div>
</div>
<div class="col-3">
<div class="d-flex justify-content-center align-items-center mx-2" style="height: 35px;border-radius: 10px;background-color: #cacccf;">Mange posts</div>
</div>
</div>
<div class="row my-3">
<div class="col-12 d-flex justify-content-center">
<div style="width: 100%;height: 3px;background-color: #e4e6eb;"></div>
</div>
</div>
<div class="row">
<div class="col-6 d-flex align-items-center justify-content-center">
<div style="color: blue; font-weight: bold;">List view</div>
</div>
<div class="col-6 d-flex align-items-center justify-content-center">
<span class="mx-2">Grid view</span>
</div>
</div>
<div class="row">
<div class="col-6 mx-2" style="height: 4px;background-color: blue;transform: translate(0px,9px);"></div>
</div>
</div>
</div>
<div style="margin: 20px; background-color: white;border-radius: 10px;border: 1px solid #b7b3b3;">
<div class="col my-2 mx-3">
<div class="row">
<div class="col-1">
<!-- <div> -->
<img style="width: 80%;border-radius: 50%;" src="./images/profile.jpg" alt="">
<!-- </div> -->
</div>
<div class="col-10">
<div class="row ">
<div class="col-12"><span class="fw-bold">Bola Salah  </span><Span>updated his cover photo</Span></div>
<div class="col-12"><span >11 November 2023</span></div>
</div>
</div>
<div class="col-1">...</div>
</div>
<div class="row mt-4 mb-1">Caption Here</div>
<div class="row">
<img src="./images/cover.jpg" style="height: 120px;" alt="">
</div>
<div class="row">
<div class="col-11">person and 120 others</div>
<div class="col-1 d-flex justify-content-end"><span>180</span></div>
</div>
<div class="row my-3">
<div class="col-12 d-flex justify-content-center">
<div style="width: 100%;height: 3px;background-color: #e4e6eb;">
</div>
</div>
</div>
<div class="row">
<div class="col-4 d-flex justify-content-center">Like</div>
<div class="col-4 d-flex justify-content-center">Comment</div>
<div class="col-4 d-flex justify-content-center">Share</div>
</div>
</div>
</div>
<div style="margin: 20px; background-color: white;border-radius: 10px;border: 1px solid #b7b3b3;">
<div class="col my-2 mx-3">
<div class="row">
<div class="col-1">
<img style="width: 80%;border-radius: 50%;" src="./images/profile.jpg" alt="">
</div>
<div class="col-10">
<div class="row ">
<div class="col-12 fw-bold">Bola Salah</div>
<div class="col-12">1 December 2023</div>
</div>
</div>
<div class="col-1">...</div>
</div>
<div class="row mt-4 mb-1">Caption Here</div>
<div class="row">
<img src="./images/post.jpg" style="height: 590px;" alt="">
</div>
<div class="row">
<div class="col-11">person and 200 others</div>
<div class="col-1 d-flex justify-content-end"><span>300</span></div>
</div>
<div class="row my-3">
<div class="col-12 d-flex justify-content-center">
<div style="width: 100%;height: 3px;background-color: #e4e6eb;">
</div>
</div>
</div>
<div class="row">
<div class="col-4 d-flex justify-content-center">Like</div>
<div class="col-4 d-flex justify-content-center">Comment</div>
<div class="col-4 d-flex justify-content-center">Share</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</body>
</html>