update to short links

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

View file

@ -37,13 +37,13 @@ import Footer from "../components/Footer.astro";
/> />
<Card <Card
newTab={true} newTab={true}
href="https://drive.google.com/file/d/1MhN8qWRJnSHM_epU9GFQL9lEsMFtHWQK/view?usp=sharing" href="https://ayco.io/cv"
title="CV / Resume" title="CV / Resume"
body="Download and peruse my skills and experience" body="Download and peruse my skills and experience"
/> />
<Card <Card
newTab={true} newTab={true}
href="https://github.com/ayoayco" href="https://ayco.io/github"
title="Github" title="Github"
body="See my public projects over at Github" body="See my public projects over at Github"
/> />

View file

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