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" title="CV / Resume"
body="Download and peruse my skills and experience." body="Download and peruse my skills and experience."
/> />
<Card
href="/social"
title="Social"
body="Explore a galaxy of my social accounts."
/>
<Card <Card
href="https://github.com/ayoayco" href="https://github.com/ayoayco"
title="Github" title="Github"
body="See my public projects over at Github. ❤️" body="See my public projects over at Github. ❤️"
/> />
<Card
href="/social"
title="Social"
body="Explore a galaxy of my social accounts."
/>
<Card <Card
href="https://blog.ayco.io/" href="https://blog.ayco.io/"
title="Blog" title="Blog"
body="Read my articles on technology, productivity, and life in general." body="Read my articles on technology, productivity, and life in general."
/> />
</ul> </ul>
<Footer /> <Footer />
</div> </div>