diff --git a/public/contact-us.jpg b/public/contact-us.jpg new file mode 100644 index 0000000..30f09a6 Binary files /dev/null and b/public/contact-us.jpg differ diff --git a/src/components/blocks/LetsGrowSomething.astro b/src/components/blocks/LetsGrowSomething.astro index 8911436..0f40d5e 100644 --- a/src/components/blocks/LetsGrowSomething.astro +++ b/src/components/blocks/LetsGrowSomething.astro @@ -38,8 +38,14 @@ -
- +
+ UBC Agrobot Team Contact Us
diff --git a/src/components/blocks/PreferAnotherWay.astro b/src/components/blocks/PreferAnotherWay.astro index 5c96548..1c17b92 100644 --- a/src/components/blocks/PreferAnotherWay.astro +++ b/src/components/blocks/PreferAnotherWay.astro @@ -1,14 +1,15 @@
-

+

Prefer another way to reach us?

-
+
- + - + - +
diff --git a/src/pages/contact.astro b/src/pages/contact.astro new file mode 100644 index 0000000..59b45ef --- /dev/null +++ b/src/pages/contact.astro @@ -0,0 +1,16 @@ +--- +import Layout from "../layouts/Layout.astro"; +import LetsGrowSomething from "../components/blocks/LetsGrowSomething.astro"; +import PreferAnotherWay from "../components/blocks/PreferAnotherWay.astro"; +--- + + +
+
+ + +
+
+