website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

commit 856265ea556b08240b289c205d7dc5eebe241a83
parent 9c2932110364ef9ffeeb84f116c9f17509bdc90f
Author: Shipwreckt <Shipwreckt@mailfence.com>
Date:   Thu, 16 May 2024 20:58:37 +0100

changed link colours because looking at it on friends phone it seemed a bit dim, I also added what file manager I use in my about me.

Diffstat:
Mpublic/index.html | 6++++++
Mpublic/style.css | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html @@ -102,6 +102,12 @@ somebody else's server so I switched to KeePassXC because it is offline, I use syncthing to sync all my passwords from my laptop to my phone.</p> + <p><b>File manager</b><br> + For my file manager, I use <a href ="https://github.com/ranger/ranger">Ranger</a>. + The main reason I use Ranger is because it uses Vim keybinds, + which I love. I first tested it out to see if it was any good, and after using it for about a + day, I decided to fully switch over to it, and it is a good file manager. I would suggest it to + anybody who likes the vim keybinds. </p> <p><b>Status bar</b><br> <a href "https://github.com/polybar">Polybar</a> is the software that I use for my status bar because it is very customizable and it has all diff --git a/public/style.css b/public/style.css @@ -18,7 +18,7 @@ body { a { font-weight: normal; text-decoration: none; - color:#6738a5; + color:#9433ff; } a:focus { outline: thin dotted;