From c34770fbb1e4198968cf689e6312257ef70a0cd8 Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 7 May 2025 08:57:29 +0530 Subject: add result in menu items --- src/components/layout/nav-links.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json index 3a5fdbe..de7c465 100644 --- a/src/components/layout/nav-links.json +++ b/src/components/layout/nav-links.json @@ -1,6 +1,7 @@ [ { "label": "About", "href": "/#about" }, + {"label": "Results", "href": "/#results"}, {"label": "Problem-Statement", "href": "/problem-statement"}, {"label": "Submission Guidelines", "href": "/problem-statement/#submission-guidelines"}, {"label": "Register", "href": "/#register"}, @@ -9,4 +10,4 @@ { "label": "Resources", "href": "/resources" }, { "label": "Contact", "href": "/#contact" } - ] \ No newline at end of file + ] -- cgit From 4a975b36ea206c49c469e6769d02742d122d812f Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 7 May 2025 09:01:42 +0530 Subject: add css --- src/pages/results.astro | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/pages/results.astro b/src/pages/results.astro index d74ee08..6e55259 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -39,4 +39,27 @@ import Card from '../components/Card.astro'; + + + -- cgit From b9bb9d074c8b52ac6fc0f423049c42293445c4e8 Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 7 May 2025 09:07:37 +0530 Subject: Update results.astro --- src/pages/results.astro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/results.astro b/src/pages/results.astro index 6e55259..2c2224d 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -5,11 +5,12 @@ import Card from '../components/Card.astro'; --- -
+

Results

- - +
+
+ -- cgit From 6ccc50878a4a6e6efe066828ff26e55c19680733 Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 7 May 2025 09:10:05 +0530 Subject: Update results.astro --- src/pages/results.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/results.astro b/src/pages/results.astro index 2c2224d..1f5a241 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -9,7 +9,7 @@ import Card from '../components/Card.astro';

Results

-
Sr. No. Name
+
-- cgit From 3d127393523c4e347f4a12a4e852b3b6faa47b04 Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 7 May 2025 09:11:49 +0530 Subject: Update nav-links.json --- src/components/layout/nav-links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/nav-links.json b/src/components/layout/nav-links.json index de7c465..78d541f 100644 --- a/src/components/layout/nav-links.json +++ b/src/components/layout/nav-links.json @@ -1,7 +1,7 @@ [ { "label": "About", "href": "/#about" }, - {"label": "Results", "href": "/#results"}, + {"label": "Results", "href": "/results"}, {"label": "Problem-Statement", "href": "/problem-statement"}, {"label": "Submission Guidelines", "href": "/problem-statement/#submission-guidelines"}, {"label": "Register", "href": "/#register"}, -- cgit From 7c25e69b839922586a12873e818e13778ce9f9c9 Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 7 May 2025 09:14:34 +0530 Subject: Update Nav.astro --- src/components/layout/Nav.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/Nav.astro b/src/components/layout/Nav.astro index fe542c0..8228b96 100644 --- a/src/components/layout/Nav.astro +++ b/src/components/layout/Nav.astro @@ -42,7 +42,7 @@ function addActiveClass() {
Sr. No.