-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMe.html
More file actions
94 lines (87 loc) · 2.91 KB
/
Me.html
File metadata and controls
94 lines (87 loc) · 2.91 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>My Resume</title>
<link rel="stylesheet" href="style.css" />
<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=Manufacturing+Consent&display=swap"
rel="stylesheet"
/>
<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=Space+Grotesk:wght@300..700&display=swap"
rel="stylesheet"
/>
</head>
<body id="second">
<div id="me">
<div>
<img id="image2" src="./Images/Austin.png" height="200" alt="Austin" />
<h2 class="head meheadcolor">Summary</h2>
<p class="font">
Goal-oriented administrative professional with five years experience
in fast-paced environments. <br />
Key strengths include multi-tasking, problem-solving, organizational
skills, and computer proficiency. <br />
Seeking to use my expertise in a growing company. <br />
Ready to help executives achieve company goals with ease by handling
administrative tasks.
</p>
</div>
<hr />
<h2 class="head meheadcolor">Education</h2>
<div class="font">
<h4>University of Nigeria, Nsukka</h4>
<ul>
<ls>Bachelor's Degree - Computer Science / 2026</ls
><br />
</ul>
<h4>Government Army Secondary School Elele</h4>
<ul>
<ls>WASSCE Degree / 2018</ls>
</ul>
<h4>St. Aquinas Secondary School, Elele</h4>
<ul>
<ls>JSSCE / 2015</ls>
</ul>
</div>
<h2 class="head meheadcolor">Work Experience</h2>
<div class="font">
<h4>Chitis Ltd, UNN</h4>
<ul>
<ls>
Sales Personnel / 2018-2021
<br />
Production Personnel / 2021-2023
</ls>
</ul>
</div>
<h2 class="head meheadcolor">Skills</h2>
<div class="font">
<h4>Developer</h4>
<ul>
<ls>Software Developer</ls>
</ul>
<h4>Cybersecurity Analyst</h4>
<ul>
<ls>Ethical Hacking</ls>
</ul>
</div>
<hr />
<div class="font">
<a href="./Hobbies.html"><button type="button">Hobby</button></a>
<hr />
<a href="./Contact.html"><button type="button">Contact Info</button></a>
<hr />
<br />
<br />
<a href="./index.html"><button type="button">Previous Page</button></a>
<a href="./index.html"><button type="button">Home Page</button></a>
</div>
</div>
</body>
</html>