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>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
newTab={true}
|
||||
href="https://twitter.com/ayoayco/"
|
||||
title="Twitter"
|
||||
body="Tweets about my takes on technology and current events"
|
||||
/>
|
||||
<Card
|
||||
newTab={true}
|
||||
href="https://www.linkedin.com/in/ayoayco/"
|
||||
title="LinkedIn"
|
||||
body="Connect with me and my professional network"
|
||||
/>
|
||||
<Card
|
||||
newTab={true}
|
||||
href="https://soundcloud.com/ayoayco/"
|
||||
title="SoundCloud"
|
||||
body="Some music I made as a hobby"
|
||||
|
|
Loading…
Reference in a new issue