-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (29 loc) · 1.13 KB
/
index.html
File metadata and controls
38 lines (29 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Michael Yang</title>
<link href="http://overpass-30e2.kxcdn.com/overpass.css" rel="stylesheet" />
<link href="/stylesheets/style.css" rel="stylesheet">
</head>
<body>
<nav id="navbar">
<ul>
<li><a href="">About</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Projects</a></li>
</ul>
</nav>
<article id="about">
<p>Hi,</p>
<p>I’m Michael Yang, a freshman at Northeastern University. I work a lot with Javascript and front-end web development.</p>
<p>View my projects <a href="">here</a>, and my art projects <a href="">here</a>.</p>
<p>You can find my resumé <a href="">here</a>, or contact me at <a href="">contact@yang.money</a>. I’m also on <a href="">Twitter</a>, <a href="">Instagram</a>, <a href="">Github</a> and most other sites as <em>@themichaelyang.</em></p>
</article>
<div id="dollar">$</div>
</body>
</html>