forked from Harbduls/codeschool-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.Html
More file actions
47 lines (44 loc) · 1.24 KB
/
Copy pathAbout.Html
File metadata and controls
47 lines (44 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About </title>
</head>
<body>
<!--About Me-->
<div>
<h1 id="about-me"> About Me </h1>
<nav id="nav-bar">
<a href="Index.html">Home</a>
<a href="About.Html">About</a>
<a href="contact.html">Contact</a>
</nav>
<hr>
<p class="intro">
I am a frontend developer and also an aspriring blockchain developer.
</p>
<p>
I have my hands on the following skiills:
<ul id="my-skills">
<li class="skills-list">HTML</li>
<li class="skills-list">CSS</li>
<li class="skills-list">JavaScript</li>
<li class="skills-list">TypeScript(in-view)</li>
<li class="skills-list">React</li>
<li class="skills-list">Next.js</li>
<li class="skills-list">Solidity(in-view)</li>
</ul>
</p>
<p class="Educational-Experience">
<ul id="certificates">
<li>B.Sc Biochemistry and molecular Biology (2024) </li>
<li>Diploma in Data Analysis (2025)</li>
<li>Diploma in Onchain Analytics (2025)</li>
<li>Introduction to Blockchain (2025)</li>
<li> NYSC certificate of National service (2025)</li>
</ul>
</div>
</p>
</body>
</html>