-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (74 loc) · 2.11 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<title>Josh Olsen</title>
<link href="/css/styles.css" rel="stylesheet" type="text/css">
<link href="/css/home.css" rel="stylesheet" type="text/css">
<link href="/media/zeel_16.png" rel="icon">
<script defer src="/scripts/main.js"></script>
<link rel="preload" as="image" href="/media/github.png">
<link rel="preload" as="image" href="/media/dt2165.png">
<link rel="preload" as="image" href="/media/leo_1024.png">
<link rel="preload" as="image" href="https://github.com/zeel01/MonsterBlocks/raw/master/examples/ancientRedDragon_5.png">
</head>
<body>
<main id="home">
<img id="logo" src="/media/zeel-no-background.svg">
<section id="title">
<h1>Josh Olsen</h1>
<h6>
<a href="mailto:[email protected]">[email protected]</a><br>
</h6>
</section>
<figure id="preview">
<!-- Just a container for an image -->
</figure>
<nav class="links" id="links-1">
<ul>
<li data-preview="/media/github.png">
<h1>
<a href="https://github.com/zeel01">Github</a>
</h1>
</li>
<li data-preview="/media/josh.jpg">
<h2>
<a href="/about-me">About Me</a>
</h2>
</li>
<li data-preview="/media/list_alt_white_24dp.svg">
<h2>
<a href="/resume">Resume</a>
</h2>
</li>
<li data-preview="/media/zeel.svg">
<h2>
<a href="/portfolio">Portfolio</a>
</h2>
</li>
</ul>
</nav>
<nav class="links" id="links-2">
<ul>
<li data-preview="https://github.com/zeel01/MonsterBlocks/raw/master/examples/ancientRedDragon_5.png">
<h2>
<a href="https://github.com/zeel01/MonsterBlocks">Monster Blocks</a>
</h2>
</li>
<li data-preview="/media/leo_1024.png">
<h2>
<a href="https://github.com/League-of-Foundry-Developers/Leo-bot">Leo Discord Bot</a>
</h2>
</li>
<li data-preview="/media/dt2165.png">
<h2>
<sup>
<a href="https://github.com/zeel01/DT2165">[Repo]</a>
</sup>
<a href="/dt2165/index.html">dt2165</a>
</h2>
</li>
</ul>
</nav>
</main>
</body>
</html>