-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (57 loc) · 2.35 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
<!-- Viewing the source? I'm flattered. The repo is at gh.maxwofford.com -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Max Wofford</title>
<script src="js/dev-detect.js"></script>
<script src="js/index.js"></script>
<link rel="stylesheet" type="text/css" href="css/index.css" />
<!-- IndieLogin -->
<link href="https://twitter.com/maxwofford" rel="me"></link>
<link href="https://github.com/MaxWofford" rel="me"></link>
<link href="mailto:[email protected]" rel="me"></link>
<!-- Testing webmentions provider -->
<link rel="webmention" href="https://webmention.io/maxwofford.com/webmention" />
<link rel="pingback" href="https://webmention.io/maxwofford.com/xmlrpc" />
</head>
<body>
<div id="site-content">
<div class="title">
<div class="print-only">
<p><a href="https://maxwofford.com">https://maxwofford.com</a></p>
</div>
<h1 contenteditable="true" id="title-name">Max Wofford</h1>
<p>
Engineering & Operations @ <a href="https://hackclub.com/">Hack Club</a>
</p>
<a href="https://www.gravatar.com/avatar/0c898623b15817167d8f81b314ffc034?s=512" target="_blank">
<img src="https://www.gravatar.com/avatar/0c898623b15817167d8f81b314ffc034?s=512" class="avatar" />
</a>
</div>
<div class="online-presence">
<p>
<a href="https://gh.maxwofford.com">GitHub</a>
<a href="https://ln.maxwofford.com">LinkedIn</a>
</p>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="summary">
<p>I awoke in a wonderful new world during my last year of high school — I taught myself to code.</p>
<p>Now
<a href="https://summer.hackclub.com">I'm</a>
<a href="https://zephyr.hackclub.com">building</a>
<a href="https://hackathons.hackclub.com">the</a>
<a href="https://hackclub.com">community</a>
<a href="https://workshops.hackclub.com">and</a>
<a href="https://hackclub.com/bank">tools</a>
I wish I had back then.
</p>
<p>Hacker? Inspect <span class="this-element">this element</span> to learn more.</p>
</div>
</div>
</body>
</html>