38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
|
<!doctype html>
|
||
|
<html lang='en'>
|
||
|
<head>
|
||
|
<title>Rudis Muiznieks</title>
|
||
|
<meta charset='utf-8'>
|
||
|
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
|
||
|
<link rel='stylesheet' href='/style.css'>
|
||
|
<link rel='icon' href='/avatar.webp'>
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<img src='/avatar.webp' alt=''>
|
||
|
<h1>Rudis Muiznieks...</h1>
|
||
|
</header>
|
||
|
<main>
|
||
|
<div>
|
||
|
<p>...on <a href='https://code.sitosis.com/'>Gitea</a>.</p>
|
||
|
<p>...on <a href='https://letterboxd.com/Rudism/'>Letterboxd</a>.</p>
|
||
|
<p>...on <a rel='me' href='https://netauthority.org/users/rudism'>Mastodon</a>.</p>
|
||
|
<p>...by <a href='mailto:rudis@sitosis.com'>email</a>.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<h2>Things I wrote that I'm somewhat fond of:</h2>
|
||
|
<ul>
|
||
|
<li><a href='/vim.html'>Vim Creep</a></li>
|
||
|
<li><a href='/tcue.html'>The Website That Got Me Expelled</a></li>
|
||
|
<li><a href='/na.html'>That Time I Trolled the Entire Internet</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</main>
|
||
|
<footer>
|
||
|
<p>This site was pared down in 2023 in an effort to reduce my digital footprint.</p>
|
||
|
<p>Old content may still be available on the <a href='https://web.archive.org/web/20230317205731/https://rudism.com/'>Wayback Machine</a>.</p>
|
||
|
<p>You can also contact me if you're looking for something specific.</p>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|