-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1014 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>418: Ryan Thomas</title>
</head>
<body>
<pre>
HTTP/1.1 418 I'm a teapot
Github: <a href="https://github.com/rthomas">github.com/rthomas</a>
Bitbucket: <a href="https://bitbucket.org/rthomas">bitbucket.org/rthomas</a>
Keybase: <a href="https://keybase.io/ryant">keybase.io/ryant</a>
LinkedIn: <a href="https://www.linkedin.com/in/rythomas/">linkedin.com/in/rythomas</a>
Resume: <a href="resume.pdf">resume.pdf</a>
Mail: <a href="mailto:ryan@ryant.org">ryan@ryant.org</a>
Fingerprint: 27FF 6BEB 7EF2 7269 29AC 2D71 4555 CD92 DA9C 1378
</pre>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50838085-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>