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"
|
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>
|
||||||
|
|
Loading…
Reference in a new issue