-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 842 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://fonts.googleapis.com" rel="stylesheet">
<link href="https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<nav class="mynav">
<a class = "navbutton" href = "index.html">Home</a>
<a class = "navbutton" href="pages/about.html">About Me</a>
<a class = "navbutton" href = "pages/projects.html">Projects</a>
</nav>
<div class="header-holder">
<h1>Hi! I'm Owen Abbott.</h1>
<p>Thanks for stopping by.</p>
</div>
<img src = "./images/untitled.png" class = "selfimage">
</body>
</html>