-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (91 loc) · 3.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Abolaji Oyindamola | About Me</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="navigation">
<div class="logo">
<h1>OyinA.</h1>
</div>
<nav class="nav-links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Contact Page.html">Contact Page</a></li>
<li><a href="Register Page.html">Register Page</a></li>
<li><a href="Login Page.html">Login Page</a></li>
<li><a href="calculator.html">My Calculator</a></li>
</ul>
</nav>
</div>
<table class="know-me" cellspacing="20">
<tr>
<td><img src="images/damola.jpeg" width="200" height="200" alt="Oyindamola's Profile Picture"></td>
<td>
<h6>Abolaji Oyindamola Faith</h6>
<p><em>An Aspiring Software Engineer👩💻, a Fashion Designer🧵✂ and Enthusiast💅 and An Anatomist🥼.</em></p>
</tr>
</table>
<hr>
<div class="goals">
<h2>Goals🎯</h2>
<p><strong><em>My goals for AltSchool's Diploma Course includes:</em></strong></p>
<ol>
<li>Becoming a Certified Full-Stack Web Developer at the end of the program</li>
<li>Gaining access to the Internship Programme</li>
<li>Land a good paying job in a fantasic company and escape from this Country.</li>
<li>And lots more...</li>
</ol>
</div>
<hr>
<div class="education">
<h2>Education📚</h2>
<ul>
<li>St. Joseph's Nursery and Primary School, Kwara State</li>
<li>Union Baptist Grammar School, Kwara State</li>
<li>University of Ilorin, Kwara State</li>
<li>SkyTouch Beauty, Kwara State</li>
</ul>
</div>
<hr>
<div class="certificates">
<h2>Certificates Obtained🧾</h2>
<ul>
<li>First School Leaving Certificate (FSLC)</li>
<li>West African Examinations Council (WAEC)</li>
<li>National Examinations Council (NECO)</li>
<li>Certificate of Apprenticeship in Makeup and AutoGele (ITF)</li>
</ul>
</div>
<hr>
<div class="job-experience">
<h2>Job Experience🏢</h2>
<ul>
<li>Access Computer Academy, Kwara State.</li>
<li>Lazuli Fashion World, Kwara State.</li>
</ul>
</div>
<hr>
<div class="hobbies">
<h2>Hobbies😇</h2>
<ul>
<li>Reading novels and motivational books📖</li>
<li>Watching movies🎬</li>
<li>Listening to music🎧</li>
<li>Coding👩💻</li>
</ul>
</div>
<hr>
<div class="skills">
<h2>Skills🤹♀️</h2>
<ul>
<li>Computer proficiency💻</li>
<li>Cooking👩🍳</li>
<li>Enjoying life💃😂</li>
</ul>
</div>
</body>
</html>