-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
79 lines (71 loc) · 2.48 KB
/
about.html
File metadata and controls
79 lines (71 loc) · 2.48 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
<!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" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<ul id="list_one">
<li><a href="about.html">About Me</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="login.html">Login</a></li>
</ul>
<img src="images/ceceenzan.jpg" alt="" />
<p id="paragraph_one">
Hello! My name is Nzan Cecee Ekwara. I'm a twenty-two year old graduate
who likes to paint in her free time and read fiction(just fiction please). <br>
My goal for this diploma is to make lots of money. Just kidding(NOT). My
goal is to learn a skill that will someday help me to help lots of people.
</p>
<p>My educational qualifications are as follows;
<h3>Primary Education</h3>
</p>
<ul>
<li>NOWA primary schools <b>(2001-2009)</b></li>
</ul>
<h3>Secondary Education</h3>
<ul>
<li>WAEC, St Annes High school <b>(2009-2015)</b></li>
</ul>
<h3>Tertiary Education</h3>
<ul>
<li>
BEng, Electronic Engineering, University of Nigeria, Nsukka
<b>(2015-2021)</b>
</li>
</ul>
<h3>JOB EXPERIENCE</h3>
<ul>
<li><b>DANELEC FZE- JUN 2019-DEC 2019</b></li>
<p>
DANELEC FZE is a transformer manufacturing company where I took on the
role of a testing engineer.I tested tranformers before they left the
warehouse.
</p>
<li><b>JULES FOUNDATION SCHOOLS- JUN 2021-FEB 2022</b></li>
<p>
Jules foundation schools are a group of nursery and primary schools. At
Jules foundation I worked as the project manager. I organised training
events for both the students and the staff.
</p>
<li><b>DEFENSE SPACE ADMINISTRATION- MAR 2022-TILL DATE</b></li>
<p>
Defense space administration is a government organisation in charge of
nonitoring Nigeria's sapce explorations for defense purposes. I am part of the maintenance
unit. This unit maintains and services all equipment and devices within
the administration.
</p>
</ul>
<h3>HOBBIES</h3>
<p>My hobbies are;</p>
<ul>
<li>Watching anime</li>
<li>Reading</li>
<li>Crocheting</li>
</ul>
</body>
</html>