-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
26 lines (25 loc) · 1.22 KB
/
About.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About</title>
</head>
<hr>
<style>
.cities {
background-color: lime;
color: black;
padding: no padding
}
</style>
<div class="cities">
<h2>Hello There! Thank you for coming further!</h2>
<p>I am highly organized, resourceful, self-motivated, performance driven with demonstrated ability to deliver
optimal service and business value in high growth environment. Ability to communicate complex sensitive
information with strong capabilities to secure reliable information and well thought out decisions. Ability to
work under pressure.</p>
<p>I am currently a <strong><a href="https://en.wikipedia.org/wiki/National_Youth_Service_Corps">corp member</a></strong> currently serving at Aba in Abia State. I am currently undergoing a front end development training at Side Hustle Bootcamp.</p>
<p>Every feedback provided would go a long way in helping me build my several projects. i count on you for you honest feedback, constructive critisism and ideas.</p>
<p>Thanks a million</p>
</div>