From c2596a06814506d6d889db745df399133deee661 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 7 Mar 2025 14:57:56 +0100 Subject: [PATCH] wip: 2025-03-07T05:57:41+0100 (1741323461) --- public/about.php | 13 +++++++------ public/assets/css/pages/about.css | 4 ---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/public/about.php b/public/about.php index 5554450..b95d41f 100644 --- a/public/about.php +++ b/public/about.php @@ -43,8 +43,9 @@
-

I​'m a full-stack web developer from Sweden.

+

I​'m a full-stack web developer from Sweden, and welcome to my little personal corner of the Internet!

I used to list the <programming/markup/command/whatever>-languages here that I use the most and order them by guesstimating how much I use each one. But then I thought it would be better to just show you instead using this chart that automatically pulls the total bytes for each language from my public mirrors and sources on Forgejo.

+

Some other noteworthy techologies that I work a decent amount with are: Debian, MariaDB, SQLite, DNS, and probably a few others as well. Check out this page for a comprehensive list of all the tech that I use.

@@ -81,15 +82,15 @@

This website

-

This site and all of its components are 100% free and open source software. The website is designed and built by me from the ground up using my web and API frameworks as the foundation. You will find no cookies or trackers here. The only information I have about you is your public IP-address and which resources on this site your browser requests. None of this data is used for any kind of analytics.

-

See detailed information about all servers/services on this domain

+

This site and all of its components, including texts and graphics have been created by me and are all 100% free and open source. Feel free to use anything you see on this website in your own projects as long as it's under the same GNU GPLv3-or-later license. The website is designed by me on top of my own web framework and API framework.

+

You will never find cookies or trackers on this site. The only information I have about you are in the standard NGINX web server logs, which get overwritten automatically after some time.

Personal

-

Coffee, of course.. and..

-

At times, I become a true, amateur, armchair detective for a variety of your typical-nerdy topics that I find interesting. And will spend a disproportionate to real-world-personal-use amount of time reading about that stuff too.

+

One thing is true.. Coffee, lots of coffee. In fact, I've had X cups of coffee in the last 7 days! That's less than my average of X per week, impressive! Even though you just read that.. I don't consider myself too much of a coffee snob! As long as it's dark roast and warm, I'm probably happy to have it.

+

At times, I become a true, amateur, armchair detective for a variety of your typical-nerdy topics that I find interesting and you can bet I spend way more time reading about those things than I will ever have use for in life.

+

My coding happens almost exclusivly in code-server, which is a fork of VSCode that runs entirely in the browser. I keep my development environment tucked away in a lightweight Debian VA that I can tote around to whatever host machine I happen to work on. If I can't do that for whatever reason, I have my dotfiles ready to get things set up the way I like it.

Another silent passion of mine that comes out every few years is building computers and fiddling with weird networking stuff.

-

And then of course I don't mind some occational gaming, and watching movies and TV-series.

Projects

diff --git a/public/assets/css/pages/about.css b/public/assets/css/pages/about.css index 47248b3..7e89f2d 100644 --- a/public/assets/css/pages/about.css +++ b/public/assets/css/pages/about.css @@ -60,10 +60,6 @@ section.about span.interests { animation: interests-hue 5s infinite linear; } -section.about p i:not(:hover) { - opacity: .3; -} - /* ## Languages */ section.languages {