style: newTab social links
This commit is contained in:
parent
bc9e038ab1
commit
d5814b7174
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue