-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 2.74 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
41
42
43
44
45
46
47
<!DOCTYPE HTML>
<!--
remember when it was cool to check out the source code? yeah. me too.
there was this one time I even got an email from someone about how nicely indented my code was.
but, you know, I'd rather be out for a bike ride these days.
thanks to AJ for inspiration - https://html5up.net/aerial
-- I was going to use that template, then I started picking it apart to customize and then decided to simplify
looks like AJ is working on a neat project now - https://carrd.co
~ eliot
-->
<html>
<head>
<title>Eliot Landrum</title>
<meta charset="utf-8" />
<script src="https://kit.fontawesome.com/02771b3d9c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div id="content">
<div id="content-text">
<h1>Eliot Landrum</h1>
<p>Howdy! Tech sure has changed a lot since I started tinkering around with it in the 90s. I've changed a lot too! After many iterations of blogs and homepages, these days I'm keeping it pretty simple on a couple of social sites. Glad you popped by—feel free to follow me on one of these social platforms or send me an old fashioned email.</p>
</div>
<nav>
<ul>
<li><a href="https://bsky.app/profile/eliotlandrum.com" class="fa-brands fa-bluesky" alt="Follow me on Bluesky"><span class="label">Bluesky</span></a></li>
<li><a href="https://instagram.com/eliotlandrum" class="fa-brands fa-instagram" alt="Follow me on Instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://linkedin.com/in/eliotlandrum" class="fa-brands fa-linkedin" alt="Follow me on LinkedIn"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.strava.com/athletes/998890" class="fa-brands fa-strava" alt="Follow me on Strava"><span class="label">Strava</span></a></li>
<li><a href="https://app.thestorygraph.com/profile/eliotlandrum" class="fa-solid fa-book" alt="Follow me on StoryGraph"><span class="label">StoryGraph</span></a></li>
<li><a href="mailto:eliot@landrum.cx" class="fa-solid fa-envelope" alt="Send me an email"><span class="label">Email</span></a></li>
</ul>
</nav>
</div>
<div id="footer">
<p>Background photo by myself while kayaking in Grand Teton National Park.</p>
</div>
</body>
</html>