feat: change ordering of cards

This commit is contained in:
Ayo 2022-09-18 09:47:20 +02:00
parent 522e94b750
commit e4a61c88a9

View file

@ -19,11 +19,6 @@ import Footer from "../components/Footer.astro";
<div class="main-content"> <div class="main-content">
<ul role="list" class="link-card-grid"> <ul role="list" class="link-card-grid">
<Card
href="https://blog.ayco.io/"
title="Blog"
body="Read my articles on technology, productivity, and life in general."
/>
<Card <Card
href="https://drive.google.com/file/d/1MhN8qWRJnSHM_epU9GFQL9lEsMFtHWQK/view?usp=sharing" href="https://drive.google.com/file/d/1MhN8qWRJnSHM_epU9GFQL9lEsMFtHWQK/view?usp=sharing"
title="CV / Resume" title="CV / Resume"
@ -39,6 +34,12 @@ import Footer from "../components/Footer.astro";
title="Github" title="Github"
body="See my public projects over at Github. ❤️" body="See my public projects over at Github. ❤️"
/> />
<Card
href="https://blog.ayco.io/"
title="Blog"
body="Read my articles on technology, productivity, and life in general."
/>
</ul> </ul>
<Footer /> <Footer />
</div> </div>