From b5bdc54a12da1d7da7e8ba9abf80477d9bc38f05 Mon Sep 17 00:00:00 2001 From: Ayush Shah <2ayush@gmail.com> Date: Fri, 26 Sep 2025 21:54:16 -0700 Subject: [PATCH 1/2] Fixed navbar/footer links, navbar color issue, and week 4/5 ordering --- pages/hack-school/_meta.json | 4 +-- pages/hack-school/deployment.mdx | 2 +- pages/hack-school/mongodb.mdx | 2 +- src/components/footer/index.tsx | 25 +++++---------- src/components/navbar/index.tsx | 43 ++++++++++++++++++++++---- src/components/navbar/style.module.css | 6 ---- src/homepage.tsx | 15 +++++++-- 7 files changed, 60 insertions(+), 37 deletions(-) diff --git a/pages/hack-school/_meta.json b/pages/hack-school/_meta.json index 9d2f420..41ee202 100644 --- a/pages/hack-school/_meta.json +++ b/pages/hack-school/_meta.json @@ -6,6 +6,6 @@ "week1": "Week 1: HTML, CSS, and JavaScript", "react": "Week 2: React and Next.js", "express": "Week 3: APIs with Express", - "deployment": "Week 4: Debugging and Deployment", - "mongodb": "Week 5: Databases with MongoDB" + "mongodb": "Week 4: Databases with MongoDB", + "deployment": "Week 5: Debugging and Deployment" } \ No newline at end of file diff --git a/pages/hack-school/deployment.mdx b/pages/hack-school/deployment.mdx index 578e287..c798656 100644 --- a/pages/hack-school/deployment.mdx +++ b/pages/hack-school/deployment.mdx @@ -1,4 +1,4 @@ -# Week 4: Debugging and Deployment +# Week 5: Debugging and Deployment ## What is deployment? diff --git a/pages/hack-school/mongodb.mdx b/pages/hack-school/mongodb.mdx index a5cc929..cf3986a 100644 --- a/pages/hack-school/mongodb.mdx +++ b/pages/hack-school/mongodb.mdx @@ -1,4 +1,4 @@ -# Week 5: Databases and MongoDB +# Week 4: Databases and MongoDB ## What is a Database? A database is an organized collection of data or information. It allows people to store information between sessions on a website. diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index b2ea584..6a25d6c 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -17,37 +17,26 @@ const Footer: React.FC = () => {