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 {
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.