diff --git a/common-content/en/module/how-our-curriculum-works/overview/index.md b/common-content/en/module/how-our-curriculum-works/overview/index.md new file mode 100644 index 000000000..4e4494ecb --- /dev/null +++ b/common-content/en/module/how-our-curriculum-works/overview/index.md @@ -0,0 +1,37 @@ ++++ +title="Overview" +description="tl;dr How Our Curriculum Works" +emoji="🦌" +time=2 +[objectives] + 1="Explain the structure of our curriculum" +[build] + render = 'never' + list = 'local' + publishResources = false + ++++ + +The course is divided into modules, each with a theme and learning objectives. Modules are divided into week-long sprints. Each sprint contains these activities in this order: + +##### 1. Start with the: **🧑🏾‍💻 Prep**, which explains the main concepts of the sprint. + +**Learners** complete prep before class. **Mentors** browse prep to know what learners are learning. + +##### 2. Then go to: **🏷️ Backlog**, a list of coursework assignments as issues. + +**Learners** clone issues to project boards and work on them. **Mentors** browse issues to know what learners are doing. + +##### 3. For class it's the: **🧑🏾‍🤝‍🧑🏾 Day Plan**, a timestamped agenda for class day. + +Usually a lively morning workshop and quieter afternoon study-group. **Everyone** should review the plan to prepare for class. + +##### 4. Review with: **✅ Success**, the learning objectives for the sprint. + +**Learners** check off goals. **Mentors** help us focus on the sprint goals. + +### Still lost? + +1. 🔍 Search: filter by module, sprint, and view. +1. 🦉 [Overview](/overview): your high level map with themes. +1. 📚 [How this works](/how-this-works): our programme in detail. diff --git a/org-cyf-how-this-works/content/prep/index.md b/org-cyf-how-this-works/content/prep/index.md index ce07e9e62..6a80d1f2a 100644 --- a/org-cyf-how-this-works/content/prep/index.md +++ b/org-cyf-how-this-works/content/prep/index.md @@ -27,4 +27,7 @@ src="module/how-our-curriculum-works/curriculum" [[blocks]] name="🛣️ using this module" src="module/how-our-curriculum-works/using-this-module" +[[blocks]] +name="overview" +src="module/how-our-curriculum-works/overview" +++ diff --git a/org-cyf-itp/content/_index.md b/org-cyf-itp/content/_index.md index 24ddf3a57..d996435a5 100644 --- a/org-cyf-itp/content/_index.md +++ b/org-cyf-itp/content/_index.md @@ -1,6 +1,6 @@ +++ title="Intro to Programming" map=["start here", "programming", "next steps"] -description="Here's how you find out _what_ to do _when_" +description="New? Lost? [Quickstart](how-this-works/prep/#overview)" emoji= "🧑🏿‍🏫" +++