Finished remaining nerdy refactor

This commit is contained in:
Liliesh 2026-03-08 19:01:20 +01:00
parent e2d89b890d
commit 9b46f3715c
Signed by untrusted user who does not match committer: liliesh
GPG key ID: 680387646C7BAE8E
8 changed files with 72 additions and 18 deletions

View file

@ -33,7 +33,7 @@
<footer> <footer>
<hr> <hr>
<div class="footerbox"> <div class="footerbox">
This page is javascript free - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a> This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div> </div>
</footer> </footer>
</html> </html>

View file

@ -1,13 +1,3 @@
#blinky {
animation: hide 750ms infinite;
}
@keyframes hide {
0% { opacity: 1.0;}
50% { opacity: 0.0;}
}
#avatar { #avatar {
filter: url(#pixelate); filter: url(#pixelate);
width: 200px; width: 200px;

View file

@ -58,7 +58,7 @@
<footer> <footer>
<hr> <hr>
<div class="footerbox"> <div class="footerbox">
This page is javascript free - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a> This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div> </div>
</footer> </footer>
</html> </html>

1
html/assets/wX6lP7 Normal file
View file

@ -0,0 +1 @@
#### Recent blog entries ####

View file

@ -69,3 +69,12 @@ body {
font-size: 12pt; font-size: 12pt;
} }
} }
#blinky {
animation: hide 750ms infinite;
}
@keyframes hide {
0% { opacity: 1.0;}
50% { opacity: 0.0;}
}

View file

@ -27,13 +27,17 @@
</div> </div>
<hr> <hr>
<main> <main>
<p>[liliesh@xenia homepage]$ cd entries</p>
<p>[liliesh@xenia entries]$ ls -lArt</p>
<p>total 0</p>
<!-- <p>-r---r--r--&#9;1&#9;liliesh&#9;liliesh&#9;67&#9;8. Mar&#9;18:54&#9;<a href="">some_cool_entry.txt</a></p> -->
<p>[liliesh@xenia entries]$ exit<span id="blinky">_</span></p>
</main> </main>
</body> </body>
<footer> <footer>
<hr> <hr>
<div class="footerbox"> <div class="footerbox">
This page is javascript free - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a> This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div> </div>
</footer> </footer>
</html> </html>

View file

@ -28,14 +28,19 @@
</div> </div>
<hr> <hr>
<main> <main>
<h2>Recent entries</h2> <p>[liliesh@xenia homepage]$ cat assets/wX6lP7</p>
<h3>None yet! Be excited!</h3> <p>#### Recent blog entries ####</p>
<p>[liliesh@xenia homepage]$ cd entries</p>
<p>[liliesh@xenia entries]$ ls -lArt | tail -n 7</p>
<p>total 0</p>
<!-- <p>-r---r--r--&#9;1&#9;liliesh&#9;liliesh&#9;67&#9;8. Mar&#9;18:54&#9;<a href="">some_cool_entry.txt</a></p> -->
<p>[liliesh@xenia entries]$ exit<span id="blinky">_</span></p>
</main> </main>
</body> </body>
<footer> <footer>
<hr> <hr>
<div class="footerbox"> <div class="footerbox">
This page is javascript free - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a> This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div> </div>
</footer> </footer>
</html> </html>

View file

@ -27,13 +27,58 @@
</div> </div>
<hr> <hr>
<main> <main>
<p>[liliesh@xenia homepage]$ cd ~/Documents</p>
<p>[liliesh@xenia Documents]$ cat cool_links.txt</p>
<p>Here I have a list of interesting software that I have use or used in the past that I like and wanna share.</p>
<p>!!! Important !!!<br>
In case you wanna avoid AI at all costs, please check the repositories beforehand.
I did not do an in-depth check on all repos to verify that they don't or did not use AI to generate code.</p>
<p>In case you want a curated list of software that is AI free, check out the following: <a href="https://noai.starlightnet.work/">Starlight Network No-AI List</a></p>
<p>#### Server Software ####<br>
Navidrome - Service for hostin your own music library <a href="https://www.navidrome.org/">Website</a>-<a href="https://github.com/navidrome/navidrome/">Source</a><br>
Firefly III - A free and open source personal finance manager <a href="https://www.firefly-iii.org/">Website</a>-<a href="https://github.com/firefly-iii/firefly-iii/">Source</a><br>
Sunshine - Self-hosted game stream host for Moonlight <a href="https://app.lizardbyte.dev/Sunshine/?lng=en">Website</a>-<a href="https://github.com/LizardByte/Sunshine">Source</a>
</p>
<p>#### Client Software ####<br>
Feishin - A modern music player for subsonic and/or Navidrome <a href="https://github.com/jeffvli/feishin">Source</a><br>
SourceGit - Open Source & free git GUI client <a href="https://sourcegit-scm.github.io/">Website</a>-<a href="https://github.com/sourcegit-scm/sourcegit">Source</a><br>
Zen Browser - A firefox fork with a modern design and vertical tabs by default <a href="https://zen-browser.app/">Website</a>-<a href="https://github.com/zen-browser/desktop">Source</a><br>
Abacus - An mobie app to use Firefly III on the go <a href="https://github.com/victorbalssa/abacus">Source</a><br>
Distrobox - A simple cli tool to use containerized linux distros on any distro <a href="https://distrobox.it/">Website</a>-<a href="https://github.com/89luca89/distrobox">Source</a><br>
BoxBuddy - A GUI tool for Distrobox <a href="https://github.com/Dvlv/BoxBuddyRS">Source</a>
</p>
<p>#### Other software bits ####<br>
Volpeon Emojis - A neat collection of emojis <a href="https://volpeon.ink/emojis/">Website</a><br>
Neomojimixer - Create your own neomoji! <a href="https://neomojimixer.com/">Website</a>
</p>
<p>#### Linux Distributions ####<br>
### Tools ###<br>
Find me a Distro - A website that can show you a random distro <a href="https://distro.moe/">Website</a><br>
Distro Chooser - A website that helps you to choose a distro based on choices <a href="https://distrochooser.de/">Website</a>
</p>
<p>#### Information / Knowledge ####<br>
### General ###<br>
Consumer Rights Wiki - A website "Exposing the overlooked exploitation of modern customers" <a href="https://consumerrights.wiki/">Website</a><br>
<br>### Tech ###<br>
Linux Journey - A website for learning about and how to use Linux <a href="https://labex.io/linuxjourney">Website</a><br>
Linux Survival - A website to learn the basic Linux terminal commands in a easy way <a href="https://linuxsurvival.com/">Website</a><br>
Eylenburg's Tech Website - A collection of comparisons about well known software <a href="https://eylenburg.github.io/">Website</a><br>
SamWho's Website - a collection of explainations about things like memory allocation or hashing <a href="https://samwho.dev/">Website</a><br>
<br>### Privacy ####<br>
Awesome Privacy - A collection of tools that can help with more online privacy <a href="https://awesome-privacy.xyz/">Website</a><br>
</p>
<p>[liliesh@xenia Documents]$ exit<span id="blinky">_</span></p>
</main> </main>
</body> </body>
<footer> <footer>
<hr> <hr>
<div class="footerbox"> <div class="footerbox">
This page is javascript free - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a> This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div> </div>
</footer> </footer>
</html> </html>