diff --git a/public/support-possible.jpg b/public/support-possible.jpg new file mode 100644 index 0000000..808baac Binary files /dev/null and b/public/support-possible.jpg differ diff --git a/src/components/blocks/sponsors/EmpowerFuture.astro b/src/components/blocks/sponsors/EmpowerFuture.astro new file mode 100644 index 0000000..4ae0868 --- /dev/null +++ b/src/components/blocks/sponsors/EmpowerFuture.astro @@ -0,0 +1,17 @@ +
+
+

+ Empower the Future of Agricultural Robotics +

+ +

+ You help turn ideas into reality, and we can't thank you enough. +

+
+ + +
diff --git a/src/components/blocks/sponsors/OurValuedPartners.astro b/src/components/blocks/sponsors/OurValuedPartners.astro new file mode 100644 index 0000000..c630b7c --- /dev/null +++ b/src/components/blocks/sponsors/OurValuedPartners.astro @@ -0,0 +1,15 @@ +
+

Our Valued Partners

+ +
+
+ +
+ +
+ +
+ +
+
+
diff --git a/src/components/blocks/sponsors/SupportPossible.astro b/src/components/blocks/sponsors/SupportPossible.astro new file mode 100644 index 0000000..8e32282 --- /dev/null +++ b/src/components/blocks/sponsors/SupportPossible.astro @@ -0,0 +1,36 @@ +
+
+

What your support makes possible

+

+ Behind every robot are countless hours of planning, testing, and + coordination. Your support helps cover workshop supplies, safety + equipment, team events, outreach initiatives, and the infrastructure that + keeps our program running. +

+
+ +
+
+
+ Fund components and equipment for robot design and testing +
+
+ Support student workshops, training sessions, and team development +
+
+ Cover competition fees, prototyping materials, and outreach projects +
+
+ Help expand long-term initiatives in sustainable agricultural robotics +
+
+ +
+ Support in action +
+
+
diff --git a/src/pages/sponsor.astro b/src/pages/sponsor.astro index 7353e80..6c9d6a4 100644 --- a/src/pages/sponsor.astro +++ b/src/pages/sponsor.astro @@ -1,12 +1,18 @@ --- import Layout from "../layouts/Layout.astro"; import ScrollingBlock from "../components/blocks/sponsors/ScrollingBlock.astro"; +import OurValuedPartners from "../components/blocks/sponsors/OurValuedPartners.astro"; +import SupportPossible from "../components/blocks/sponsors/SupportPossible.astro"; +import EmpowerFuture from "../components/blocks/sponsors/EmpowerFuture.astro"; ---
-
+
+ + +