-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (26 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="//use.typekit.net/usn0xor.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name = "viewport" content = "initial-scale = 1.0">
<title>Cody Hanson</title>
<link rel="stylesheet" href="css/ch.css" media="screen"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-568527-8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-568527-8', { 'anonymize_ip': true });
</script>
</head>
<body>
<div id="content" class="content">
<h1>Cody Hanson</h1>
<p><a rel="me" href="https://md.echoplex.info/@codyh"></a><a rel="me" href="https://mastodon.social/@codyh">I'm</a> IT Director of the <a href="http://www.lib.umn.edu">University of Minnesota Libraries</a>, where my teams deliver services, sites, and applications focused on user needs, performance, and accessibility.</p>
<p>I <a href="https://youtu.be/fNr-nsTGV8w">speak</a>, <a href="/writing/index.html">write</a>, and teach on topics such as libraries, user experience, technology, and their intersections. CV available on request: email cody at codyhanson dot com.</p>
</div>
</body>
</html>