feat: add mastodon links

* remove the brag about VPS and aisa @ φ deployment

Signed-off-by: Matej Focko <xfocko@fi.muni.cz>
This commit is contained in:
Matej Focko 2023-07-13 00:05:40 +02:00
parent 048b8c6157
commit 428a15a8f5
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -7,9 +7,10 @@ const FeatureList = [
title: "About Me", title: "About Me",
description: ( description: (
<p> <p>
I'm working in Red Hat in the <a href="https://github.com/packit">Packit I'm working in Red Hat in the{" "}
team</a> and studying at <a href="https://fi.muni.cz">FI MUNI</a> while <a href="https://github.com/packit">Packit team</a> and studying at{" "}
also tutoring some courses there. <a href="https://fi.muni.cz">FI MUNI</a> while also tutoring some
courses there.
</p> </p>
), ),
}, },
@ -23,15 +24,17 @@ const FeatureList = [
), ),
}, },
{ {
title: "This web", title: "Mastodon",
description: ( description: (
<> <>
This content can be found as a source at{" "} Feel free to contact me on any of the following Mastodon accounts:{" "}
<a href="https://gitlab.com/mfocko/blog">GitLab</a> or{" "} <a rel="me" href="https://fosstodon.org/@m4tt_314">
<a href="https://gitlab.fi.muni.cz/xfocko/kb">FI GitLab</a>. And you can Fosstodon
find it deployed on {" "} </a>{" "}
<a href="https://fi.muni.cz/~xfocko/kb">aisa</a> or{" "} or{" "}
<a href="https://blog.mfocko.xyz">poincare</a>. <a rel="me" href="https://hachyderm.io/@m4tt_314">
Hachyderm.io
</a>
</> </>
), ),
}, },