-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (63 loc) · 2.67 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE HTML>
<html lang="en-us">
<html>
<head>
<title>stuff</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="">
<meta name="author" content="Will Fisher">
<meta name="generator" content="Hugo 0.75.1" />
<title>stuff</title>
<link rel="icon" href="/images/icons/favicon.ico" type="image/x-icon" sizes="16x16 32x32" />
<link rel="apple-touch-icon-precomposed" href="/images/icons/apple.png" />
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="stylesheet" href="/assets/css/page.css" />
<link rel="stylesheet" href="/assets/css/font-awesome.min.css" />
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript>
</head>
<body class="is-loading">
<div id="wrapper">
<section id="main">
<header>
<span class="avatar"><img src="/images/avatars/will.jpeg" alt="avatar" height="130" width="130" ></span>
<h1 class="name">
Will Fisher
</h1>
<h2 class="position">Customer Engineer at Chef Software</h2>
<ul>
<li></li>
</ul>
<span class="biography"><pre><code>Making work delightful
</code></pre>
</span>
</header>
<footer>
<ul class="icons">
<li><a href="@teknofire" class="fa-twitter"></a></li>
<li><a href="teknofire" class="fa-github"></a></li>
<li><a href="[email protected]" class="fa-envelope-o"></a></li>
</ul>
</footer>
</section>
<footer id="footer">
<ul class="copyright">
<li>©
</li>
<li>
<a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA-4.0</a>
</li>
</ul>
<ul class="credit copyright">
<li>Design by <a href="https://html5up.net">HTML5UP</a></li>
</ul>
</footer>
</div>
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>