From 9ad08dc85d0b8fa1aee1a461e8fde9c0af53eaf1 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Wed, 27 Aug 2025 08:53:56 -0700 Subject: [PATCH] background animations: --- .../components/resources/presentation.astro | 96 ++++++++++++++++++- 1 file changed, 93 insertions(+), 3 deletions(-) diff --git a/src/src/components/resources/presentation.astro b/src/src/components/resources/presentation.astro index 786bf85..2dd3800 100644 --- a/src/src/components/resources/presentation.astro +++ b/src/src/components/resources/presentation.astro @@ -1,10 +1,25 @@ // src/components/resources/presentation.astro +--- +import Background from "@/components/background"; +--- +
+ +
+ + +
+ + +
+ +
+