diff --git a/public/our-story.jpg b/public/our-story.jpg new file mode 100644 index 0000000..8c851a5 Binary files /dev/null and b/public/our-story.jpg differ diff --git a/src/components/blocks/AboutOurStory.astro b/src/components/blocks/AboutOurStory.astro new file mode 100644 index 0000000..ecb7805 --- /dev/null +++ b/src/components/blocks/AboutOurStory.astro @@ -0,0 +1,36 @@ +
+ +

Our Story

+ + +
+ + Our Story + + +
+ +

+ Agrobot began at UBC when a small group of engineering students noticed + how few opportunities existed to explore agricultural robotics in a + hands-on way. Motivated to bridge that gap, they created a space where + students could design autonomous systems, test sensors, build + prototypes, and apply real robotics concepts to real farming challenges. +

+ + +

+ What started as weekly meetings in a small lab has grown into a + multidisciplinary team developing functional field robots, experimenting + with hydroponic systems, and collaborating with students from + mechanical, electrical, computer engineering, and science disciplines. + Today, Agrobot continues to push forward student-led innovation in + sustainable agriculture. +

+
+
+
diff --git a/src/pages/about.astro b/src/pages/about.astro new file mode 100644 index 0000000..698af7e --- /dev/null +++ b/src/pages/about.astro @@ -0,0 +1,12 @@ +--- +import Layout from "../layouts/Layout.astro"; +import AboutOurStory from "../components/blocks/AboutOurStory.astro"; +--- + + +
+
+ +
+
+