hide blog; display showcase
This commit is contained in:
parent
21f42b486f
commit
2cc5e3d015
2 changed files with 6 additions and 4 deletions
|
@ -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 />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue