-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (27 loc) · 859 Bytes
/
index.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
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AMN DSGN</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="script.js"></script>
</head>
<body>
<div class="homeNavContainer">
<img class="logo" src="AMNBlockColor.png" alt="AMN block letter logo">
<div class="middle">
<nav>
<a href="about.html">ABOUT</a><br>
<a href="resume.html">RESUME</a><br>
<a href="work.html">WORK</a><br>
<a href="contact.html">CONTACT</a><br>
</nav>
</div>
</div>
</body>
</html>
</body>
</html>