-
Notifications
You must be signed in to change notification settings - Fork 0
/
My_Portofolio.html
executable file
·376 lines (315 loc) · 15.6 KB
/
My_Portofolio.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,width=device-width">
<title>Mawlana For Web Design </title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="Style_Sheet.css">
<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Material Design Bootstrap -->
<link rel="stylesheet" href="css/mdb.min.css">
<!-- Your custom styles (optional) -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="menu-style.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div class="menu-wrap">
<input type="checkbox" class="toggler">
<div class="hamburger">
<div>
<!--this empty div used to make to line of the menu-->
</div>
</div>
<div class="menu">
<div>
<div>
<ul>
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Service</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<main id="main-page">
<div class="container-fluid ">
<div class="row">
<div class="title col-1">
<h2><span class="slash">----</span>
Home<span class="slash">----</span></h2>
</div>
<div class="box-1-main col-lg-5 animated fadeInDown">
<h1 class="display-1 animated fadeInDown"> <span class="letter-style">M</span>awlana
</h1>
<h2>Welcome at My Web Page if you want to make an Awesome Design You are in the Right place</h2>
<div class="animated fadeInLeft delay-1s mt-4">
<button class="HireBtn ">Hire ME</button>
<button class="SeeMoreBtn">See More</button>
</div>
</div>
<div class="box-2-main col-lg-5 ">
<img class="myProfile animated slideInRight delay-1s col-12" src="images/my-photo-editing.jpg"
alt="">
</div>
</div>
</div>
<img class="logo" src="images/logo.jpg" alt="">
</main>
<section class="sec-1">
<div class="container-fluid">
<div class="row">
<div class="title col-1">
<h2><span class="slash">----</span>
AboutMe<span class="slash">----</span></h2>
</div>
<div class="box-1-sec-1 col-xl-5">
<img class="myProfile-sec" src="images/my-photo-editing.jpg" alt="">
</div>
<div class="box-2-sec-1 col-xl-6">
<h1 class="h1-sec-1">AboutME</h1>
<h2>Hello Iam Mawlana</h2>
<div class="container">
<div class="row">
<div class="pp01 col-6">
<p class="AboutMe">Birthday : 9 Decimber 1999
</p>
<p class="AboutMe">Website : www.Mawlana.com
</p>
<p class="AboutMe">Phone : (+20) +01226147048
</p>
<p class=" AboutMe">City : Cairo, Egp
</p>
<button class="HireBtn02"> Download Cv</button>
</div>
<div class="pp02 col-6">
<p class=" AboutMe">Age : 21
</p>
<p class=" AboutMe">Freelance : Available
</p>
<p class=" AboutMe"> Mail : abdelrhmaningengere@gmail.com
</p>
<p class=" AboutMe">Freelance : Available
</p>
<button class="SeeMoreBtn02"> Send Me</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=" col-12 client-reviews justify-content-center">
<a href="" class=" icon-link col-3"><i class="fa fa-smile-o fa-2x" aria-hidden="true"></i>
<p>Happy CLient</p>
</a>
<a href="" class="icon-link col-3"><i class="fa fa-download fa-2x" aria-hidden="true"></i>
<p>Download Cv</p>
</a>
<a href="" class="icon-link col-3"> <i class="fa fa-star fa-2x" aria-hidden="true"></i>
<p>Reviews</p>
</a>
<a href="" class="icon-link col-3"><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i>
<p>Project Done</p>
</a>
</div>
</div>
</section>
<section class="sec-2">
<div class="container-fluid">
<h1>My-Resume</h1>
<div class="row">
<div class="title col-1">
<h2 class="h2-sec-2"><span class="slash">----</span>
My-Resume <span class="slash">----</span></h2>
</div>
<div class="list-1 col-lg-5">
<h1>Education</h1>
<ul>
<li>
<h2>Master In Computer Science</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam
non
nisi semper, et elementum lorem ornare.</p>
</li>
<li>
<h2>Studied at New York University
</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam
non
nisi semper, et elementum lorem ornare.
</p>
</li>
</ul>
</div>
<div class="list-02 col-lg-5">
<h1>Experinces</h1>
<ul>
<li>
<h2>UI/UX Designer</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam
non
nisi semper, et elementum lorem ornare.</p>
</li>
<li>
<h2>Front End Developer
</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam
non
nisi semper, et elementum lorem ornare.
</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="sec-3">
<div class="container-fluid">
<div class="row">
<div class="title col-1">
<h2><span class="slash">----</span>
My-Resume <span class="slash">----</span></h2>
</div>
<div class="container">
<h1 class="text-light">Sevices</h1>
<h2 class="h2-sec3">Serivce i offer to my CLient</h2>
<div class="row">
<div class="box-1-service col-lg-4">
<div class="float-left ">
<img src="images/paint-brush (5).png" width="40px
" alt="" class="icon-animation">
</div>
<div class="col- box-1-service-sec2">
<h2>Graphic Design
</h2>
<p>In a professional context it often happens that private clients corder a publication
to be made.</p>
</div>
</div>
<div class="box-1-service col-lg-4">
<div class="float-left ">
<img src="images/success.png" width="40px
" alt="" class="icon-animation">
</div>
<div class="col- box-1-service-sec2">
<h2>
Bootstrap support
</h2>
<p>In a professional context it often happens that private clients corder a publication
to be made.</p>
</div>
</div>
<div class="box-1-service col-lg-4">
<div class="float-left ">
<img src="images/heart.png" width="40px
" alt="" class="icon-animation">
</div>
<div class="col- box-1-service-sec2">
<h2>Portfolio of works
</h2>
<p>In a professional context it often happens that private clients corder a publication
to be made.</p>
</div>
</div>
<div class="box-1-service col-lg-4">
<div class="float-left ">
<img src="images/telephone.png" width="40px
" alt="" class="icon-animation">
</div>
<div class="col- box-1-service-sec2">
<h2>Responsive Theme
</h2>
<p>In a professional context it often happens that private clients corder a publication
to be made.</p>
</div>
</div>
<div class="box-1-service col-lg-4">
<div class="float-left ">
<img src="images/global (1).png" width="40px
" alt="" class="icon-animation">
</div>
<div class="col- box-1-service-sec2">
<h2>
Go Beyond Limits
</h2>
<p>In a professional context it often happens that private clients corder a publication
to be made.</p>
</div>
</div>
<div class="box-1-service col-lg-4">
<div class="float-left ">
<img src="images/crown.png" width="40px
" alt="" class="icon-animation">
</div>
<div class="col- box-1-service-sec2">
<h2>Premium Slider
</h2>
<p>In a professional context it often happens that private clients corder a publication
to be made.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sec-4">
<div class="Clock">
<div class="hand hour" data-hour-hand></div>
<div class="hand minute" data-minute-hand></div>
<div class="hand second" data-second-hand></div>
<div class="number number1">1</div>
<div class="number number2">2</div>
<div class="number number3">3</div>
<div class="number number4">4</div>
<div class="number number5">5</div>
<div class="number number6">6</div>
<div class="number number7">7</div>
<div class="number number8">8</div>
<div class="number number9">9</div>
<div class="number number10">10</div>
<div class="number number11">11</div>
<div class="number number12">12</div>
</div>
</section>
<script src="script-clock.js"></script>
<script src="https://use.fontawesome.com/3e9664518c.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="Script_file.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<script type="text/javascript" src="Script_file.js"></script>
</body>
</html>