diff --git a/.env.sample b/.env.sample index 29c81a2b..e6570eae 100644 --- a/.env.sample +++ b/.env.sample @@ -7,4 +7,5 @@ SES_ACCESS= SES_SECRET= PUBLIC_HOST_URL= ADMIN_SECRET= -AUTH_SECRET= \ No newline at end of file +AUTH_SECRET= +EVENT_END= \ No newline at end of file diff --git a/src/pages/countdown.astro b/src/pages/countdown.astro new file mode 100644 index 00000000..f1130ed4 --- /dev/null +++ b/src/pages/countdown.astro @@ -0,0 +1,91 @@ +--- +import BaseLayout from "~/layouts/baseLayout.astro"; +import gubImage from "~/assets/Bicho.svg"; +import background from "/public/background.jpg"; +import { Image } from "astro:assets"; +import SquigglyAnimation from "~/components/squigglyAnimation.astro"; +const eventEnd = import.meta.env.EVENT_END; +--- + + +
+ + background + +
+ A floating gub +
+
+
+
+

+ --:--:-- +

+

+ Remaining +

+
+
+
+
+ + + +