-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
26 lines (24 loc) · 896 Bytes
/
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 lang = "en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>About</title>
<meta name="description" content="Hello, I am Ming Haw and this is my portfolio. Click here to learn more about what I do.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="">
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="script.js"></script>
<h1 id = "name">About</h1>
<div id = "desc">
<div>I am student from River Valley and am currently learning web development.</div>
</div>
<div class = "sidebar">
<a href="/about.html">About</a>
<a href="">Achievements</a>
<a href="">Links</a>
</div>
</body>
</html>