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',
|
text: 'Creator of',
|
||||||
link: {
|
link: {
|
||||||
url: 'https://cozy-reader.vercel.app',
|
url: 'https://cozy-reader.vercel.app',
|
||||||
text: 'Cozy'
|
text: 'Cozy'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
icon: '🧱',
|
// icon: '🧱',
|
||||||
text: '...and some',
|
// text: '...and some',
|
||||||
link: {
|
// link: {
|
||||||
url: '/stuff',
|
// url: '/stuff',
|
||||||
text: 'small stuff'
|
// text: 'small stuff'
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
icon: '🦌',
|
icon: '🦌',
|
||||||
text: 'Contributor to',
|
text: 'Contributor to',
|
||||||
|
|
|
@ -12,6 +12,11 @@ import Card from "../components/Card.astro";
|
||||||
<h1>Fun <span class="text-gradient">Side Projects</span></h1>
|
<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>
|
<p>See more of my previous projects at <a href="https://ayos.blog/projects">my blog</a>.</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<Card
|
||||||
|
href="/stuff"
|
||||||
|
title="Small Stuff 🧱"
|
||||||
|
body="Building blocks for projects"
|
||||||
|
/>
|
||||||
<Card
|
<Card
|
||||||
newTab
|
newTab
|
||||||
href="https://cozy-reader.vercel.app"
|
href="https://cozy-reader.vercel.app"
|
||||||
|
|
Loading…
Reference in a new issue