diff options
| author | Ambrose <me@librelife.org> | 2026-03-19 01:16:47 -0400 |
|---|---|---|
| committer | Ambrose <me@librelife.org> | 2026-03-19 01:16:47 -0400 |
| commit | afcfe8940c35355fe1e6d01d7f9a569bf050850a (patch) | |
| tree | 9277991bdc7971a9a8156631d12511144a02fbb6 | |
| parent | 8d11f43d9864f3b7f2e9ba40abca33ded9ef4a94 (diff) | |
Cleaned up some basic info & code on main page(s)
| -rw-r--r-- | index.html | 17 | ||||
| -rw-r--r-- | static/nav.html | 4 | ||||
| -rw-r--r-- | templates/tmp_index.html | 2 |
3 files changed, 16 insertions, 7 deletions
@@ -28,7 +28,7 @@ $(function(){ Welcome to my webpage! (Ru. Добро пожаловать на мою веб-страницу!) <br> Hello! I am Ambrose, I'm a hobbyist sysadmin, a big fan of Gnu/Linux and any UNIX system, and a huge supporter of Free and Open Source software. -I am also an Orthodox Christian, you can read more about that: <a href="">HERE</a>. +I am also an Orthodox Christian, you can read more about that: <a href="/articles/religion.html">HERE</a>. <br><br> I created this site to share my writing(s), to document my projects, to share @@ -48,10 +48,19 @@ was to make my website difficult to navigate on a touchscreen. <h2>My computing information</h2> <i>I like to switch around how I use computers / operating system(s), so this information has the potential to be outdated.</i><br> -<b>Operating System</b> +<b>Operating System:</b> For both my desktop and laptop I use the FSF approved <a href="https://parabola.nu">Gnu/Linux-libre distro Parabola</a>. - - +I quite enjoy it, I have tried many Gnu/Linux distros and I always end up using an Arch-based one. I also really enjoyed <a href="https://artixlinux.org/">Artix</a> since it ships without <i>systemd</i> and it packages <i>xlibre</i> and <i>librewolf</i> in it's main package repositories.<br> +<b>Software:</b> +I use for my web-browser <a href="https://librewolf.net">LibreWolf</a> and I'm +currently looking into <a href="https://palemoon.org">palemoon</a> as a +potential replacement. +My e-mail client is <a href="https://claws-mail.org">claws-mail</a>, which works nearly perfectly besides being unable to decrypt the subject of GPG encrypted e-mails. +</p> +<p class="eos"> +<h2>Earthy OS</h2> +I package my builds of <a href="https://suckless.org">suckless software</a> under the branding of <i>"EarthyOS"</i> or <i>"eOS"</i>. Which I used to host on a GitHub origination but now I moved all of the repositories to my own git website. +You can see information on how-to install EarthyOS on the work-in-progress webpage for the project: <a href="https://earthyos.librelife.org/">earthyos.librelife.org</a> </p> <!--footer--> diff --git a/static/nav.html b/static/nav.html index 17978d0..7979188 100644 --- a/static/nav.html +++ b/static/nav.html @@ -1,7 +1,7 @@ <nav> <div class="navbar"> - <button type="button"><a href="/" class="here">Home</a></button> - <button type="button"><a href="/contact.html" >Contact</a></button> + <a href="/" class="here"><button>Home</button></a> + <a href="/contact.html" ><button>Contact</button></a> </div> </nav> <hr> diff --git a/templates/tmp_index.html b/templates/tmp_index.html index 82f6453..353420c 100644 --- a/templates/tmp_index.html +++ b/templates/tmp_index.html @@ -7,7 +7,7 @@ <meta name="author" content="Ambrose"> <title>Ambrose's Personal Webpage</title> <link rel="Website icon" href="/static/favicon.svg" type="image/svg"> - <link rel="stylesheet" href="styles.css"> + <link rel="stylesheet" href="/styles.css"> <script src="/static/js/jquery-1.10.2.js"></script> </head> <body> |