-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (97 loc) · 1.95 KB
/
index.html
File metadata and controls
97 lines (97 loc) · 1.95 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta
name="viewport"
content="width=device-width,initial-scale=1.0">
<meta
name="author"
content="Mark Swoope">
<title>Mark Swoope</title>
<link
rel="preload stylesheet"
as="style"
href="main.css">
<script
defer
src="main.js"></script>
</head>
<body>
<main>
<header id="main-header">
<h1>
<a
id="main-h1"
rel="index"
href="#!/documents/index.html">Mark Swoope</a>
</h1>
<address id="main-address">
<ul class="no-bullets no-padding horizontal">
<li>
Email:
<a
rel="external noreferrer noopener"
href="mailto:markswoope@outlook.com">
markswoope@outlook.com
</a>
</li>
<li>
Website:
<a
href="https://protovision.github.io/">
protovision.github.io
</a>
</li>
<li aria-label="Github">
Github:
<a
rel="external noreferrer noopener"
href="https://github.com/protovision">
protovision
</a>
</li>
<!--
a den of fakes and slavers
<li aria-label="LinkedIn">
LinkedIn:
<a
rel="external noreferrer noopener"
href="https://linkedin.com/in/mark-swoope">
mark-swoope
</a>
</li>
-->
</ul>
</address>
<nav id="main-nav">
<ul class="no-bullets no-padding horizontal">
<li>
<a href="#!/documents/resume.html">
Resume
</a>
</li>
<li>
<a href="#!/documents/blog/index.html">
Blog
</a>
</li>
<li>
<a href="#!/documents/tools.html">
Tools
</a>
</li>
</ul>
</nav>
</header>
<div
id="main-section"
class="loading"></div>
<footer id="main-footer" class="centered-text">
<p><a id="main-footer-scroll-top" href="#">
Scroll to top
</a></p>
</footer>
</main>
</body>
</html>