77 lines
4.5 KiB
HTML
77 lines
4.5 KiB
HTML
<!doctype html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<link rel="stylesheet" href="/styles/default.css" />
|
|
<link rel="stylesheet" href="/styles/index.css" />
|
|
<link rel="icon" href="/images/favicon.ico" />
|
|
<title>Dairy Demon</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div id="headermain">
|
|
<a id="homelink" href="/">dairydemon.net</a>
|
|
<p id="tagline">located several wrong turns off the Information Superhighway</p>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<article>
|
|
<h1>Hi.</h1>
|
|
<p>For your own safety, please keep your anti-static wrist strap on
|
|
while browsing this site.</p>
|
|
|
|
<h2>Now what?</h2>
|
|
<p>There is <em>some</em> stuff to look at here. Unfortunately, it's
|
|
for dweebs. :(</p>
|
|
|
|
<p>Even worse, it's mostly stuff for <em>computer dweebs</em>. :((</p>
|
|
|
|
<ul>
|
|
<li>If you like trivia, try this <a href='mgs/mgs.html'>Metal Gear Solid trivia game I made</a>.</li>
|
|
|
|
<li>If you're a computer dweeb, take a look at <a href="https://scm.dairydemon.net">my software forge</a>.</li>
|
|
|
|
<li>If you're a computer dweeb that also likes baseball, you may find <a href='statsapi/index.html'>generated documentation for MLB's Stats API</a> useful.</li>
|
|
|
|
<li>If you're some blend of a math and computer dweeb, peruse these <a href='eulerbooks/eulerbooks.html'>Jupyter notebooks for the first 100 Project Euler problems</a>.</li>
|
|
|
|
<li>If you're a computer dweeb that likes to read about computers, you can download <a href='taoup/taoup.html'>The Art of Unix Programming, converted to an epub</a>.</li>
|
|
|
|
<li>If you're the kind of math dweeb that finds yourself asking questions like "What's the multiplicative order of 10 modulo 19?", you might like this <a href="mcalc/index.html">modular arithmetic calculator</a>.</li>
|
|
</ul>
|
|
|
|
<p>If you're not any of these flavors of dweeb, or you don't even know what some of these words mean, there may be hope for you yet. Go outside. Feel the sun's rays and the air's breeze. Listen to the birds sing. <a href="https://www.youtube.com/watch?v=j8v_XqFO8Bc">Escape, before it's too late.</a></p>
|
|
|
|
<ul>
|
|
</ul>
|
|
</article>
|
|
</main>
|
|
<footer>
|
|
<ul>
|
|
<li><a href="/about.html">about</a></li>
|
|
<li><a href="/attributions.html">attributions</a></li>
|
|
</ul>
|
|
<div id="badges">
|
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/"><img class="badge" alt="CC BY-SA icon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/CC_BY-SA_icon.svg/120px-CC_BY-SA_icon.svg.png" width="88" height="31" /></a>
|
|
<a href="https://www.linux.com/"><img class="badge" alt="Made on GNU/Linux badge" src="https://88x31.kate.pet/madeon_linux.gif" width="88" height="31" /></a>
|
|
<a href="https://debian.org"><img class="badge" alt="powered by Debian badge" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Powered_by_Debian.svg/120px-Powered_by_Debian.svg.png" width="88" height="31" /></a>
|
|
<a href="https://www.gnu.org/"><img class="badge" alt="GNU badge" src="https://www.gnu.org/graphics/gnubanner-2.png" width="88" height="31" /></a>
|
|
<a href="https://www.vim.org/"><img class="badge" alt="Designed Using Vim badge" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Icon-designed_using_vim.svg/120px-Icon-designed_using_vim.svg.png" width="88" height="31" /></a>
|
|
<a href="https://joinmastodon.org/"><img class="badge" alt="Leave Twitter; Join Mastodon badge" src="https://88x31.kate.pet/masto.gif" width="88" height="31" /></a>
|
|
<a href="https://en.wikipedia.org/wiki/Main_Page"><img class="badge" alt="Wikipedia badge" src="https://upload.wikimedia.org/wikipedia/commons/a/aa/Wikipedia-button_88x31.png" width="88" height="31" /></a>
|
|
<img class="badge" alt="graphic design is my passion badge" src="https://upload.wikimedia.org/wikipedia/commons/8/89/Graphicdesign.png" width="88" height="31" />
|
|
</div>
|
|
<p id="copyright">© 2025 filifa. This page is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</p>
|
|
<div id="gallery">
|
|
<img src="/images/watching.jpg" alt="cows with red eyes" width="64" height="64" />
|
|
<img src="/images/24GhostsIII.jpg" alt="street lights" width="64" height="64" />
|
|
<img src="/images/12GhostsII.jpg" alt="birds" width="64" height="64" />
|
|
<img src="/images/opte-small.png" alt="opte" width="64" height="64" />
|
|
<img src="/images/33GhostsIV.jpg" alt="birds" width="64" height="64" />
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|