From 6a42173746d0ade1e95b5af587e83ee45b3c18fb Mon Sep 17 00:00:00 2001 From: akshay9085 Date: Thu, 22 Jan 2026 17:33:23 +0530 Subject: [PATCH 1/2] new hero image added for testing --- src/components/Hero.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 90af030..62585f3 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -5,7 +5,7 @@ style="background-image: url('/hero.png');" > --> From 369b1be986f419e8ebd41ada3138719aa5e029c7 Mon Sep 17 00:00:00 2001 From: akshay9085 Date: Thu, 22 Jan 2026 17:58:26 +0530 Subject: [PATCH 2/2] new section added --- src/components/ContactUs.astro | 25 +++++++++++++++++++++++++ src/components/Hero.astro | 2 +- src/components/Navbar.astro | 3 +++ src/pages/index.astro | 2 ++ 4 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 src/components/ContactUs.astro 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/Hero.astro b/src/components/Hero.astro index 62585f3..90af030 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -5,7 +5,7 @@ style="background-image: url('/hero.png');" > --> 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 +