content: change order of cards

This commit is contained in:
Ayo 2022-09-19 15:35:40 +02:00
parent bc48a6db18
commit 281fdd7e45

View file

@ -24,22 +24,21 @@ import Footer from "../components/Footer.astro";
title="CV / Resume"
body="Download and peruse my skills and experience."
/>
<Card
href="/social"
title="Social"
body="Explore a galaxy of my social accounts."
/>
<Card
href="https://github.com/ayoayco"
title="Github"
body="See my public projects over at Github. ❤️"
/>
<Card
href="/social"
title="Social"
body="Explore a galaxy of my social accounts."
/>
<Card
href="https://blog.ayco.io/"
title="Blog"
body="Read my articles on technology, productivity, and life in general."
/>
</ul>
<Footer />
</div>