-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (55 loc) · 1.59 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ross Grayton</title>
<link rel="icon" href="images/favicon.ico" sizes="any" />
<link rel="icon" href="images/favicon.svg" type="image/svg+xml" />
<style>
@font-face {
font-family: "Bungee Outline";
font-style: normal;
font-weight: 400;
src: url("../fonts/bungee-outline.woff2") format("woff2");
font-display: block;
}
</style>
<link href="css/reset.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<main>
<h1>Ross<br />Grayton</h1>
<h2>Software Developer</h2>
<nav>
<ul>
<li>
<a href="mailto:Ross Grayton <[email protected]>">
<span class="visually-hidden">Email:</span>
</a>
</li>
<li>
<a href="https://github.com/grayt0r">
<span class="visually-hidden">GitHub:</span>
github.com/grayt0r
</a>
</li>
<li>
<a href="https://twitter.com/grayt0r">
<span class="visually-hidden">Twitter:</span>
twitter.com/grayt0r
</a>
</li>
<li>
<a href="https://hachyderm.io/@grayt0r">
<span class="visually-hidden">Mastodon:</span>
hachyderm.io/@grayt0r
</a>
</li>
</ul>
</nav>
</main>
</body>
</html>