relative links

This commit is contained in:
Ayo Ayco 2023-03-03 13:03:54 +01:00
parent 8b0da44931
commit 48e8c98564
2 changed files with 5 additions and 5 deletions

View file

@ -37,13 +37,13 @@ import Footer from "../components/Footer.astro";
/>
<Card
newTab={true}
href="https://ayco.io/cv"
href="/cv"
title="CV / Resume"
body="Download and peruse my skills and experience"
/>
<Card
newTab={true}
href="https://ayco.io/github"
href="/github"
title="Github"
body="See my public projects over at Github"
/>

View file

@ -16,21 +16,21 @@ import Back from "../components/Back.astro";
<Card
newTab={true}
rel="me"
href="https://ayco.io/mastodon"
href="/mastodon"
title="#Fediverse"
body="Follow my social microblog"
/>
<Card
newTab={true}
rel="me"
href="https://ayco.io/linkedin"
href="/linkedin"
title="LinkedIn"
body="Connect with me and my professional network"
/>
<Card
newTab={true}
rel="me"
href="https://ayco.io/soundcloud"
href="/soundcloud"
title="SoundCloud"
body="Some music I made as a hobby"
/>