content: separate link to stuff, show cozy
This commit is contained in:
parent
d2c3e69668
commit
634cdeeb18
2 changed files with 14 additions and 9 deletions
|
@ -21,21 +21,21 @@ export const stuff: {
|
|||
}
|
||||
},
|
||||
{
|
||||
icon: '🚀',
|
||||
icon: '🧸',
|
||||
text: 'Creator of',
|
||||
link: {
|
||||
url: 'https://cozy-reader.vercel.app',
|
||||
text: 'Cozy'
|
||||
}
|
||||
},
|
||||
{
|
||||
icon: '🧱',
|
||||
text: '...and some',
|
||||
link: {
|
||||
url: '/stuff',
|
||||
text: 'small stuff'
|
||||
}
|
||||
},
|
||||
// {
|
||||
// icon: '🧱',
|
||||
// text: '...and some',
|
||||
// link: {
|
||||
// url: '/stuff',
|
||||
// text: 'small stuff'
|
||||
// }
|
||||
// },
|
||||
{
|
||||
icon: '🦌',
|
||||
text: 'Contributor to',
|
||||
|
|
|
@ -12,6 +12,11 @@ import Card from "../components/Card.astro";
|
|||
<h1>Fun <span class="text-gradient">Side Projects</span></h1>
|
||||
<p>See more of my previous projects at <a href="https://ayos.blog/projects">my blog</a>.</p>
|
||||
<ul>
|
||||
<Card
|
||||
href="/stuff"
|
||||
title="Small Stuff 🧱"
|
||||
body="Building blocks for projects"
|
||||
/>
|
||||
<Card
|
||||
newTab
|
||||
href="https://cozy-reader.vercel.app"
|
||||
|
|
Loading…
Reference in a new issue