Removed old things

This commit is contained in:
Liliesh 2026-03-13 20:17:32 +01:00
parent 8c058f1e9c
commit 0286a5510b
Signed by untrusted user who does not match committer: liliesh
GPG key ID: 680387646C7BAE8E
11 changed files with 0 additions and 362 deletions

View file

@ -1,39 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Liliesh's Homepage</title>
<link rel="stylesheet" href="./base.css">
<meta charset="UTF-8">
<meta name="description" content="meow meow! :3">
<meta name="keywords" content="Linux, Self-Hosting, Meow">
<meta name="author" content="Liliesh">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
</head>
<body>
<div class="topbar">
<div class="lefthead">
<h3>Liliesh's Homepage!</h3>
<p><i>I like to meow! :3</i></p>
</div>
<div>
<div class="navbar">
<p>goto</p>
<a href="./index.html" id="current_nav">home</a>
<a href="./blog.html">blog</a>
<a href="./links.html">links</a>
<a href="./about_me.html">about_me</a>
</div>
</div>
</div>
<hr>
<main>
</main>
</body>
<footer>
<hr>
<div class="footerbox">
This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div>
</footer>
</html>

View file

@ -1,5 +0,0 @@
#avatar {
filter: url(#pixelate);
width: 200px;
height: 200px;
}

View file

@ -1,64 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Liliesh's Homepage</title>
<link rel="stylesheet" href="./base.css">
<link rel="stylesheet" href="./about_me.css">
<meta charset="UTF-8">
<meta name="description" content="meow meow! :3">
<meta name="keywords" content="Linux, Self-Hosting, Meow">
<meta name="author" content="Liliesh">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
</head>
<body>
<div class="topbar">
<div class="lefthead">
<h3>Liliesh's Homepage!</h3>
<p><i>I like to meow! :3</i></p>
</div>
<div>
<div class="navbar">
<p>goto</p>
<a href="./index.html">home</a>
<a href="./blog.html">blog</a>
<a href="./links.html">links</a>
<a href="./about_me.html" id="current_nav">about_me</a>
</div>
</div>
</div>
<hr>
<main>
<p>[liliesh@xenia homepage]$ tiv assets/avatar.png</p>
<img id="avatar" src="assets/avatar.png?30x30">
<svg>
<filter id="pixelate" x="0" y="0">
<feFlood x="5" y="5" height="1" width="1"/>
<feComposite width="5" height="5"/>
<feTile result="a"/>
<feComposite in="SourceGraphic" in2="a" operator="in"/>
<feMorphology operator="dilate"radius="2"/>
</filter>
</svg>
<p>[liliesh@xenia homepage]$ cd ~/Documents</p>
<p>[liliesh@xenia Documents]$ cat about_meeee.txt</p>
<p>Hiiii! it's meeee, Liliesh. Also called Maya in some spaces.<br>
I like to fiddle around with anything that resolves within the world of IT! And sometimes also other things! <br>
My main focus is on exploring/checking out software (preferred Open Source) and doing homelab things.
</p>
<p>You can find stuff from me on the following platforms:</p>
<ul>
<li><a href="https://cfn.social/@liliesh">Fediverse</a></li>
<li><a href="https://codeberg.org/liliesh">Software projects (Codeberg)</a></li>
<li><a href="https://git.pinkhaj.world/liliesh">Software projects (Backup)</a></li>
</ul>
<p>[liliesh@xenia Documents]$ exit<span id="blinky">_</span></p>
</main>
</body>
<footer>
<hr>
<div class="footerbox">
This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div>
</footer>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

View file

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

View file

@ -1,80 +0,0 @@
:root {
--background-color: #2c2c2c;
--font-color: #cfcccc;
--nav-color: #bb8989;
--font-family: 'Kode Mono';
}
@font-face {
font-family: 'Kode Mono';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(assets/kode-mono-latin-400-normal.woff2) format('woff2');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
a, a:visited {
color: var(--nav-color);
margin: 0 .25em 0 .25em;
}
body {
background-color: var(--background-color);
color: var(--font-color);
font-family: var(--font-family);
}
.topbar {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.navbar {
display: flex;
flex-direction: row;
p {
margin: 0;
}
a, a:visited {
text-decoration: none;
}
#current_nav {
text-decoration: underline;
}
}
.lefthead {
h3, p {
margin: 0;
}
p {
font-size: 10pt;
}
}
.footerbox {
display: flex;
justify-content: center;
align-items: center;
p {
margin: 0;
font-size: 12pt;
}
}
#blinky {
animation: hide 750ms infinite;
}
@keyframes hide {
0% { opacity: 1.0;}
50% { opacity: 0.0;}
}

View file

@ -1,43 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Liliesh's Homepage</title>
<link rel="stylesheet" href="./base.css">
<meta charset="UTF-8">
<meta name="description" content="meow meow! :3">
<meta name="keywords" content="Linux, Self-Hosting, Meow">
<meta name="author" content="Liliesh">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
</head>
<body>
<div class="topbar">
<div class="lefthead">
<h3>Liliesh's Homepage!</h3>
<p><i>I like to meow! :3</i></p>
</div>
<div>
<div class="navbar">
<p>goto</p>
<a href="./index.html">home</a>
<a href="./blog.html" id="current_nav">blog</a>
<a href="./links.html">links</a>
<a href="./about_me.html">about_me</a>
</div>
</div>
</div>
<hr>
<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>
</body>
<footer>
<hr>
<div class="footerbox">
This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div>
</footer>
</html>

View file

@ -1,46 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Liliesh's Homepage</title>
<link rel="stylesheet" href="./base.css">
<link rel="stylesheet" href="./main.css">
<meta charset="UTF-8">
<meta name="description" content="meow meow! :3">
<meta name="keywords" content="Linux, Self-Hosting, Meow">
<meta name="author" content="Liliesh">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
</head>
<body>
<div class="topbar">
<div class="lefthead">
<h3>Liliesh's Homepage!</h3>
<p><i>I like to meow! :3</i></p>
</div>
<div>
<div class="navbar">
<p>goto</p>
<a href="./index.html" id="current_nav">home</a>
<a href="./blog.html">blog</a>
<a href="./links.html">links</a>
<a href="./about_me.html">about_me</a>
</div>
</div>
</div>
<hr>
<main>
<p>[liliesh@xenia homepage]$ cat assets/wX6lP7</p>
<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>
</body>
<footer>
<hr>
<div class="footerbox">
This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div>
</footer>
</html>

View file

@ -1,84 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Liliesh's Homepage</title>
<link rel="stylesheet" href="./base.css">
<meta charset="UTF-8">
<meta name="description" content="meow meow! :3">
<meta name="keywords" content="Linux, Self-Hosting, Meow">
<meta name="author" content="Liliesh">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
</head>
<body>
<div class="topbar">
<div class="lefthead">
<h3>Liliesh's Homepage!</h3>
<p><i>I like to meow! :3</i></p>
</div>
<div>
<div class="navbar">
<p>goto</p>
<a href="./index.html">home</a>
<a href="./blog.html">blog</a>
<a href="./links.html" id="current_nav">links</a>
<a href="./about_me.html">about_me</a>
</div>
</div>
</div>
<hr>
<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>
</body>
<footer>
<hr>
<div class="footerbox">
This page is javascript free - <a href="https://codeberg.org/liliesh/homepage">Source Code</a>
</div>
</footer>
</html>

View file