content: change order of cards
This commit is contained in:
parent
bc48a6db18
commit
281fdd7e45
1 changed files with 5 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue