-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutme.html
41 lines (33 loc) · 1.34 KB
/
Aboutme.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>About Me</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<header>
<a class="active" href="Aboutme.html"><i class="fa fa-fw fa-home"></i>About Me</a>
<a href="contactpage.html"><i class="fa fa-fw fa-envelope"></i>Contact</a>
<a href="registerpage.html"><i class="fa fa-fw register"></i>Register</a>
<a href="loginpage.html"><i class="fa fa-fw fa-user"></i>Login</a>
<a href="calculator.html"><i class="fa fa-fw calculator"></i>Calculator</a>
</header>
</div>
<img src="pix.jpeg" alt="Sylvia" class="center"/>
<h1>My Name is Okwu Ogechukwu Sylvia</h1>
<p>I am a Data Analyst and a Data Science enthusiast.</p>
<p>My goal for this course is to build the required skills to become a world class Backend Engineer.</p>
<h2>Education:</h2>
<p>University of Ibadan - BSc Statistics in view</p>
<p>Estate Secondary School - WASSCE</p>
<h2>Job Experience:</h2>
<p>Barthlotec Investment Ltd, Onitsha - Accounting and Auditing Officer</p>
<p>Bahamas.com Business Centre, Owerri - Office Assistant</p>
<h2>Hobbies:</h2>
<p>Travelling, Singing, Dancing, Solving, Coding</p>
<script src="script.js"></script>
</body>
</html>