-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
28 lines (24 loc) · 1.12 KB
/
about.html
File metadata and controls
28 lines (24 loc) · 1.12 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
<!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>About</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="about">
<div class="main">
<div class="about-text">
<h2>About Me</h2>
<h5>Developer <span>& Student</span></h5>
<p>I am front-end developer. can provide clean code and pixel pefect design. Thou i still have a lot to learn, i enjoy my time coding.I can provide good a well interactive website which can and will be fully interactive</p>
<p>I am currently in JKUAT taking my third year in Mathematics and Computer Science. I scored an mean grade of A- in my high school level.</p>
<p>Brian is very enthusiastic about web Developmentand i am undergoing mentorship and learning at Moringa School to better my skills</p>
<button type="button">Let's Talk</button>
</div>
</div>
</section>
</body>
</html>