-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
271 lines (267 loc) · 12.6 KB
/
Copy pathprofile.html
File metadata and controls
271 lines (267 loc) · 12.6 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
<!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">
<!--normalise css style page-->
<link rel="stylesheet" href="./css/normal.css">
<!--font awsome css style page-->
<link rel="stylesheet" href="./css/all.min.css">
<!--frame work css style page-->
<link rel="stylesheet" href="./css/framwork.css">
<!--main css style page-->
<link rel="stylesheet" href="./css/main.css">
<title>Profile</title>
</head>
<body>
<div class="page d-flex" >
<div class="sidebar bg-white p-20 p-relative">
<h3 class="p-relative text-c mt-0">Asleh</h3>
<ul>
<li>
<a class="d-flex aling-c fs-14 c-black rad-6 p-10" href="index.html">
<i class="fa-regular fa-chart-bar fa-fw"></i>
<span>Dashboard</span>
</a>
</li>
<li>
<a class="d-flex aling-c fs-14 c-black rad-6 p-10" href="setting.html">
<i class="fa-solid fa-gear fa-fw"></i>
<span>Settings</span>
</a>
</li>
<li>
<a class="active d-flex aling-c fs-14 c-black rad-6 p-10" href="profile.html">
<i class="fa-regular fa-user fa-fw"></i>
<span>Profile</span>
</a>
</li>
<li>
<a class="d-flex aling-c fs-14 c-black rad-6 p-10" href="projects.html">
<i class="fa-solid fa-diagram-project fa-fw"></i>
<span>Projects</span>
</a>
</li>
<li>
<a class="d-flex aling-c fs-14 c-black rad-6 p-10" href="cources.html">
<i class="fa-solid fa-graduation-cap fa-fw"></i>
<span>Courses</span>
</a>
</li>
<li>
<a class="d-flex aling-c fs-14 c-black rad-6 p-10" href="friends.html">
<i class="fa-regular fa-circle-user fa-fw"></i>
<span>Friends</span>
</a>
</li>
<li>
<a class="d-flex aling-c fs-14 c-black rad-6 p-10" href="file.html">
<i class="fa-regular fa-file fa-fw"></i>
<span>Files</span>
</a>
</li>
<li>
<a class="d-flex aling-c fs-14 c-black rad-6 p-10" href="plans.html">
<i class="fa-regular fa-credit-card fa-fw"></i>
<span>Plans</span>
</a>
</li>
</ul>
</div>
<div class="content w-full">
<!--start header -->
<div class="header p-15 bg-white between-flex">
<div class="search p-relative">
<input type="search" class="p-10" placeholder="Type A Keyword">
</div>
<div class="icons d-flex aling-c">
<span class="notification p-relative">
<i class="fa-regular fa-bell fa-lg"></i>
</span>
<img src="./img/8.jpg" alt="persone">
</div>
</div>
<!--end header-->
<h1 class="p-relative">Profile</h1>
<div class="profile-page m-20 ">
<!--start overview-->
<div class="overview bg-white rad-10 d-flex aling-c mb-10">
<div class="avatar-box text-c p-20">
<img class="rad-half mb-10" src="./img/8.jpg" alt="">
<h3 class="m-0 ">Abd Alfataah Asleh</h3>
<p class="c-grey mt-10">Level 15</p>
<div class="level rad-6 bg-eee p-relative">
<span style="width: 70%;"></span>
</div>
<div class="rating mt-10 mb-10">
<i class="fa-solid fa-star c-orange fs-13"></i>
<i class="fa-solid fa-star c-orange fs-13"></i>
<i class="fa-solid fa-star c-orange fs-13"></i>
<i class="fa-solid fa-star c-orange fs-13"></i>
<i class="fa-solid fa-star c-orange fs-13"></i>
</div>
<p class="c-grey m-0 fs-13">650 Rating</p>
</div>
<div class="info-box w-full text-c-mobile ">
<!--start information row-->
<div class="box p-20 d-flex aling-c">
<h4 class="c-grey m-0 w-full fs-15">Genral information </h4>
<div class="fs-14">
<span class="c-grey">Full Name</span>
<span>Abd Alfataah</span>
</div>
<div class="fs-14">
<span class="c-grey">Gender</span>
<span>Male</span>
</div>
<div class="fs-14">
<span class="c-grey">Country:</span>
<span>Aleepo</span>
</div>
<label>
<input type="checkbox" class="toggle-checkbox" >
<div class="toggle-switch"></div>
</label>
</div>
<!--end information row-->
<!--start information row-->
<div class="box p-20 d-flex aling-c">
<h4 class="c-grey m-0 w-full fs-15">Personal information </h4>
<div class="fs-14">
<span class="c-grey">Email</span>
<span>As@leh</span>
</div>
<div class="fs-14">
<span class="c-grey">Phone:</span>
<span>0956419384</span>
</div>
<div class="fs-14">
<span class="c-grey">Date Of Birth:</span>
<span>29/4/2003</span>
</div>
<label>
<input type="checkbox" class="toggle-checkbox" checked>
<div class="toggle-switch"></div>
</label>
</div>
<!--end information row-->
<!--start information row-->
<div class="box p-20 d-flex aling-c">
<h4 class="c-grey m-0 w-full fs-15">Job information</h4>
<div class="fs-14">
<span class="c-grey">Title</span>
<span>Full Stack Developer</span>
</div>
<div class="fs-14">
<span class="c-grey">Programing Language</span>
<span>Python</span>
</div>
<div class="fs-14">
<span class="c-grey">Years Of Exoperience</span>
<span>10+</span>
</div>
<label>
<input type="checkbox" class="toggle-checkbox" >
<div class="toggle-switch"></div>
</label>
</div>
<!--end information row-->
<!--start information row-->
<div class="box p-20 d-flex aling-c">
<h4 class="c-grey m-0 w-full fs-15">Billing information</h4>
<div class="fs-14">
<span class="c-grey">Full Name</span>
<span>Abd Alfataah</span>
</div>
<div class="fs-14">
<span class="c-grey">Gender</span>
<span>Male</span>
</div>
<div class="fs-14">
<span class="c-grey">Country:</span>
<span>Aleepo</span>
</div>
<label>
<input type="checkbox" class="toggle-checkbox" checked>
<div class="toggle-switch"></div>
</label>
</div>
<!--end information row-->
</div>
</div>
<!--end overview-->
<!--start outher date-->
<div class="other-data d-flex gap-20">
<div class="skills-card p-20 bg-white rad-10">
<h2 class="mt-0 mb-10">My Skills</h2>
<p class="mt-0 mb-20 c-grey fs-15">Complete Skills List</p>
<ul class="m-0 text-c-mobile">
<li><span>HTML</span><span>Pugjs</span><span>HAML</span></li>
<li><span>CSS</span><span>SASS</span><span>Styles</span></li>
<li><span>JavaScript</span><span>TypeScript</span></li>
<li><span>Vuejs</span><span>Reactjs</span></li>
<li><span>Jest</span><span>Jasmine</span></li>
<li><span>PHP</span><span>Laravel</span></li>
<li><span>Python</span><span>Django</span></li>
</ul>
</div>
<div class="activities p-20 bg-white rad-10">
<h2 class="mt-0 mb-10">Latest activities</h2>
<p class="mt-0 mb-20 c-grey fs-15">Latest activities Done By The User</p>
<!--first activity-->
<div class="activity d-flex aling-c text-c-mobile">
<img src="./img/11.jpg" alt="">
<div class="info">
<span class="d-block mb-10">Store</span>
<span class="c-grey">Bought The Mastering Python Course</span>
</div>
<div class="data">
<span class="d-block mb-10">18:10</span>
<span class="c-grey">Yesterday</span>
</div>
</div>
<!--second activity-->
<div class="activity d-flex aling-c text-c-mobile">
<img src="./img/9.jpg" alt="">
<div class="info">
<span class="d-block mb-10">Academy</span>
<span class="c-grey">Got The PHP Cetificate</span>
</div>
<div class="data">
<span class="d-block mb-10">16:05</span>
<span class="c-grey">Yesterday</span>
</div>
</div>
<!--third activity-->
<div class="activity d-flex aling-c text-c-mobile">
<img src="./img/10.jpg" alt="">
<div class="info">
<span class="d-block mb-10">Badges</span>
<span class="c-grey">Unlocked The 10 Skills Badge</span>
</div>
<div class="data">
<span class="d-block mb-10">18:05</span>
<span class="c-grey">Yesterday</span>
</div>
</div>
<!--four activity-->
<div class="activity d-flex aling-c text-c-mobile">
<img src="./img/11.jpg" alt="">
<div class="info">
<span class="d-block mb-10">Store</span>
<span class="c-grey">Bought The Typescript Course</span>
</div>
<div class="data">
<span class="d-block mb-10">12:05</span>
<span class="c-grey">Yesterday</span>
</div>
</div>
</div>
</div>
<!--end outher date-->
</div>
</div>
</div>
</body>
</html>