-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (24 loc) · 835 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<title>Gareth Adam Portfolio</title>
<link href="style.css" rel="stylesheet" />
<link rel="shortcut icon" typ="image/png" href="https://drextd.github.io/garethadam.github.io/images/faviconPortfolio.png" />
</head>
<body>
<nav id="topBar">
<div id="topBarButtonContainer">
<ul>
<li id="home">Home</li>
<li id="about">About</li>
<li id="github">Github</li>
<li id="resume">Resume</li>
</ul>
</div>
</nav>
<section id="cardDisplayContainer"></section>
<section id="bottomBar">Created by Gareth Adam - 2021</section>
<script src="script.js"></script>
</body>
</html>