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."
|
body="Explore a galaxy of my social accounts."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="https://blog.ayco.io/"
|
href="/showcase"
|
||||||
title="Blog"
|
title="Showcase"
|
||||||
body="Read my articles on technology, productivity, and life in general."
|
body="See demos of opensource components I created."
|
||||||
/>
|
/>
|
||||||
</ul>
|
</ul>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
|
@ -28,6 +28,8 @@ import Back from "../../components/Back.astro";
|
||||||
<style>
|
<style>
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-left: -40px;
|
display: grid;
|
||||||
|
gap: 1rem;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue