udpate showcase pages

This commit is contained in:
Ayo 2022-10-11 17:57:20 +02:00
parent 2cc5e3d015
commit 56fe3cff05
2 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,8 @@ import GithubStats from "astro-github-stats";
<Layout title="Ayo Ayco | Showcase | Astro Github Stats"> <Layout title="Ayo Ayco | Showcase | Astro Github Stats">
<main> <main>
<Back url="/showcase" /> <Back url="/showcase" />
<h1>Astro GitHub Stats ✨</h1> <h1>Astro GitHub Stats</h1>
<p>Embed GitHub stats on your Astro page</p>
<h3>Account Stats</h3> <h3>Account Stats</h3>
<GithubStats username="ayoayco" /> <GithubStats username="ayoayco" />

View file

@ -57,7 +57,8 @@ const characteristicsForm: FormGroup = new FormGroup(
<Layout title="Ayo Ayco | Showcase | Astro Reactive Form"> <Layout title="Ayo Ayco | Showcase | Astro Reactive Form">
<main> <main>
<Back url="/showcase" /> <Back url="/showcase" />
<h1>Astro Reactive Form 🔥</h1> <h1>Astro Reactive Form </h1>
<p>Generate a dynamic form based on your data, and modify programatically.</p>
<h3>Simple single form group</h3> <h3>Simple single form group</h3>
<Form formGroups={[simpleForm]} /> <Form formGroups={[simpleForm]} />