mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 13:03:47 +01:00
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:
parent
048b8c6157
commit
428a15a8f5
1 changed files with 13 additions and 10 deletions
|
@ -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>
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue