diff --git a/LEADERBOARD.md b/LEADERBOARD.md index 88f31279..42bfbb37 100644 --- a/LEADERBOARD.md +++ b/LEADERBOARD.md @@ -6,6 +6,7 @@ This leaderboard tracks contributors who have completed issues labeled as `level | Username | Level 1 | Level 2 | Level 3 | PRs Merged | |----------|---------|---------|---------|-------------| + | [@Suhani1234-5](https://github.com/Suhani1234-5) | 0 | 1 | 1 | 5 | | [@cosmicTitiksha](https://github.com/cosmicTitiksha) | 1 | 1 | 0 | 4 | | [@Shalini22-ui](https://github.com/Shalini22-ui) | 0 | 1 | 0 | 4 | @@ -37,6 +38,7 @@ This leaderboard tracks contributors who have completed issues labeled as `level | [@faisal07777](https://github.com/faisal07777) | 1 | 0 | 0 | 0 | | [@AmritRaj29](https://github.com/AmritRaj29) | 1 | 0 | 0 | 0 | + --- **Legend:** diff --git a/pages/challenges.html b/pages/challenges.html index 025fedeb..cd4ba66e 100644 --- a/pages/challenges.html +++ b/pages/challenges.html @@ -62,6 +62,10 @@

+
+ +
+

Filter Challenges

@@ -88,7 +92,7 @@

Filter Challenges

-
+
Filter Challenges

placeholder="Search challenges..." aria-label="Search coding challenges by title or tag" /> + @@ -279,6 +284,59 @@

Community

localStorage.setItem('theme', newTheme); }); + + diff --git a/styles/challenges.css b/styles/challenges.css index d3718e91..9982a568 100644 --- a/styles/challenges.css +++ b/styles/challenges.css @@ -509,3 +509,5 @@ body { font-size: 2rem; } } + +