-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
470 lines (424 loc) · 28.6 KB
/
index.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
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
<!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">
<!-- font property -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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=Mr+Dafoe&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="main.css">
<title>Debbie's Portfolio</title>
<link rel="stylesheet" href="./assets/fontawesome-free-6.1.1-web/css/all.css">
</head>
<body >
<!-- nav bar section -->
<header>
<nav>
<div>
<img class= "logo" src="./assets/logo.png" alt="logo">
<h1 class="my-name">Mo <br> Fola</h1>
</div>
<ul>
<li class="links">
<a href="#">Home</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Resume</a>
</li>
<li>
<a href="#">Portfolio</a>
</li>
<li>
<a href="#">Contact</a>
</li>
<li>
<button>Download CV</button>
</li>
</ul>
</nav>
</header>
<!--#######end of navbar #####-->
<main class="webkit-screen">
<section>
<div class="image-bg">
<!-- <img src="./assets/BEYOUTIFUL.jpeg" alt="" style="width: 100% ;"> -->
<div class="overlay">
</div>
</div>
<!-- ##### here -->
<div class="right-section">
<menu class="container">
<h1 class="name">
MO' <br>
Fola
</h1>
<summary class="Job-title"> Front-end Developer</summary>
<p class="Job-description">
Hello! I am Web Developer from Lagos State, Nigeria. I have
rich experience in web site design and building, also I am good at
a data scientist. I love to talk with you about our unique.
</p>
<button >Contact Me <i class="fa-solid fa-chevron-right"></i></button>
</menu>
<div class="Introduction">
<div class="container">
<h2>About Me</h2>
<h3>MY STORY</h3>
<p>Pellentesque posuere. Praesent turpis. Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc, eu sollicitudin urna dolor sagittis lacus. Donec elit libero, sodales nec, volutpat a, suscipit non, turpis.<br><br><br>
Pellentesque posuere. Praesent turpis. Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc, eu sollicitudin urna dolor sagittis lacus. Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Donec elit libero, sodales nec, volutpat a, suscipit non, turpis.</p>
<div class="Two-grid-column">
<div class="profile">
<p> <span style="color:#68e0cf">AGE:</span> 26</p>
<p> <span style="color:#68e0cf">FREELANCE:</span> Available</p>
<p> <span style="color:#68e0cf">PHONE:</span> +234 8169854145</p>
</div>
<div class="resident">
<p><span style="color:#68e0cf">RESIDENCE:</span> NIGERIA</p>
<p><span style="color:#68e0cf">ADDRESS:</span> Lagos Nigeria</p>
<p><span style="color:#68e0cf">E-MAIL:</span> [email protected]</p>
</div>
</div>
<!-- service section -->
<div class="Services-section">
<div>
<h2>Services</h2>
<p>WHAT I DO</p>
</div>
<div class="Two-flex-column">
<div id="first-row">
<div>
<span style="color:#68e0cf"><i class="fa-solid fa-brain fa-3x"></i></span>
<h3>
Economic
<br> Science
</h3>
<p style="color: #fff">
Economics is a social science concerned with the production,
consumption of goods and services
</p>
</div><br>
<div>
<span style="color:#68e0cf"><i class="fa-solid fa-rectangle-ad fa-3x"></i></span>
<h3>Marketing<br />
& Advertising
</h3>
<p style="color: #fff">
Advertising Management though is a complex process of
employing various media to sell a product or service.
</p>
</div>
</div>
<div id="second-row">
<div>
<span style="color:#68e0cf"><i class="fa-brands fa-chrome fa-3x"></i></span>
<h3>Web<br />Development
</h3>
<p style="color: #fff">
The web development process includes: web design,
web content, client-side / server-side scripting and
network security configuration.
</p>
</div>
<div>
<span style="color:#68e0cf"><i class="fa-solid fa-headphones fa-3x"></i></span>
<h3>Music <br>
Writing
</h3>
<p style="color: #fff">
Sheet music is the basic form in which Western
classical music is notated so that it can be learned and performed by solo singers.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- -----Experience section---- -->
<div class="Experience-section">
<div class="container">
<div>
<h2 style="color:#fff; font-size: 38px">Experience</h2>
<p style="color: #68e0cf; font-size: 20px">WORKING WITH</p>
</div>
<div class="grid-template-columns">
<div>
<div class="experience-detail-header">
<div id="experience-title">
<div class="date">Present</div>
<h3 class="title-name">Red <br>drifting
</h3>
</div>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus. Donec quam felis, ultricies nec,
Nullam dictum felis eu pede mollis pretium. Integer tincidunt.
</p>
</div>
</div>
<div>
<div class="experience-detail-header">
<div id="experience-title">
<div class="date">2021-2022</div>
<h3 class="title-name">Art Director <br>Faedevs
</h3>
</div>
<p>Cras dapibus. VAenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.
Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.
Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.
lorem.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- ----EDUCATION------ -->
<div class="Education-section">
<div class="container">
<div>
<h2 style="color:#fff; font-size: 38px">EDUCATION</h2>
<p style="color: #68e0cf; font-size: 20px">STUDIED AT</p>
</div>
<div class="grid-template-columns">
<div>
<div class="education-detail-header">
<div id="education-title">
<div class="date">2011-2015</div>
<h3 class="title-name">Programming Course <br> Paris
</h3>
</div>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aenean commodo ligula eget dolor. Aenean massa. Cum sociis
natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus. Donec quam felis, ultricies nec,
Nullam dictum felis eu pede mollis pretium. Integer tincidunt.
</p>
</div>
</div>
<div>
<div class="experience-detail-header">
<div id="experience-title">
<div class="date">2021-2022</div>
<h3 class="title-name">Web Design Course
</h3>
</div>
<p>Cras dapibus. VAenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.
Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.
Nam eget dui. Etiam rhoncus.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- ---CODING SKILLS---- -->
<div class="coding-skills">
<div class="container">
<div>
<h2 style="color:#fff; font-size: 48px">Coding <br>Skills</h2>
<p style="color: #68e0cf; font-size: 20px">DEVELOPING ON</p>
</div>
<div class="coding-grid-columns">
<div style="color: #fff;">
<div class="coding-skill-circle">
<i class="fa-brands fa-wordpress-simple fa-3x"></i>
</div>
<h4 style="font-size: 25px; padding-top: 30px;">WordPress</h4> <br>
<div style="font-size: 20px;">Etiam sit amet orci eget eros faucibus tincidunt.</div>
</div>
<div style="color: #fff;">
<div class="coding-skill-circle">
<i class="fa-brands fa-php fa-2x"></i>
<i class="fa-solid fa-database fa-2x"></i>
</div>
<h4 style="font-size: 25px; padding-top: 30px;">PHP, MYSQL</h4> <br>
<div style="font-size: 20px;">Etiam sit amet orci eget eros faucibus tincidunt.</div>
</div>
<div style="color: #fff;">
<div class="coding-skill-circle">
<i class="fa-brands fa-js fa-3x"></i>
</div>
<h4 style="font-size: 25px;padding-top: 30px;">JavaScript</h4><br>
<div style="font-size: 20px;">Etiam sit amet orci eget eros faucibus tincidunt.</div>
</div>
<div style="color: #fff;">
<div class="coding-skill-circle">
<i class="fa-brands fa-react fa-3x"></i>
</div>
<h4 style="font-size: 25px; padding-top: 30px;">React</h4><br>
<div style="font-size: 20px;">Etiam sit amet orci eget eros faucibus tincidunt.</div>
</div>
<div style="color: #fff;">
<div class="coding-skill-circle">
<i class="fa-brands fa-html5 fa-2x"></i>
<i class="fa-brands fa-css3 fa-2x"></i>
</div>
<h4 style="font-size: 25px; padding-top: 30px;">HTML, CSS</h4><br>
<div style="font-size: 20px;">Etiam sit amet orci eget eros faucibus tincidunt.</div>
</div>
<div style="color: #fff;">
<div class="coding-skill-circle">
<i class="fa-brands fa-python fa-3x"></i>
</div>
<h4 style="font-size: 25px; padding-top: 30px;">Python</h4><br>
<div style="font-size: 20px;">Etiam sit amet orci eget eros faucibus tincidunt.</div>
</div>
</div>
</div>
</div>
<!-- ---Clients section---- -->
<div class="clients">
<div class="container">
<div class="clients-section">
<div id="clients-title-header">
<h2 style="color: #fff; font-size: 80px; font-weight: 800;">Clients</h2>
<p style="color: #68e0cf; font-size: 20px;">MY PARTNERS</p>
</div>
<div class="images-of-partners">
<img class="vintage" src="https://myour-jekyll.netlify.app/assets/img/clients/client4.png">
<img class="sunshine" src="https://myour-jekyll.netlify.app/assets/img/clients/client1.png">
<img class="vintage-studio" src="https://myour-jekyll.netlify.app/assets/img/clients/client3.png">
<img class="classic" src="https://myour-jekyll.netlify.app/assets/img/clients/client2.png">
</div>
</div>
</div>
</div>
<!-- Portfolio section -->
<div class="Portfolio-section">
<div class="container">
<h2 style="font-size:60px; font-weight: 600; color: #fff;">Portfolio</h2>
<p style="color: #68e0cf; font-weight: 600;">LATEST WORKS</p>
<div class="Gallery">
<div>
<div>
<img class="portfolio-img" src="https://myour-jekyll.netlify.app/assets/img/works/work5.jpg">
</div>
<div class="portfolio-details">
<p>Lifestyle</p>
<h4 style="color: #fff; font-size: 25px; text-align: center;">roof top view</h4>
</div>
</div>
<div>
<div style="background-image: url(https://myour-jekyll.netlify.app/assets/img/works/work4.jpg);" class="picture-wrapper">
</div>
<div class="portfolio-details">
<p style="text-align: center;">Lifestyle</p>
<h4 style="color: #fff; font-size: 30px; text-align: center;">Amore mio three cups</h4>
</div>
</div>
<div>
<div>
<img class="portfolio-img" src="https://myour-jekyll.netlify.app/assets/img/works/work3.jpg">
</div>
<div class="portfolio-details">
<p>Lifestyle</p>
<h4 style="color: #fff; font-size: 30px; text-align: center;">Canvas tote bag mockup</h4>
</div>
</div>
<div>
<div style="background-image: url(https://images.unsplash.com/photo-1651693133574-df3f18d6a5bc?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyMHx8fGVufDB8fHx8&auto=format&fit=crop&w=600&q=60);" class="picture-wrapper">
</div>
<div class="portfolio-details">
<p>Lifestyle</p>
<h4 style="color: #fff; font-size: 30px; text-align: center;">Cardboard box</h4>
</div>
</div>
<div>
<div>
<img class="portfolio-img" src="https://images.unsplash.com/photo-1651720244761-19d6fa82bdaf?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxNXx8fGVufDB8fHx8&auto=format&fit=crop&w=600&q=60">
</div>
<div class="portfolio-details">
<p>Lifestyle</p>
<h4 style="color: #fff; font-size: 30px; text-align: center;">Coffe cup in hand</h4>
</div>
</div>
<div>
<div style="background-image: url(https://images.unsplash.com/photo-1651724785725-84c2501b7258?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyM3x8fGVufDB8fHx8&auto=format&fit=crop&w=600&q=60);" class="picture-wrapper">
</div>
<div class="portfolio-details">
<p>Beauty</p>
<h4 style="color: #fff; font-size: 30px; text-align: center;">Love & care ceramic bottles</h4>
</div>
</div>
<div>
<div>
<img class="portfolio-img" src="https://images.unsplash.com/photo-1651596559095-95027be84398?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHw3Nnx8fGVufDB8fHx8&auto=format&fit=crop&w=600&q=60">
</div>
<div class="portfolio-details">
<p>Shopping</p>
<h4 style="color: #fff; font-size: 30px; text-align: center;">Shopping gift bag</h4>
</div>
</div>
<div>
<div style="background-image: url(https://images.unsplash.com/photo-1651663012762-6eeb10576c02?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHw1MXx8fGVufDB8fHx8&auto=format&fit=crop&w=600&q=60);" class="picture-wrapper">
</div>
<div class="portfolio-details">
<p>Lifestyle</p>
<h4 style="color: #fff; font-size: 30px; text-align: center;">roof top view</h4>
</div>
</div>
</div>
</div>
</div>
<!-- ---------CONTACT DETAILS----- -->
<div class="contact-section">
<div class="container">
<div id="Contact-title">
<h2 style="color: #fff; font-size: 80px; font-weight: 800;">Contact</h2>
<p style="color: #68e0cf; font-size: 20px; font-weight: 800;">LET'S TALK</p>
</div>
<div class="contact-wrapper">
<div class="contact-form">
<form class="information-wrapper">
<div class="text-in">
<label class="label-text">Fullname<span style="color: #68e0cf;"><strong>*</strong></span></label> <br>
<input type="text" class="label-border" placeholder="Mosadijesu Fola" /> <br><br>
</div>
<div class="text-in">
<Label class="label-text">Email<span style="color: #68e0cf;"><strong>*</strong></span></Label><br>
<input type="email" class="label-border" placeholder="[email protected]" style="padding-top:30px"><br><br>
</div>
<div class="text-in">
<label class="label-text">Message<span style="color: #68e0cf;"><strong>*</strong></span></label> <br>
<textarea placeholder="To write" class="label-border" style="padding-bottom:60px"></textarea><br>
<button >Send Message <i class="fa-solid fa-chevron-right"></i></button>
</div>
</form>
<div class="authors-information">
<h2 style="color: #fff">Mo' Fola</h2>
<p style="color: #68e0cf;" class="authors-role">CONSULTANT & DEVELOPER</p>
<p> <span style="color:#68e0cf">AGE:</span> 26</p>
<p> <span style="color:#68e0cf">FREELANCE:</span> Available</p>
<p> <span style="color:#68e0cf">PHONE:</span> +234 8169854145</p>
<p><span style="color:#68e0cf">RESIDENCE:</span> NIGERIA</p>
<p><span style="color:#68e0cf">ADDRESS:</span> Lagos Nigeria</p>
<p><span style="color:#68e0cf">E-MAIL:</span> [email protected]</p>
<p class="signature" style="padding-bottom: 0;">Mo' Fola</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--ends here-->
<!-- Social Icons -->
<div class="socials">
<div class="social-icons"> <a href="https://www.instagram.com/iam_portable_mo/"><i class="fa-brands fa-instagram"></i></div>
<div class="social-icons"> <a href="https://web.facebook.com/enitan.oyakelvin/"><i class="fa-brands fa-facebook"></i></div>
<div class="social-icons"> <a href="https://twitter.com/Mo_Mosadi"><i class="fa-brands fa-twitter"></i></div>
</div>
</section>
</main>
</body>
</html>