hide blog; display showcase

This commit is contained in:
Ayo 2022-10-11 17:52:09 +02:00
parent 21f42b486f
commit 2cc5e3d015
2 changed files with 6 additions and 4 deletions

View file

@ -45,9 +45,9 @@ import Footer from "../components/Footer.astro";
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."
href="/showcase"
title="Showcase"
body="See demos of opensource components I created."
/>
</ul>
<Footer />

View file

@ -28,6 +28,8 @@ import Back from "../../components/Back.astro";
<style>
ul {
list-style: none;
margin-left: -40px;
display: grid;
gap: 1rem;
padding: 0;
}
</style>