Skip to content

Commit

Permalink
feat(form): formular de inscriere nou
Browse files Browse the repository at this point in the history
  • Loading branch information
rredpoppy committed Mar 8, 2024
1 parent e451078 commit ae38d0e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<p class="text-base font-light mt-2">
Roagă tutorele tău să completeze <a
class="text-accent font-semibold"
href="https://forms.gle/4fqArMANeztCBgSr7"
href="https://forms.gle/XuYrLReUvhonse9g6"
>formularul</a
> și asigură-te că ai citit <a
class="text-accent font-semibold"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import hero_image from "../../public/try.jpeg";
începe să descifrezi misterele informaticii, ca un ninja adevărat!
</p>
<Button
href="https://forms.gle/4fqArMANeztCBgSr7"
href="https://forms.gle/XuYrLReUvhonse9g6"
text="Înscrie-te acum"
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/HowTo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ import { Image } from "astro:assets";
Consultă <a href="/regulament">regulamentul</a> și <a
href="/confidentialitate">acordul GDPR</a
>, pentru că vrem să ne mândrim cu tine, apoi roagă un tutore să
completeze formularul de înscrierechiar <a
href="https://forms.gle/4fqArMANeztCBgSr7">aici</a
completeze formularul de înscriere chiar <a
href="https://forms.gle/XuYrLReUvhonse9g6">aici</a
> .
</p>
<p class="mt-6 text-lg font-light text-gray-700">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Join.astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import tudor_image from "../../public/tudor.jpeg";
class="font-semibold"
>regulamentul</a
>, roagă un tutore să completeze <a
href="https://forms.gle/4fqArMANeztCBgSr7"
href="https://forms.gle/XuYrLReUvhonse9g6"
class="font-semibold"
>formularul de înscriere</a
> și nu uita să ne urmărești pe <a
Expand Down
2 changes: 1 addition & 1 deletion src/pages/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import Button from "../components/Button.astro";
> pentru modificări de program.
</p>
<Button
href="https://forms.gle/4fqArMANeztCBgSr7"
href="https://forms.gle/XuYrLReUvhonse9g6"
text="Înscrie-te"
/>
<ul
Expand Down

0 comments on commit ae38d0e

Please sign in to comment.