From 1cdc393636aa3a0605f87e537b2d7e3975abf0ce Mon Sep 17 00:00:00 2001 From: akshaythakur8764 Date: Mon, 23 Dec 2024 14:33:03 +0530 Subject: content updated --- src/components/HomeBody.astro | 4 ++-- src/components/layout/nav-links.json | 6 +++--- src/pages/results.astro | 5 +++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/HomeBody.astro b/src/components/HomeBody.astro index d48706c..a77a65a 100644 --- a/src/components/HomeBody.astro +++ b/src/components/HomeBody.astro @@ -165,7 +165,7 @@ import process from "../assets/img/process.png"; Before proceeding, it is mandatory to fill out this Google Form: Click here to open. + class="text-red-600 hover:text-red-400 hover:underline">Click here to open. Your participation will not be considered if this form is not filled out. @@ -173,7 +173,7 @@ import process from "../assets/img/process.png"; After completing the form, visit this website to read all the instructions: Click here. + class="text-red-600 hover:text-red-400 hover:underline">Click here to open. Please go through all the links provided under the Case Study Project tab.
  • diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json index 8dec5c4..8f6296d 100644 --- a/src/components/layout/nav-links.json +++ b/src/components/layout/nav-links.json @@ -1,11 +1,11 @@ [ { "label": "About", "href": "/#about" }, - {"label": "Problem-Statement", "href": "/problem-statement"}, + {"label": "Problem Statement", "href": "/problem-statement"}, {"label": "Register", "href": "/#register"}, - {"label": "Submission-guidelines", "href": "/submission-guidelines"}, + {"label": "Submission guidelines", "href": "/submission-guidelines"}, { "label": "Resources", "href": "/resources" }, - {"label": "Results", "href": "/results"}, + { "label": "Contact", "href": "/#contact" } ] \ No newline at end of file diff --git a/src/pages/results.astro b/src/pages/results.astro index 6c4aca8..5f0a671 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -3,7 +3,8 @@ import Layout from '../layouts/Layout.astro'; --- -
    +

    The Hackathon is still ongoing

    + \ No newline at end of file -- cgit