From c2526f6508e919ca72cc925b74d2673d544bfe45 Mon Sep 17 00:00:00 2001 From: Adam Blanchard Date: Tue, 28 Apr 2026 09:31:27 +0200 Subject: [PATCH 1/2] switched order of agile and career training in foundation --- SUMMARY.md | 10 +++++----- courses/foundation/README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 12b9f531..6c314f87 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -64,11 +64,6 @@ - [Preparation](courses/foundation/intro-to-frontend/week1/preparation.md) - [Session Plan](courses/foundation/intro-to-frontend/week1/session-plan.md) - [Assignment](courses/foundation/intro-to-frontend/week1/assignment.md) - - [Intro to Agile](courses/foundation/intro-to-agile/README.md) - - [Week 1](courses/foundation/intro-to-agile/week1) - - [Preparation](courses/foundation/intro-to-agile/week1/preparation.md) - - [Session Plan](courses/foundation/intro-to-agile/week1/session-plan.md) - - [Assignment](courses/foundation/intro-to-agile/week1/assignment.md) - [Career Training](courses/foundation/career-training/README.md) - [Week 1](courses/foundation/career-training/week1/README.md) - [Session Materials](courses/foundation/career-training/week1/session-materials/) @@ -79,6 +74,11 @@ - [Week 2](courses/foundation/career-training/week2/README.md) - [Preparation](courses/foundation/career-training/week2/preparation.md) - [Session Plan](courses/foundation/career-training/week2/session-plan.md) + - [Intro to Agile](courses/foundation/intro-to-agile/README.md) + - [Week 1](courses/foundation/intro-to-agile/week1) + - [Preparation](courses/foundation/intro-to-agile/week1/preparation.md) + - [Session Plan](courses/foundation/intro-to-agile/week1/session-plan.md) + - [Assignment](courses/foundation/intro-to-agile/week1/assignment.md) - [Foundation Project](courses/foundation/final-project/README.md) - [Project Brief](courses/foundation/final-project/project-brief.md) - [Initial Card Assets](courses/foundation/final-project/assets/card/README.md) diff --git a/courses/foundation/README.md b/courses/foundation/README.md index bfee5ff4..332890b5 100644 --- a/courses/foundation/README.md +++ b/courses/foundation/README.md @@ -14,8 +14,8 @@ Here you'll learn the fundamentals for how the web works, the basics of programm | [Databases](./databases/README.md) | 1 | | [Intro to Backend](./intro-to-backend/README.md) | 1 | | [Intro to Frontend](./intro-to-frontend/README.md) | 1 | -| [Intro to Agile](./intro-to-agile/README.md) | 1 | | [Career Training](./career-training/README.md) | 2 | +| [Intro to Agile](./intro-to-agile/README.md) | 1 | | [Final project](./final-project/README.md) | 3 | Total: 17 weeks From 6dece34124497e11f46dd28f060ec2b8ef5ae956 Mon Sep 17 00:00:00 2001 From: Adam Blanchard Date: Tue, 28 Apr 2026 09:35:41 +0200 Subject: [PATCH 2/2] fixed linting --- SUMMARY.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 6c314f87..a408dc30 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -75,10 +75,10 @@ - [Preparation](courses/foundation/career-training/week2/preparation.md) - [Session Plan](courses/foundation/career-training/week2/session-plan.md) - [Intro to Agile](courses/foundation/intro-to-agile/README.md) - - [Week 1](courses/foundation/intro-to-agile/week1) - - [Preparation](courses/foundation/intro-to-agile/week1/preparation.md) - - [Session Plan](courses/foundation/intro-to-agile/week1/session-plan.md) - - [Assignment](courses/foundation/intro-to-agile/week1/assignment.md) + - [Week 1](courses/foundation/intro-to-agile/week1) + - [Preparation](courses/foundation/intro-to-agile/week1/preparation.md) + - [Session Plan](courses/foundation/intro-to-agile/week1/session-plan.md) + - [Assignment](courses/foundation/intro-to-agile/week1/assignment.md) - [Foundation Project](courses/foundation/final-project/README.md) - [Project Brief](courses/foundation/final-project/project-brief.md) - [Initial Card Assets](courses/foundation/final-project/assets/card/README.md)