diff --git a/html/.template.html b/html/.template.html deleted file mode 100644 index 5ee0886..0000000 --- a/html/.template.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - Liliesh's Homepage - - - - - - - - -
-
-

Liliesh's Homepage!

-

I like to meow! :3

-
-
- -
-
-
-
- -
- - - \ No newline at end of file diff --git a/html/about_me.css b/html/about_me.css deleted file mode 100644 index 803842f..0000000 --- a/html/about_me.css +++ /dev/null @@ -1,5 +0,0 @@ -#avatar { - filter: url(#pixelate); - width: 200px; - height: 200px; -} \ No newline at end of file diff --git a/html/about_me.html b/html/about_me.html deleted file mode 100644 index b09e066..0000000 --- a/html/about_me.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - Liliesh's Homepage - - - - - - - - - -
-
-

Liliesh's Homepage!

-

I like to meow! :3

-
-
- -
-
-
-
-

[liliesh@xenia homepage]$ tiv assets/avatar.png

- - - - - - - - - - -

[liliesh@xenia homepage]$ cd ~/Documents

-

[liliesh@xenia Documents]$ cat about_meeee.txt

-

Hiiii! it's meeee, Liliesh. Also called Maya in some spaces.
- I like to fiddle around with anything that resolves within the world of IT! And sometimes also other things!
- My main focus is on exploring/checking out software (preferred Open Source) and doing homelab things. -

-

You can find stuff from me on the following platforms:

- - -

[liliesh@xenia Documents]$ exit_

-
- - - \ No newline at end of file diff --git a/html/assets/avatar.png b/html/assets/avatar.png deleted file mode 100644 index 7f81095..0000000 Binary files a/html/assets/avatar.png and /dev/null differ diff --git a/html/assets/blobfox-88x31.png b/html/assets/blobfox-88x31.png new file mode 100644 index 0000000..28e6b6f Binary files /dev/null and b/html/assets/blobfox-88x31.png differ diff --git a/html/assets/chrmevil.gif b/html/assets/chrmevil.gif new file mode 100644 index 0000000..791016f Binary files /dev/null and b/html/assets/chrmevil.gif differ diff --git a/html/assets/fediverse.gif b/html/assets/fediverse.gif new file mode 100644 index 0000000..6ad64ff Binary files /dev/null and b/html/assets/fediverse.gif differ diff --git a/html/assets/firefoxnow.gif b/html/assets/firefoxnow.gif new file mode 100644 index 0000000..a4cd0bd Binary files /dev/null and b/html/assets/firefoxnow.gif differ diff --git a/html/assets/git_emblem.png b/html/assets/git_emblem.png new file mode 100644 index 0000000..9b40c21 Binary files /dev/null and b/html/assets/git_emblem.png differ diff --git a/html/assets/hash_now.gif b/html/assets/hash_now.gif new file mode 100644 index 0000000..833ce8c Binary files /dev/null and b/html/assets/hash_now.gif differ diff --git a/html/assets/kode-mono-latin-400-normal.woff2 b/html/assets/kode-mono-latin-400-normal.woff2 deleted file mode 100644 index e6cd383..0000000 Binary files a/html/assets/kode-mono-latin-400-normal.woff2 and /dev/null differ diff --git a/html/assets/linux.gif b/html/assets/linux.gif new file mode 100644 index 0000000..ba8241c Binary files /dev/null and b/html/assets/linux.gif differ diff --git a/html/assets/lulu_tinyuniverses_wannachill.gif b/html/assets/lulu_tinyuniverses_wannachill.gif new file mode 100644 index 0000000..d71a17b Binary files /dev/null and b/html/assets/lulu_tinyuniverses_wannachill.gif differ diff --git a/html/assets/microsoft_stop.gif b/html/assets/microsoft_stop.gif new file mode 100644 index 0000000..61936c7 Binary files /dev/null and b/html/assets/microsoft_stop.gif differ diff --git a/html/assets/scottgames.gif b/html/assets/scottgames.gif new file mode 100644 index 0000000..be19371 Binary files /dev/null and b/html/assets/scottgames.gif differ diff --git a/html/assets/wX6lP7 b/html/assets/wX6lP7 deleted file mode 100644 index b22bf92..0000000 --- a/html/assets/wX6lP7 +++ /dev/null @@ -1 +0,0 @@ -#### Recent blog entries #### \ No newline at end of file diff --git a/html/base.css b/html/base.css deleted file mode 100644 index 48ae69b..0000000 --- a/html/base.css +++ /dev/null @@ -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;} -} \ No newline at end of file diff --git a/html/blog.html b/html/blog.html deleted file mode 100644 index 1c2a242..0000000 --- a/html/blog.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - Liliesh's Homepage - - - - - - - - -
-
-

Liliesh's Homepage!

-

I like to meow! :3

-
-
- -
-
-
-
-

[liliesh@xenia homepage]$ cd entries

-

[liliesh@xenia entries]$ ls -lArt

-

total 0

- -

[liliesh@xenia entries]$ exit_

-
- - - \ No newline at end of file diff --git a/html/general.css b/html/general.css new file mode 100644 index 0000000..92f6007 --- /dev/null +++ b/html/general.css @@ -0,0 +1,66 @@ +:root { + font-family: w95fa, sans-serif; + --bg-color: #008080; + --content-bg-color: #f0e9d0; + --text-color: #000000; + --window-bg-color: #b0aa9b; + --light-shade: #ddd4c6; + --dark-shade: #747064; + --window-deco-color: #00007f; + --seperator-color: #979285; +} + +@font-face { + font-family: w95fa; + font-style: normal; + font-weight: 400; + src: url(https://fonts.cdnfonts.com/s/45697/W95FA.woff); +} + +.title-bar { + background-color: var(--window-deco-color); + color: white; + font-size: 14pt; + padding: .25em; + margin: 0; +} + +.window { + background-color: var(--window-bg-color); + border: 3px solid; + border-color: var(--light-shade) var(--dark-shade) var(--dark-shade) + var(--light-shade); + min-height: 5em; + margin: 0.5em; +} + +.button { + border: 3px solid; + border-color: var(--light-shade) var(--dark-shade) var(--dark-shade) + var(--light-shade); + padding: 5px; +} + +.window-content { + background-color: var(--content-bg-color); + border: 3px solid; + border-color: var(--dark-shade) var(--light-shade) var(--light-shade) var(--dark-shade); + min-height: 5em; + margin: 1em .5em; +} + +.button:hover { + background-color: var(--light-shade); +} + +.vruler{ + border-left: 3px solid var(--seperator-color); + height: 30px; + margin: 0 5px 0 5px; + align-self: center; +} + +/*BODY*/ +body { + background-color: var(--bg-color); +} diff --git a/html/index.html b/html/index.html index 03e8146..c5ae74f 100644 --- a/html/index.html +++ b/html/index.html @@ -1,46 +1,74 @@ - - Liliesh's Homepage - - - - - - - + + -
-
-

Liliesh's Homepage!

-

I like to meow! :3

+
+
Welcome!
+
+ Home +
+ Links +
+
+

About Liliesh

+
silly neighborhood goofball
+
+

About Me

+
    +
  • Name: Maya
  • +
  • Pronouns: she/her
  • +
+

+

Interests

+
    + + + + + + + + + + + + + + + + + +
    Reading & Fanfics>> currently a lot of webcomics (e.g Sabrina Online, Nine to Nine)
    Gaming>> mostly sandbox and story based
    Sysadministration>> mostly setting up services in my homelab and checking out new software
    Software development>> doing silly stuff or developing solutions that I need
    +
+

-
- + +
+ + + +
+
+ + + + + + + + +
-
-
-

[liliesh@xenia homepage]$ cat assets/wX6lP7

-

#### Recent blog entries ####

-

[liliesh@xenia homepage]$ cd entries

-

[liliesh@xenia entries]$ ls -lArt | tail -n 7

-

total 0

- -

[liliesh@xenia entries]$ exit_

-
+ - \ No newline at end of file + + diff --git a/html/links.html b/html/links.html index cdda2b3..f146757 100644 --- a/html/links.html +++ b/html/links.html @@ -1,84 +1,120 @@ - + - Liliesh's Homepage - - - - - - + + + -
-
-

Liliesh's Homepage!

-

I like to meow! :3

+
+
Welcome!
+
+ Home +
+ Blog +
+ Links +
+
+

Link Collection

+
+

Disclaimer!

+

I provide those links since I found those interesting to share. Generally I have no association with the content or the owners of the content.

+
+

Server Software

+

+ Navidrome - Service for hosting your own music library +  Website - Docs - Source +
+ Firefly III - A free and open source personal finance manager +  Website - Docs - Source +
+ Sunshine - Sunshine is a self-hosted game stream host for Moonlight. +  Website - Docs - Source +

+
+

Client Software

+

+ Feishin - A modern self-hosted music player for subsonic and/or Navidrome +  Source +
+ SourceGit - Open Source & Free Git GUI Client +  Website - Source +
+ Zen Browser - A firefox fork with a modern design and vertical tabs by default +  Website - Source +
+ Abacus - An mobile app to use Firefly III on the go +  Source +
+ Distrobox - A simple cli tool to use containerized linux distros an any distro +  Website - Source +
+ BoxBuddy - A GUI tool for Distrobox +  Source +

+
+

Other Software bits

+

+ Volpeon Emojis - A neat collection of emojis +  Website +
+ Neomojimixer - Create your own neomoji! +  Website +

+
+

Linux Distributons

+

+ Find me a Distro - A website that can recommend a random distro +  Website +
+ Distro Chooser - A website that helps you to choose a distro based on choices +  Website +

+
+

Information / Knowledge

+

+ Linux Journey - A website for learning about and how to use Linux +  Website +
+ Linux Survival - A website to learn the basic linux terminal commands in a easy way. +  Website +
+ Consumer Rights Wiki - A website "Exposing the overlooked exploitation of modern customers" +  Website +
+ Awesome Privacy - A collection of tools that can help with more online privacy +  Website +
+ SamWho's Website - A collection of explainations about things like memory allocation or hashing +  Website +

-
- + +
+ + + +
+
+ + + + + + + + +
-
-
-

[liliesh@xenia homepage]$ cd ~/Documents

-

[liliesh@xenia Documents]$ cat cool_links.txt

-

Here I have a list of interesting software that I have use or used in the past that I like and wanna share.

-

!!! Important !!!
- 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.

-

In case you want a curated list of software that is AI free, check out the following: Starlight Network No-AI List

- -

#### Server Software ####
- Navidrome - Service for hostin your own music library Website-Source
- Firefly III - A free and open source personal finance manager Website-Source
- Sunshine - Self-hosted game stream host for Moonlight Website-Source -

-

#### Client Software ####
- Feishin - A modern music player for subsonic and/or Navidrome Source
- SourceGit - Open Source & free git GUI client Website-Source
- Zen Browser - A firefox fork with a modern design and vertical tabs by default Website-Source
- Abacus - An mobie app to use Firefly III on the go Source
- Distrobox - A simple cli tool to use containerized linux distros on any distro Website-Source
- BoxBuddy - A GUI tool for Distrobox Source -

-

#### Other software bits ####
- Volpeon Emojis - A neat collection of emojis Website
- Neomojimixer - Create your own neomoji! Website -

- -

#### Linux Distributions ####
- ### Tools ###
- Find me a Distro - A website that can show you a random distro Website
- Distro Chooser - A website that helps you to choose a distro based on choices Website -

- -

#### Information / Knowledge ####
- ### General ###
- Consumer Rights Wiki - A website "Exposing the overlooked exploitation of modern customers" Website
- -
### Tech ###
- Linux Journey - A website for learning about and how to use Linux Website
- Linux Survival - A website to learn the basic Linux terminal commands in a easy way Website
- Eylenburg's Tech Website - A collection of comparisons about well known software Website
- SamWho's Website - a collection of explainations about things like memory allocation or hashing Website
-
### Privacy ####
- Awesome Privacy - A collection of tools that can help with more online privacy Website
-

- -

[liliesh@xenia Documents]$ exit_

-
+ + \ No newline at end of file diff --git a/html/main.css b/html/main.css index e69de29..485cfbf 100644 --- a/html/main.css +++ b/html/main.css @@ -0,0 +1,72 @@ +/*UwU*/ +.UwU { + padding: 1em; +} + +h3 { + margin: auto auto 0 auto; +} + +ul { + margin: auto auto 0 auto; +} + +li p { + margin: 0.2em 0 0.2em 0; +} + +/*FOOTER*/ +h2, +h5 { + text-align: center; + margin: 0.25em; +} + +.socials { + display: flex; + justify-content: center; + align-items: center; + flex-wrap: wrap; +} + +a img { + max-height: 30px; +} + +.social { + margin: 5px; + +} + +.button { + color: black; + text-decoration: none; +} + +#matrix-logo { + filter: invert(1); +} + +.actionbar { + margin: 1em; + display: flex; + align-content: center; +} + +.action-button { + padding: 2px 10px 2px 10px; + border: 3px solid transparent; + color: black; + text-decoration: none; +} + +.action-button:hover { + border: 3px solid; + border-color: var(--light-shade) var(--dark-shade) var(--dark-shade) + var(--light-shade); +} + +/*SPECIALS*/ +.specials { + margin: 0.2em; +}