Reworked to use Pure.css and Catppuccin

This commit is contained in:
2026-04-09 14:21:01 -04:00
parent 09487d9a1f
commit 0fbcb20a48
22 changed files with 922 additions and 2519 deletions

View File

@@ -1,53 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>eom.dev - Home</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/common/catppuccin.css">
<link rel="icon" type="image/x-icon" href="/common/favicon.ico">
<!--#include virtual="/common/header.html" -->
<body>
<h1>eom.dev</h1>
<h2>Eric O'Neill Meehan</h2>
<a href="/">Home
</a> | <a href="/archive">Archive
</a> | <a href="/archive/Repositories">Repositories
</a> | <a href="/stream">Live Stream
</a> | <a href="/archive/Mail">Mailbox
</a> | <a href="/chat">Chat
</a> | <a href="/donate">Donate
</a>
<h3>Contact</h3>
<img src="/common/profile_2026.jpg">
<table style='text-align: center;'>
<tr>
<td style="text-align: left;">email</td><td style="text-align: left;">eric@eom.dev</td>
</tr>
<tr>
<td style="text-align: left;">irc</td><td style="text-align: left;">eric@eom.dev</td>
</tr>
<tr>
<td style="text-align: left;">pgp</td>
<td style="text-align: left;">
<pre>
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEaYUAnBYJKwYBBAHaRw8BAQdARC4WbkR/2WnhBPJWicMghLVIQt1MLVMja5ev
lLjTQRa0IkVyaWMgTydOZWlsbCBNZWVoYW4gPGVyaWNAZW9tLmRldj6IkAQTFgoA
OBYhBAswMCgXM4edXctYOrfacp+7jKbpBQJphQCcAhsDBQsJCAcCBhUKCQgLAgQW
AgMBAh4BAheAAAoJELfacp+7jKbpp6EA/1RlL7MGIW3tFbhIqak63WHML8Cjpe/V
TMewAR7nOoL3AQDs54G26LUlQk+TAHSFoLWCw/3g+j3zCGDLiskZu/UwDbg4BGmF
AJwSCisGAQQBl1UBBQEBB0BMFfLKZt+q81mtVL2pr+PX1qDv0ejL02h6FvqZ0KCU
TwMBCAeIeAQYFgoAIBYhBAswMCgXM4edXctYOrfacp+7jKbpBQJphQCcAhsMAAoJ
ELfacp+7jKbpZdsA/iOYAJZKicHjeKpEWR8osd4wjyc3HxUfDV99VnrMXBWrAQCX
QyC3y1UFoQr86QKUK7PonIEzclFJaB5laev6e6dYBQ==
=+OQI
-----END PGP PUBLIC KEY BLOCK-----
</pre>
</td>
</tr>
</table>
<title>eom.dev - Home</title>
<div class="pure-g">
<div class="pure-u-1-1">
<!--#include virtual="/common/topnav.html" -->
<h3>Home</h3>
<img src="/static/profile_2026.jpg">
<p>Welcome to Eric's homepage.</p>
</div>
</div>
</body>
<footer>
<p>© Eric O'Neill Meehan 2026</p>
</footer>
<!--#include virtual="/common/footer.html" -->
</html>