From 1dac631a148ee6d2ac7538c21a27cca32d61494d Mon Sep 17 00:00:00 2001 From: bronku Date: Wed, 7 Jan 2026 22:51:53 +0100 Subject: [PATCH] fixes --- favicon.svg | 4 ++++ index.html | 9 +++++---- style.css | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 favicon.svg diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..39d4caa --- /dev/null +++ b/favicon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/index.html b/index.html index 2208103..1d72b13 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + Jakub Bronk | Portfolio @@ -87,9 +88,9 @@ I value simplicity, ownership, and efficiency. My preference for languages like C and Go stems from a desire to understand the hardware beneath the code. I apply this logic to my homelab, where I prioritize - self-hosting over third-party dependencies. This is why I prefer a - personal Gitea page over GitHub and strive to minimize dependencies in - my own code. + self-hosting over third-party dependencies. This is why I prefer ssh to + my home server over GitHub and strive to minimize dependencies in my own + code.

@@ -131,7 +132,7 @@ diff --git a/style.css b/style.css index 5cbceea..4757d21 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ :root { --bg: #ffffff; --text: #1a1a1a; - --accent: #2563eb; + --accent: #000080; --dim: #666; --code-bg: #f4f4f4; }