-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (37 loc) · 2.43 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ryan A. Hamilton</title>
<link rel="stylesheet" href="stylesheets/normalize.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div class="content">
<h1>Ryan <abbr title="Armstrong">A</abbr>. Hamilton</h1>
<p>Me, elsewhere:</p>
<ul class="elsewhere">
<li class="elsewhere__item"><a class="elsewhere__link" href="https://www.linkedin.com/in/ryanhamilton" rel="me">LinkedIn</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://github.com/ryanahamilton" rel="me">GitHub</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://instagram.com/ryanahamilton" rel="me">Instagram</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://www.threads.net/@ryanahamilton" rel="me">Threads</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://bsky.app/profile/ryanahamilton.com" rel="me">Bluesky</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://mastodon.social/@ryanahamilton" rel="me">Mastodon</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://dribbble.com/ryanahamilton" rel="me">Dribbble</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://foursquare.com/ryanahamilton" rel="me">Foursquare</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://www.goodreads.com/ryanahamilton" rel="me">Goodreads</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://letterboxd.com/ryanahamilton" rel="me">Letterboxd</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://pinterest.com/ryanahamilton" rel="me">Pinterest</a></li>
<li class="elsewhere__item"><a class="elsewhere__link" href="https://untappd.com/user/ryanahamilton" rel="me">Untappd</a></li>
</ul>
</div>
<script>
var _gaq=[['_setAccount','UA-66144-28'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>