diff --git a/src/components/ContactUs.astro b/src/components/ContactUs.astro new file mode 100644 index 0000000..64b06c3 --- /dev/null +++ b/src/components/ContactUs.astro @@ -0,0 +1,25 @@ +--- +import SectionTitle from "./SectionTitle.astro"; +--- + +
+
+ +
+

+ Please write to us in case of any queries regarding the Hackathon at: + +

+

+ Email: + contact-oshw@fossee.in + +

+
+
+
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index f662b7d..91bfdac 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -31,6 +31,9 @@ const navItems = [ { href: "/", label: "Home" }, { href: "/#about", label: "About" }, { href: "/theme", label: "Themes" }, + { href: "/#faq", label: "FAQ" }, + { href: "/#contact", label: "Contact Us" }, + // { href: "/temp", label: "Temp" }, ]; --- diff --git a/src/pages/index.astro b/src/pages/index.astro index d8d8979..c7cc131 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,6 +8,7 @@ import WhatYouWillDo from "../components/WhatYouWillDo.astro"; import Register from "../components/Register.astro"; import Rules from "../components/Rules.astro"; import Faq from "../components/Faq.astro"; +import ContactUs from "../components/ContactUs.astro"; --- @@ -93,6 +94,7 @@ Maximum 5 participants per team +