Initial commit

This commit is contained in:
2025-07-04 19:43:58 -04:00
parent 56a21e393a
commit 2153a2fb44
72 changed files with 2544 additions and 0 deletions

63
links/index.html Normal file
View File

@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
[ Links | easthighNerd ]
</title>
<link href="/res/css/default.css" rel="stylesheet">
<link href="/res/img/favicon.gif" rel="icon" type="image/gif">
<link rel="me" href="https://raru.re/@easthighNerd">
</head>
<body class="window">
<div class="window_bar">
<p>
Links
</p>
<a href="/home/" class="close_button">
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
</a>
<div class="explorer_bar_top">
<img src="/res/img/explorer-bar.jpg" width="100%" height="88px">
<p>
https://www.easthighnerd.net/
</p>
</div>
</div>
<div class="window_content">
<h2
id="heres-some-other-places-on-the-interwebs-i-recommend-having-a-looksie-at">Heres
some other places on the interwebs I recommend having a
looksie at!</h2>
<ul>
<li><a href="https://32bit.cafe/" target="_blank">32-Bit
Cafe</a></li>
<li><a href="https://www.debian.org/" target="_blank">Debian</a></li>
<li><a href="https://www.endof10.org/" target="_blank">End
of 10</a></li>
<li><a href="https://www.fedoraproject.org/" target="_blank">Fedora
Project</a></li>
<li><a href="https://www.fsfe.org/" target="_blank">Free
Software Foundation Europe</a></li>
<li><a href="https://www.gimp.org/" target="_blank">The GNU
Image Manipulation Program</a></li>
<li><a href="https://www.inkscape.org/" target="_blank">Inkscape</a></li>
<li><a href="https://www.kate-editor.org/" target="_blank">Kate</a></li>
<li><a href="https://www.kde.org/" target="_blank">KDE</a></li>
<li><a href="https://www.neocities.org/" target="_blank">Neocities</a></li>
<li><a href="https://www.thenewoil.org/" target="_blank">The
New Oil</a></li>
<li><a href="https://www.nixos.org/" target="_blank">NixOS</a></li>
<li><a href="https://www.techlore.tech/" target="_blank">Techlore</a></li>
<li><a href="https://www.vscodium.com/" target="_blank">VSCodium</a></li>
<li><a href="https://yesterweb.org/" target="_blank">Yesterweb</a></li>
</ul>
</div>
<div class="explorer_bar_bottom">
<img src="/res/img/explorer-bar-bottom.jpg" width="100%" height="23px">
<p>
https://www.easthighnerd.net/
</p>
</div>
</body>
</html>