style: newTab social links

This commit is contained in:
Ayo 2022-10-18 14:44:17 +02:00
parent bc9e038ab1
commit d5814b7174

View file

@ -11,16 +11,19 @@ import Back from "../components/Back.astro";
<h1>Social <span class="text-gradient">Links</span></h1> <h1>Social <span class="text-gradient">Links</span></h1>
<ul role="list" class="link-card-grid"> <ul role="list" class="link-card-grid">
<Card <Card
newTab={true}
href="https://twitter.com/ayoayco/" href="https://twitter.com/ayoayco/"
title="Twitter" title="Twitter"
body="Tweets about my takes on technology and current events" body="Tweets about my takes on technology and current events"
/> />
<Card <Card
newTab={true}
href="https://www.linkedin.com/in/ayoayco/" href="https://www.linkedin.com/in/ayoayco/"
title="LinkedIn" title="LinkedIn"
body="Connect with me and my professional network" body="Connect with me and my professional network"
/> />
<Card <Card
newTab={true}
href="https://soundcloud.com/ayoayco/" href="https://soundcloud.com/ayoayco/"
title="SoundCloud" title="SoundCloud"
body="Some music I made as a hobby" body="Some music I made as a hobby"