From 428a15a8f54ecb59226fd6c21297e62f6f1edf97 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 13 Jul 2023 00:05:40 +0200 Subject: [PATCH] feat: add mastodon links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * remove the brag about VPS and aisa @ φ deployment Signed-off-by: Matej Focko --- src/components/HomepageFeatures/index.js | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 4920d7b..6060b0e 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -7,9 +7,10 @@ const FeatureList = [ title: "About Me", description: (

- I'm working in Red Hat in the Packit - team and studying at FI MUNI while - also tutoring some courses there. + I'm working in Red Hat in the{" "} + Packit team and studying at{" "} + FI MUNI while also tutoring some + courses there.

), }, @@ -23,15 +24,17 @@ const FeatureList = [ ), }, { - title: "This web", + title: "Mastodon", description: ( <> - This content can be found as a source at{" "} - GitLab or{" "} - FI GitLab. And you can - find it deployed on {" "} - aisa or{" "} - poincare. + Feel free to contact me on any of the following Mastodon accounts:{" "} + + Fosstodon + {" "} + or{" "} + + Hachyderm.io + ), },