feat: add astro reactive to stuff
This commit is contained in:
parent
637026f89a
commit
65efc3b5ab
1 changed files with 9 additions and 8 deletions
|
|
@ -48,9 +48,9 @@ import Card from '../components/Card.astro'
|
|||
/>
|
||||
<Card
|
||||
newTab
|
||||
href="https://ayco.io/n/generate-timezone-json"
|
||||
title="Time Zone JSON Generator"
|
||||
body="Generate a JSON file containing time zones from the official IANA Database or your own zone.tab file"
|
||||
href="https://astro-reactive.js.org"
|
||||
title="Astro Reactive"
|
||||
body="Let your Data build your UI with Astro components 🔥"
|
||||
/>
|
||||
<Card
|
||||
newTab
|
||||
|
|
@ -58,6 +58,12 @@ import Card from '../components/Card.astro'
|
|||
title="Cozy 🧸"
|
||||
body="Your modern-day reading assistant"
|
||||
/>
|
||||
<Card
|
||||
newTab
|
||||
href="https://ayco.io/n/generate-timezone-json"
|
||||
title="Time Zone JSON Generator"
|
||||
body="Generate a JSON file containing time zones from the official IANA Database or your own zone.tab file"
|
||||
/>
|
||||
<Card
|
||||
newTab
|
||||
href="https://kaboom.ayco.io"
|
||||
|
|
@ -70,11 +76,6 @@ import Card from '../components/Card.astro'
|
|||
title="Minesweeper"
|
||||
body="Recreated the classic game for the web 💣"
|
||||
/>
|
||||
<Card
|
||||
href="/showcase/astro-reactive-form"
|
||||
title="Reactive Form"
|
||||
body="The reactive form component for Astro 🔥"
|
||||
/>
|
||||
</ul>
|
||||
</main>
|
||||
<Footer />
|
||||
|
|
|
|||
Loading…
Reference in a new issue