summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshaythakur87642024-12-23 14:33:03 +0530
committerakshaythakur87642024-12-23 14:33:03 +0530
commit1cdc393636aa3a0605f87e537b2d7e3975abf0ce (patch)
tree1ec1dba51028500ab37406992f3b3a806a5572d2
parent5d01eff983b99466f71194808faf3a21729d553b (diff)
downloadscilab_case_study_hackathon-1cdc393636aa3a0605f87e537b2d7e3975abf0ce.tar.gz
scilab_case_study_hackathon-1cdc393636aa3a0605f87e537b2d7e3975abf0ce.tar.bz2
scilab_case_study_hackathon-1cdc393636aa3a0605f87e537b2d7e3975abf0ce.zip
content updated
-rw-r--r--src/components/HomeBody.astro4
-rw-r--r--src/components/layout/nav-links.json6
-rw-r--r--src/pages/results.astro5
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:
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc7sSXer3wta4B9QuT_x7xa2tx53_2uJ6PJM7t0oCdww1rPgA/viewform?usp=sf_link"
target="_blank"
- class="text-red-600 hover:text-red-400 hover:underline">Click here </a>to open.
+ class="text-red-600 hover:text-red-400 hover:underline">Click here to open</a>.
Your participation will not be considered if this form is not filled out.
</li>
@@ -173,7 +173,7 @@ import process from "../assets/img/process.png";
After completing the form, visit this website to read all the instructions:
<a href="https://scilab.in/case-study-portal/case-study-project"
target="_blank"
- class="text-red-600 hover:text-red-400 hover:underline">Click here</a>.
+ class="text-red-600 hover:text-red-400 hover:underline">Click here to open</a>.
Please go through all the links provided under the Case Study Project tab.
</li>
<li class="leading-6">
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';
---
<Layout title="Scilab Case Study Hackathon" >
- <div class="md:px-4 pb-5 h-lvh">
+ <h1>The Hackathon is still ongoing</h1>
+ <!-- <div class="md:px-4 pb-5 h-lvh">
<div class="md:px-20 px-3">
<h1 class="text-center section-title mx-4 px-4" id="resources">Results</h3>
<ul class="list-disc list-inside space-y-2">
@@ -14,5 +15,5 @@ import Layout from '../layouts/Layout.astro';
</li>
</ul>
</div>
-</div>
+</div> -->
</Layout> \ No newline at end of file