-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 1.62 KB
/
index.html
File metadata and controls
46 lines (42 loc) · 1.62 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
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>Jack Miller - Portfolio</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Doto:wght@725&family=Quicksand:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<main>
<h1 class="title">Jack Miller</h1>
<ul class="navigation" id="project-list">
</ul>
</main>
<footer>
<div class="button-cont">
<a class="button" href="/">
<span class="corner"></span>
<span class="text"></span>
</a>
</div>
<div class="c"></div>
<div class="c"></div>
<div class="m">
<nav class="filter-bar">
<button class="filter-button" data-filter="HTML">HTML</button>
<button class="filter-button" data-filter="CSS">CSS</button>
<button class="filter-button" data-filter="JS">JS</button>
</nav>
</div>
<div class="button-cont right-side">
<a class="button">
<span class="corner"></span>
<span class="text"></span>
</a>
</div>
</footer>
<script src="js/main.js">
</script>
</body>
</html>