feat: change side projects to hobby projects
This commit is contained in:
parent
d7ffe0ca76
commit
8bc42704b9
3 changed files with 6 additions and 6 deletions
|
@ -32,7 +32,7 @@ const description = 'Have you tried turning it off and on again?'
|
|||
<a href="https://ayo.ayco.io/threads">Incubated thoughts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ayo.ayco.io/showcase">Fun Side Projects</a>
|
||||
<a href="https://ayo.ayco.io/showcase">Fun Hobby Projects</a>
|
||||
</li>
|
||||
</ol>
|
||||
<p>
|
||||
|
|
|
@ -46,8 +46,8 @@ import now from '../constants/now'
|
|||
<ul class="cards-section__grid">
|
||||
<Card
|
||||
href="showcase"
|
||||
title="Side Projects"
|
||||
body="See demos of my side projects"
|
||||
title="Hobby Projects"
|
||||
body="See demos of my hobby projects"
|
||||
/>
|
||||
<Card
|
||||
newTab={true}
|
||||
|
|
|
@ -5,11 +5,11 @@ import Card from '../components/Card.astro'
|
|||
---
|
||||
|
||||
<Layout
|
||||
title="Fun Side Projects"
|
||||
description="See demos of side projects Ayo Ayco created"
|
||||
title="Fun Hobby Projects"
|
||||
description="See demos of hobby projects Ayo Ayco created"
|
||||
>
|
||||
<main>
|
||||
<h1><span class="text-gradient">Side Projects</span></h1>
|
||||
<h1><span class="text-gradient">Hobby Projects</span></h1>
|
||||
<p>
|
||||
See more of my previous projects at <a href="https://ayos.blog/projects"
|
||||
>my blog</a
|
||||
|
|
Loading…
Reference in a new issue