-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
542 lines (542 loc) · 23.3 KB
/
profile.html
File metadata and controls
542 lines (542 loc) · 23.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
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
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
<!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>Dashboard | Profile</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="css/framework.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="main-content d-flex">
<aside class="bg-white border-end shadow-sm">
<div class="brand d-flex justify-content-center py-15 border-bottom">
<a href="./"><h1>3li7u</h1></a>
</div>
<div class="menu py-20">
<ul>
<li>
<a
href="./"
class="d-flex justify-content-center gap-10 rounded-08 mb-10 align-items-center text-black py-08 px-10"
>
<i class="fa-solid fa-gauge fa-fw fs-20"></i>
<span class="fs-14 fw-600">Dashboard</span>
</a>
</li>
<li>
<a
href="./profile.html"
class="active d-flex justify-content-center gap-10 rounded-08 mb-10 align-items-center text-black py-06 px-10"
>
<img
src="./images/avatar.jpg"
alt="avatar"
width="24"
class="rounded"
/>
<span class="fs-14 fw-600">Ali Alhussein</span>
</a>
</li>
<h5 class="border-top pt-10 mb-10">Menu</h5>
<li>
<a
href="./projects.html"
class="d-flex justify-content-center gap-10 rounded-08 mb-10 align-items-center text-black py-08 px-10"
>
<i class="fa-solid fa-list-check fa-fw fs-20"></i>
<span class="fs-14 fw-600">Projects</span>
</a>
</li>
<li>
<a
href="./courses.html"
class="d-flex justify-content-center gap-10 rounded-08 mb-10 align-items-center text-black py-08 px-10"
>
<i class="fa-solid fa-graduation-cap fa-fw fs-20"></i>
<span class="fs-14 fw-600">Courses</span>
</a>
</li>
<li>
<a
href="./files.html"
class="d-flex justify-content-center gap-10 rounded-08 mb-10 align-items-center text-black py-08 px-10"
>
<i class="fa-solid fa-file-archive fa-fw fs-20"></i>
<span class="fs-14 fw-600">Files</span>
</a>
</li>
<li>
<a
href="./settings.html"
class="d-flex justify-content-center gap-10 rounded-08 align-items-center text-black py-08 px-10"
>
<i class="fa-solid fa-gear fa-fw fs-20"></i>
<span class="fs-14 fw-600">Settings</span>
</a>
</li>
</ul>
</div>
</aside>
<div class="main profile-page w-100 overflow-hidden">
<header
class="d-flex align-items-center justify-content-between px-10 bg-white border-bottom shadow-sm"
>
<div class="w-50 px-05">
<div
class="d-flex align-items-center bg-light bg-gray-hover transition-3 rounded-pill ps-10"
>
<i class="fa-solid fa-search fs-14 text-gray"></i>
<input
class="w-100 px-10 border-0 bg-none"
type="text"
placeholder="Search"
/>
</div>
</div>
<div class="w-50 px-05">
<div class="d-flex align-items-center justify-content-end gap-10">
<i
class="fa-solid fa-bell bg-gray p-10 rounded notification-bell has-notf pos-relative d-flex align-items-center justify-content-center"
></i>
<div class="header-menu-icon pos-relative" role="button">
<i
class="fa-solid fa-chevron-down pos-absolute bottom-05 p-01 border border-white rounded bg-gray right-0 fs-10"
></i>
<img
src="./images/avatar.jpg"
alt="avatar"
height="40px"
class="rounded"
/>
<div
class="header-menu bg-white rounded-08 p-10 pos-absolute right-0 top-hide mt-05 shadow-md opacity-0 transition-2"
>
<a
href="./profile.html"
class="d-flex gap-10 rounded-08 mb-10 align-items-center text-black py-06 px-15"
>
<img
src="./images/avatar.jpg"
alt="avatar"
width="24"
class="rounded"
/>
<span class="fs-14 fw-600">Profile</span>
</a>
<a
href="./settings.html"
class="d-flex gap-10 rounded-08 mb-10 align-items-center text-black py-08 px-15"
>
<i class="fa-solid fa-gear fa-fw fs-20"></i>
<span class="fs-14 fw-600">Settings</span>
</a>
<a
class="d-flex gap-10 rounded-08 align-items-center text-black py-08 px-15"
>
<i class="fa-solid fa-sign-out fa-fw fs-20"></i>
<span class="fs-14 fw-600">Log Out</span>
</a>
</div>
</div>
</div>
</div>
</header>
<main class="mx-15">
<section
class="profile bg-white rounded-bottom-10 shadow overflow-hidden"
>
<div class="cover rounded-bottom-10 overflow-hidden pos-relative">
<img src="./images/cover.png" alt="cover" class="fit-image" />
<span
role="button"
class="pos-absolute d-flex align-items-center gap-10 bg-white py-05 px-10 rounded-05"
>
<i class="fa-solid fa-camera"></i>
<p class="fs-14 fw-500">Edit Cover Photo</p>
</span>
</div>
<div
class="data d-flex flex-wrap align-items-center justify-content-center gap-20 pb-20"
>
<div
class="info d-flex flex-wrap align-items-center justify-content-center"
>
<div class="image p-05 bg-white rounded pos-relative">
<img
src="./images/profile-image.jpg"
alt="profile"
class="rounded"
width="168"
/>
<span
role="button"
class="bg-gray rounded w-h-35 pos-absolute d-flex align-items-center justify-content-center"
>
<i class="fa-solid fa-camera"></i>
</span>
</div>
<div class="meta text-center">
<h1>Ali Alhussein</h1>
<p class="fs-14">Front End Web Developer</p>
<div class="mt-05 d-flex gap-10 align-items-center">
<p class="fs-12">Rating 330</p>
<span>
<i class="fa-solid fa-star text-lemon"></i>
<i class="fa-solid fa-star text-lemon"></i>
<i class="fa-solid fa-star text-lemon"></i>
<i class="fa-solid fa-star-half-stroke text-lemon"></i>
<i class="fa-regular fa-star text-lemon"></i>
</span>
</div>
<div class="mt-05 d-flex gap-10 align-items-center">
<p class="fs-12" style="min-width: fit-content">Level 13</p>
<div
class="w-100 bg-blue-alt rounded-pill overflow-hidden"
style="height: 5px"
>
<div class="bg-blue h-100" style="width: 81%"></div>
</div>
</div>
</div>
</div>
<div>
<button
class="bg-gray bg-blue-hover transition-3 px-15 rounded-05"
>
<i class="fa-solid fa-pen me-05"></i>
<span class="fw-600">Edit Profile</span>
</button>
</div>
</div>
</section>
<section class="py-20">
<div class="d-flex flex-wrap gap-20">
<div class="profile-side">
<div class="bg-white rounded-08 shadow p-20">
<h4 class="border-bottom pb-10">General Information</h4>
<div class="mt-20 d-flex flex-column gap-10">
<div
class="d-flex align-items-center justify-content-between"
>
<h5>Gender</h5>
<p class="fs-14">Male</p>
</div>
<div
class="d-flex align-items-center justify-content-between"
>
<h5>Birth of Date</h5>
<p class="fs-14">10 Jul 1998</p>
</div>
<div
class="d-flex align-items-center justify-content-between"
>
<h5>Nationality</h5>
<p class="fs-14">Syrian</p>
</div>
<div
class="d-flex align-items-center justify-content-between"
>
<h5>Maretal Status</h5>
<p class="fs-14">Single</p>
</div>
</div>
</div>
<div class="mt-20 bg-white rounded-08 shadow p-20">
<h4 class="border-bottom pb-10">Personal Skills</h4>
<div class="mt-20 d-flex flex-wrap gap-10">
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>Problem Solving</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>Time Managment</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>Commitment</span
>
</div>
<h4 class="mt-20 border-bottom pb-10">Technical Skills</h4>
<div class="mt-20 d-flex flex-wrap gap-10">
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>HTML</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>CSS</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>Bootstrap</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>Saas</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>JavaScript</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>jQuery</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>JSON</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>AJAX</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>React</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>Next.js</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>Firebase</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>MySQL</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>MongoDB</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>WordPress</span
>
<span
class="fs-14 bg-gray bg-blue-hover transition-3 rounded-pill px-15 py-05 cursor-pointer"
>Git</span
>
</div>
</div>
</div>
<div class="profile-main">
<div class="bg-white rounded-08 shadow p-20">
<div
class="d-flex gap-10 align-items-center border-bottom pb-20"
>
<div class="image">
<img
src="./images/avatar.jpg"
alt="avatar"
width="40"
class="rounded"
/>
</div>
<input
class="bg-light bg-gray-hover transition-3 border-0 rounded-pill px-10"
type="text"
placeholder="Start New Post.."
/>
</div>
<div class="mt-20">
<button
class="bg-gray bg-blue-hover transition-3 fw-600 rounded-05 w-100 px-15"
>
Add New Post
</button>
</div>
</div>
<div class="mt-20 bg-white rounded-08 shadow p-20">
<div class="d-flex gap-10 justify-content-between">
<div class="d-flex gap-10 align-items-center">
<div class="image">
<img
src="./images/profile.jpg"
alt="profile"
width="40"
class="rounded"
/>
</div>
<div>
<h4>Ali Alhussein</h4>
<div
class="fs-12 d-flex align-items-center gap-05 text-gray"
>
<i class="fa-solid fa-clock"></i>
<span>3 hours ago</span>
</div>
</div>
</div>
<div
role="button"
class="bg-light-hover w-h-40 transition-3 rounded d-flex align-items-center justify-content-center text-gray"
>
<i class="fa-solid fa-ellipsis fs-20"></i>
</div>
</div>
<div class="py-10">
<p class="fs-14">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Nostrum delectus harum nulla porro deserunt laboriosam
architecto, voluptatem voluptatibus, dolor laudantium
repudiandae natus consequatur fuga? Provident earum
reiciendis facere expedita necessitatibus optio, soluta,
culpa excepturi totam modi, autem odit suscipit ea dolorem
perspiciatis delectus. Nulla facilis itaque asperiores
aperiam labore? Odit.
</p>
</div>
<div class="d-flex justify-content-between border-top pt-15">
<div
class="transition-3 bg-light-hover rounded-05 px-10 py-05 cursor-pointer"
>
<i class="fa-regular fa-heart"></i>
<span class="fs-14">1.2K</span>
</div>
<div
class="transition-3 bg-light-hover rounded-05 px-10 py-05"
role="button"
>
<i class="fa-regular fa-comments"></i>
<span class="fs-14">332</span>
</div>
</div>
</div>
<div class="mt-20 bg-white rounded-08 shadow p-20">
<div class="d-flex gap-10 justify-content-between">
<div class="d-flex gap-10 align-items-center">
<div class="image">
<img
src="./images/profile.jpg"
alt="profile"
width="40"
class="rounded"
/>
</div>
<div>
<h4>Ali Alhussein</h4>
<div
class="fs-12 d-flex align-items-center gap-05 text-gray"
>
<i class="fa-solid fa-clock"></i>
<span>12 Jun 2022</span>
</div>
</div>
</div>
<div
role="button"
class="bg-light-hover w-h-40 transition-3 rounded d-flex align-items-center justify-content-center text-gray"
>
<i class="fa-solid fa-ellipsis fs-20"></i>
</div>
</div>
<div class="py-10">
<p class="fs-14">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Nostrum delectus harum nulla porro deserunt laboriosam
architecto, voluptatem voluptatibus, dolor laudantium
repudiandae natus consequatur fuga? Provident earum
reiciendis facere expedita necessitatibus optio, soluta,
culpa excepturi totam modi
</p>
</div>
<div class="d-flex justify-content-between border-top pt-15">
<div
class="transition-3 bg-light-hover rounded-05 px-10 py-05 cursor-pointer"
>
<i class="fa-regular fa-heart"></i>
<span class="fs-14">993</span>
</div>
<div
class="transition-3 bg-light-hover rounded-05 px-10 py-05"
role="button"
>
<i class="fa-regular fa-comments"></i>
<span class="fs-14">56</span>
</div>
</div>
</div>
<div class="mt-20 bg-white rounded-08 shadow p-20">
<div class="d-flex gap-10 justify-content-between">
<div class="d-flex gap-10 align-items-center">
<div class="image">
<img
src="./images/profile.jpg"
alt="profile"
width="40"
class="rounded"
/>
</div>
<div>
<h4>Ali Alhussein</h4>
<div
class="fs-12 d-flex align-items-center gap-05 text-gray"
>
<i class="fa-solid fa-clock"></i>
<span>4 Apr 2022</span>
</div>
</div>
</div>
<div
role="button"
class="bg-light-hover w-h-40 transition-3 rounded d-flex align-items-center justify-content-center text-gray"
>
<i class="fa-solid fa-ellipsis fs-20"></i>
</div>
</div>
<div class="py-10">
<p class="fs-14">
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Voluptas, similique. Iste, ex quidem nobis sed nulla atque
numquam deleniti maxime hic quod fuga nihil quos sequi
dolore? Commodi sapiente vero autem optio praesentium
similique velit debitis sint quidem! Veritatis iusto quae
libero est accusantium quibusdam tenetur sequi, expedita
vero, tempora at totam dolor possimus. Officiis quam
expedita fugiat, quos, architecto quia animi facilis optio
atque voluptas odit dolorum nobis! Reiciendis.
</p>
</div>
<div class="d-flex justify-content-between border-top pt-15">
<div
class="transition-3 bg-light-hover rounded-05 px-10 py-05 cursor-pointer"
>
<i class="fa-regular fa-heart"></i>
<span class="fs-14">1.5K</span>
</div>
<div
class="transition-3 bg-light-hover rounded-05 px-10 py-05"
role="button"
>
<i class="fa-regular fa-comments"></i>
<span class="fs-14">874</span>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
</div>
<script src="./js/main.js"></script>
</body>
</html>