diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 6543afb92..1e5823956 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -54,4 +54,4 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} diff --git a/docusaurus.config.js b/docusaurus.config.js index 73c7e54fc..b626322f7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -368,7 +368,182 @@ module.exports = { to: "/docs/2024?id=Zenysis%20Technologies", }, ] - } + }, + { + label: "2025", + position: "left", + to: "/docs/2025/", + items: [ + { + label: "ADC karnal", + to: "/docs/2025?id=ADC%20karnal", + }, + { + label: "ADC Mahendragarh", + to: "/docs/2025?id=ADC%20Mahendragarh", + }, + { + label: "ADC Rohtak", + to: "/docs/2025?id=ADC%20Rohtak", + }, + { + label: "Armman", + to: "/docs/2025?id=Armman", + }, + { + label: "Avanti Fellows", + to: "/docs/2025?id=Avanti%20Fellows", + }, + { + label: "Beckn Collective", + to: "/docs/2025?id=Beckn%20Collective", + }, + { + label: "CMC Ambala", + to: "/docs/2025?id=CMC%20Ambala", + }, + { + label: "Consul Democracy", + to: "/docs/2025?id=Consul%20Democracy", + }, + { + label: "COSS", + to: "/docs/2025?id=COSS", + }, + { + label: "Dhwani", + to: "/docs/2025?id=Dhwani", + }, + { + label: "Education Initiative", + to: "/docs/2025?id=Education%20Initiative", + }, + { + label: "Flywheel", + to: "/docs/2025?id=Flywheel", + }, + { + label: "Haqdarshak", + to: "/docs/2025?id=Haqdarshak", + }, + { + label: "iabsis", + to: "/docs/2025?id=iabsis", + }, + { + label: "IDInsight", + to: "/docs/2025?id=IDInsight", + }, + { + label: "IIIT-Delhi", + to: "/docs/2025?id=IIIT-Delhi", + }, + { + label: "IIIT-H RCTS", + to: "/docs/2025?id=IIIT-H%20RCTS", + }, + { + label: "Medic", + to: "/docs/2025?id=Medic", + }, + { + label: "MedPlat", + to: "/docs/2025?id=MedPlat", + }, + { + label: "Medtronic Labs", + to: "/docs/2025?id=Medtronic%20Labs", + }, + { + label: "MeitY", + to: "/docs/2025?id=MeitY", + }, + { + label: "Metabrainz", + to: "/docs/2025?id=Metabrainz", + }, + { + label: "Mifos", + to: "/docs/2025?id=Mifos", + }, + { + label: "Mojaloop Foundation", + to: "/docs/2025?id=Mojaloop%20Foundation", + }, + { + label: "MOSIP", + to: "/docs/2025?id=MOSIP", + }, + { + label: "National Urban Digital Mission", + to: "/docs/2025?id=National%20Urban%20Digital%20Mission", + }, + { + label: "NHA", + to: "/docs/2025?id=NHA", + }, + { + label: "NSUT in collaboration with C4GT, SEETA and AIC", + to: "/docs/2025?id=NSUT%20in%20collaboration%20with%20C4GT%2C%20SEETA%20and%20AIC", + }, + { + label: "OpenIMIS", + to: "/docs/2025?id=OpenIMIS", + }, + { + label: "OpenNyAI", + to: "/docs/2025?id=OpenNyAI", + }, + { + label: "Piramal Swasthya Management and Research Institute", + to: "/docs/2025?id=Piramal%20Swasthya%20Management%20and%20Research%20Institute", + }, + { + label: "PlanetRead", + to: "/docs/2025?id=PlanetRead", + }, + { + label: "Pratham Books", + to: "/docs/2025?id=Pratham%20Books", + }, + { + label: "Protean", + to: "/docs/2025?id=Protean", + }, + { + label: "Samanvay Foundation", + to: "/docs/2025?id=Samanvay%20Foundation", + }, + { + label: "Sampatti Card", + to: "/docs/2025?id=Sampatti%20Card", + }, + { + label: "ShikshaLokam", + to: "/docs/2025?id=ShikshaLokam", + }, + { + label: "Statwig", + to: "/docs/2025?id=Statwig", + }, + { + label: "Sugar Labs", + to: "/docs/2025?id=Sugar%20Labs", + }, + { + label: "Tattle", + to: "/docs/2025?id=Tattle", + }, + { + label: "Tekdi", + to: "/docs/2025?id=Tekdi", + }, + { + label: "The Apprentice Project", + to: "/docs/2025?id=The%20Apprentice%20Project", + }, + ], + }, ], }, footer: { diff --git a/src/components/C4gt2025Description.js b/src/components/C4gt2025Description.js new file mode 100644 index 000000000..90a9e9985 --- /dev/null +++ b/src/components/C4gt2025Description.js @@ -0,0 +1,65 @@ +// src/components/C4GT2025Description.js + +import React from "react"; + +function C4GT2025Description() { + return ( +
+
+
+
+
+ +
+
+

C4GT'25

+
+

+ C4GT Mentoring Program 2025 is shaping up to be an exciting summer coding program, building upon the success of previous years to foster a strong community focused on developing and contributing to global digital public goods. +

+
    +
  • + An opportunity for college students and working + professionals in India to dive into the GovTech space in 2025. +
  • +
  • Organized annually over 2 months (July-August)
  • +
  • + A new set of diverse and challenging GovTech problem + statements will be presented for participants to tackle in 2025. +
  • +
  • + Shortlisted contributors will receive mentorship from + leading experts in the GovTech ecosystem. +
  • +
+

We're thrilled to have you join us in 2025! 🚀

+
+
+
+
+
+
+ ); +} + +export default C4GT2025Description; \ No newline at end of file diff --git a/src/components/Sidebar.js b/src/components/Sidebar.js index 4aef1c984..62273f5ef 100644 --- a/src/components/Sidebar.js +++ b/src/components/Sidebar.js @@ -1,3 +1,5 @@ +// src/components/Sidebar.js + import React from "react"; import { useHistory } from "react-router-dom"; @@ -8,7 +10,8 @@ function Sidebar({ setCurrentOrg, currentIssue, setCurrentIssue, - setCurrentTab + setCurrentTab, + year, // Add year prop }) { const history = useHistory(); return ( @@ -17,16 +20,28 @@ function Sidebar({