From 8bafec48211eadce48cb3fc5e7db25f9e948509f Mon Sep 17 00:00:00 2001 From: "Bethlenfalvi, Lorinc (ext)" Date: Tue, 6 Jan 2026 10:24:09 +0100 Subject: [PATCH] Updated footer and about --- src/icons/Gitea_Logo.svg | 1 + src/icons/github-mark-white.svg | 1 - src/icons/matrix.svg | 5 +++++ src/layouts/Main.astro | 25 ++++++++++++++++++------- src/pages/about.astro | 23 ++++++----------------- 5 files changed, 30 insertions(+), 25 deletions(-) create mode 100644 src/icons/Gitea_Logo.svg delete mode 100644 src/icons/github-mark-white.svg create mode 100644 src/icons/matrix.svg diff --git a/src/icons/Gitea_Logo.svg b/src/icons/Gitea_Logo.svg new file mode 100644 index 0000000..b5836fe --- /dev/null +++ b/src/icons/Gitea_Logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/github-mark-white.svg b/src/icons/github-mark-white.svg deleted file mode 100644 index d5e6491..0000000 --- a/src/icons/github-mark-white.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/icons/matrix.svg b/src/icons/matrix.svg new file mode 100644 index 0000000..358e2da --- /dev/null +++ b/src/icons/matrix.svg @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/src/layouts/Main.astro b/src/layouts/Main.astro index 10cee34..e049bac 100644 --- a/src/layouts/Main.astro +++ b/src/layouts/Main.astro @@ -3,9 +3,10 @@ import { Image } from "astro:assets"; import NavLink from "../components/NavLink.astro"; import Layout from "../layouts/Html.astro"; import "../styles/global.css"; -import GhLogo from "../icons/github-mark-white.svg"; +import GiteaLogo from "../icons/Gitea_Logo.svg"; import RssLogo from "../icons/rss.svg"; import BskyLogo from "../icons/Bluesky_Logo.svg"; +import MatrixLogo from "../icons/matrix.svg"; import { SITE_DESCRIPTION, SITE_TITLE } from "../consts"; interface Props { @@ -57,22 +58,22 @@ const { diff --git a/src/pages/about.astro b/src/pages/about.astro index c84bba9..20018d5 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -15,31 +15,20 @@ import Main from "../layouts/Main.astro"; />

My name is Lawrence Bethlenfalvy, I make websites and web-based - applications primarily with React. I enjoy seeing the fruit of my labour, + applications primarily with React. I enjoy seeing the fruits of my labour, which is why I do so much frontend development even though I'm not exactly an artistic genius, as finest demonstrated by this website.

- I really like perfectly designed infrastructure, and in an effort to - construct it for my own projects I've racked up a considerable amount of - DevOps experience. -

-

- I studied a lot of advanced mathematical topics in high school, and - although I was never a big fan of solving equations for hours on end the - approach and some of the concepts stuck with me. I like to draw on - mathematical techniques for day-to-day problem solving, but I also view it - as a hobby. + I like well-oiled infrastructure, and in an effort to construct it for my + own projects I've racked up a considerable amount of DevOps experience.

More recently I've been hard at work on my small conceptual language, Orchid, which, like anything I do, tries to be unopinionated, minimalistic - in design, and robust in execution. Designing a programming language is a - constant goat game against the halting problem so realising all these - principles at the same time is nigh impossible, and incremental progress - is fundamentally incompatible with the optimal, holistic approach to - issues like type checking, but when I have something to report I do it - here. + in design, and robust in execution. Incremental progress is fundamentally + incompatible with the optimal, holistic approach I like, but when I have + something to report I do it here.