From 9493f982c9af63d9d84615d0bf758440f8c09a2c Mon Sep 17 00:00:00 2001 From: Adrien KISSIE Date: Fri, 15 Nov 2024 11:16:21 +0100 Subject: [PATCH] feat: add bluesky social link (#35) --- src/components/icon.astro | 17 +++++++++++++++++ src/pages/index.astro | 25 ++++++++++++++++++------- 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/src/components/icon.astro b/src/components/icon.astro index 73601ec..1299485 100644 --- a/src/components/icon.astro +++ b/src/components/icon.astro @@ -7,6 +7,7 @@ interface Props { | "suitcase" | "github" | "twitter" + | "bluesky" | "twitch" | "arobase" | "linkedin"; @@ -130,6 +131,22 @@ const { class: className, type } = Astro.props; ) } +{ + type === "bluesky" && ( + + ) +} { type === "linkedin" && ( Occupation -
Freelance full-stack developer
+
Full-stack developer & Devops
@@ -58,11 +58,11 @@ const projects = (await getCollection("projects")).sort(

- I am a Software Engineer with over {totalYearsXP} years of professional experience - and more than {totalYearsDev} years of coding under my belt. When I'm not writing - code, you’ll find me exploring the city on my bike or cooking up some delicious - meals. I also stream regularly on Twitch, where I share progress on my latest - side projects. + I am a Software Engineer with over {totalYearsXP}+ years of professional + experience and more than {totalYearsDev}+ years of coding under my belt. + When I'm not writing code, you’ll find me exploring the city on my bike or + cooking up some delicious meals. I also stream regularly on Twitch, where + I share progress on my latest side projects.