-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (24 loc) · 1.05 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
<!doctype html>
<html lang="en" data-theme="light">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.jade.min.css" />
<title>👨🏻💻 holloway.me</title>
</head>
<body>
<main class="container">
<h1>My name is Josh Holloway.</h1>
<p>This is a work in progress.</p>
<h2>Recent projects</h2>
<p>🌊 <a href="https://holloway.me/cumberland">Cumberland, a copyediting tool</a></p>
<p>🦁 <a href="https://standardebooks.org/ebooks/edgar-rice-burroughs/beyond-thirty"><i>Beyond Thirty</i> by Edgar Rice Burroughs for Standard Ebooks</a></p>
<h2>Get in touch</h2>
<p>🐦 <a href="https://x.com/atomicstapler">Twitter</a></p>
<p>😸 <a href="https://github.com/jholloway">GitHub</a></p>
<p>📬 <a href="mailto:%6A%40%68%6F%6C%6C%6F%77%61%79%2E%6D%65">Email</a></p>
</main>
<script async data-id="101467973" src="//static.getclicky.com/js"></script>
</body>
</html>