-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.77 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
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<title>joseph tate . curious since 1973 . jody tate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.typekit.net/xzv3eoj.css">
<link rel="stylesheet" href="./styles/styles.css">
<script src="https://kit.fontawesome.com/3351ec89fb.js" crossorigin="anonymous"></script>
<div id="container">
<header>
<h1><a href="/">jody</a></h1>
<h2>curious since 1973</h2>
</header>
<div role="main">
<ul class="me-links">
<li><a href="https://www.linkedin.com/in/jodytate/" title="jody on linkedin" rel="me"><i class="fab fa-linkedin"></i></a>
<li><a href="https://bookshop.org/a/19564/9780754639800" title="The Music and Art of Radiohead at Bookshop" rel="me"><i class="fas fa-book"></i></a>
<li><a href="mailto:[email protected]" title="email jody"><i class="far fa-envelope"></i></a>
</ul>
<p>This is Jody Tate's website, aka Joseph Matthew Tate.</p>
<p>I work for the <a href="http://www.washington.edu/research/oris/" title="Office of Research Information Services">University of Washington's Office of Research Information Services</a>. When not doing that, <a href="writing.html" title="stuff Jody has written">I write</a>. I have two blogs: <a href="https://www.josephtate.com/blog/" title="personal blog">Curious Since 1973</a> and <a href="https://www.pulk-pull.org" title="Pulk/Pull: an on-going investigation of Radiohead's music and art">Pulk/Pull*</a>, a site on Radiohead I've maintained since 2001.</p>
<p>In 2017, I gave an Ignite talk on <a href="https://www.youtube.com/watch?v=jGJcStZhWGI">poetry and programming problems</a>.</p>
<p>Thanks for visiting.</p>
</div>
</div>