diff --git a/curriculum/level-1/01-sprint-plan/index.md b/curriculum/level-1/01-sprint-plan/index.md index 559601d..be26f40 100644 --- a/curriculum/level-1/01-sprint-plan/index.md +++ b/curriculum/level-1/01-sprint-plan/index.md @@ -17,13 +17,13 @@ Broad and shallow introduction to almost everything that will be taught in the c ## Modules -1. [Account Management Workshop](../../../modules/account-management-workshop) -1. [Getting Started with Slack](../../../modules/getting-started-with-slack) -1. [Asking for Help](../../../modules/asking-for-help) -1. [Finding Answers using Google](../../../modules/finding-answers-using-google) -1. [Getting Started with Atom](../../../modules/getting-started-with-atom) -1. [File types and encoding](../../../modules/file-types-and-encoding) -1. [Introduction to HTML](../../../modules/intro-to-html) +1. [Account Management Workshop](../../modules/account-management-workshop) +1. [Getting Started with Slack](../../modules/getting-started-with-slack) +1. [Asking for Help](../../modules/asking-for-help) +1. [Finding Answers using Google](../../modules/finding-answers-using-google) +1. [Getting Started with Atom](../../modules/getting-started-with-atom) +1. [File types and encoding](../../modules/file-types-and-encoding) +1. [Introduction to HTML](../../modules/intro-to-html) ## Homework 1. [Brainload](https://brentonstrine.github.io/brainload/) diff --git a/curriculum/level-1/02-sprint-plan/index.md b/curriculum/level-1/02-sprint-plan/index.md index afeb75d..6228ab0 100644 --- a/curriculum/level-1/02-sprint-plan/index.md +++ b/curriculum/level-1/02-sprint-plan/index.md @@ -18,13 +18,13 @@ Expanding on foundations of development and establishing fundamentals 4. View personal Github Pages site ## Modules -1. [Better than Elon Musk, or Viewing Source Code](../../../modules/viewing-source-code) -1. [Browser Rendering Workshop](../../../modules/browser-rendering) -1. [Structuring HTML Pages](../../../modules/structuring-html-pages) -1. [Using HTML Tags](../../../modules/using-html-tags) -1. [Linking Pages Together](../../../modules/linking-pages) -1. [HTTP Request Workshop](../../../modules/http-requests-workshop) -1. [Using Github Pages](../../../modules/using-github-pages) +1. [Better than Elon Musk, or Viewing Source Code](../../modules/viewing-source-code) +1. [Browser Rendering Workshop](../../modules/browser-rendering) +1. [Structuring HTML Pages](../../modules/structuring-html-pages) +1. [Using HTML Tags](../../modules/using-html-tags) +1. [Linking Pages Together](../../modules/linking-pages) +1. [HTTP Request Workshop](../../modules/http-requests-workshop) +1. [Using Github Pages](../../modules/using-github-pages) ## Homework and Exercises [Homework for Sprint 2](./homework) diff --git a/curriculum/level-1/03-sprint-plan/index.md b/curriculum/level-1/03-sprint-plan/index.md index bf487dc..35915d2 100644 --- a/curriculum/level-1/03-sprint-plan/index.md +++ b/curriculum/level-1/03-sprint-plan/index.md @@ -17,10 +17,10 @@ Strengthen understanding of git via Github Desktop and introduce CSS principles * Push code to Github repository from local machine ## Modules -1. [Getting started with Github Desktop](../../../modules/getting-started-with-github-desktop) -1. [Intro to CSS](../../../modules/intro-to-css) -1. [Using CSS to style HTML](../../../modules/using-css-to-style-html) -1. [Using sketches to design websites](../../../modules/using-sketches-to-design-websites) +1. [Getting started with Github Desktop](../../modules/getting-started-with-github-desktop) +1. [Intro to CSS](../../modules/intro-to-css) +1. [Using CSS to style HTML](../../modules/using-css-to-style-html) +1. [Using sketches to design websites](../../modules/using-sketches-to-design-websites) ## Homework [Homework for Sprint 3](./homework) diff --git a/curriculum/level-1/04-sprint-plan/homework/index.md b/curriculum/level-1/04-sprint-plan/homework/index.md index 31c54b0..f97f585 100644 --- a/curriculum/level-1/04-sprint-plan/homework/index.md +++ b/curriculum/level-1/04-sprint-plan/homework/index.md @@ -40,7 +40,7 @@ The pages should `` the following CSS files: * Link to the `about.html` page * Begin to style your document using CSS in your `style.css` file. * Add the `reset.css` file to the `styles` folder of your repo. -* Reference your [website sketch](../../../../modules/using-css-to-style-html) to add elements, such as a header or sidebar, to your website. +* Reference your [website sketch](../../../modules/using-css-to-style-html) to add elements, such as a header or sidebar, to your website. ### About page requirements diff --git a/curriculum/level-1/04-sprint-plan/index.md b/curriculum/level-1/04-sprint-plan/index.md index 811e134..2f03921 100644 --- a/curriculum/level-1/04-sprint-plan/index.md +++ b/curriculum/level-1/04-sprint-plan/index.md @@ -19,10 +19,10 @@ Strengthening our understanding on using CSS to style HTML. * Reinforce common vocabulary for development (local, save, refresh, render, etc...) ## Modules -1. [HTTP Request Workshop](../../../modules/http-requests) -1. [Project Introduction](../../../modules/level-1-project/mvp) -1. [Using CSS to style HTML](../../../modules/using-css-to-style-html) -1. [Using a CSS Reset](../../../modules/using-a-css-reset) +1. [HTTP Request Workshop](../../modules/http-requests) +1. [Project Introduction](../../modules/level-1-project/mvp) +1. [Using CSS to style HTML](../../modules/using-css-to-style-html) +1. [Using a CSS Reset](../../modules/using-a-css-reset) ## Homework [Homework for Sprint 4](./homework) diff --git a/curriculum/level-1/05-sprint-plan/homework/index.md b/curriculum/level-1/05-sprint-plan/homework/index.md index 59d3775..1c55880 100644 --- a/curriculum/level-1/05-sprint-plan/homework/index.md +++ b/curriculum/level-1/05-sprint-plan/homework/index.md @@ -24,7 +24,7 @@ Send a message “Hello, I am starting my homework!” to the `#general` room on * Link to the `about.html` page * Begin to style your document using CSS in your `style.css` file. * Add the `reset.css` file to the `styles` folder of your repo. -* Reference your [website sketch](../../../../modules/using-css-to-style-html) to add elements, such as a header or sidebar, to your website. +* Reference your [website sketch](../../../modules/using-css-to-style-html) to add elements, such as a header or sidebar, to your website. ### About page requirements diff --git a/curriculum/level-1/05-sprint-plan/index.md b/curriculum/level-1/05-sprint-plan/index.md index ea1bdf0..e8228ca 100644 --- a/curriculum/level-1/05-sprint-plan/index.md +++ b/curriculum/level-1/05-sprint-plan/index.md @@ -17,9 +17,9 @@ Expanding on CSS foundations to define layouts and interactivity. * Reinforce common vocabulary for development (git, push, fetch, stylesheet, local, source...) ## Modules -1. [Project Introduction](../../../modules/level-1-project/mvp) -1. [Review: Using HTML Tags](../../../modules/using-html-tags) -1. [Using CSS class selectors](../../../modules/using-class-css-selectors) +1. [Project Introduction](../../modules/level-1-project/mvp) +1. [Review: Using HTML Tags](../../modules/using-html-tags) +1. [Using CSS class selectors](../../modules/using-class-css-selectors) 1. Making a dropdown menu using only CSS ## Homework diff --git a/curriculum/level-1/06-sprint-plan/index.md b/curriculum/level-1/06-sprint-plan/index.md index 779d0f8..66ff2f9 100644 --- a/curriculum/level-1/06-sprint-plan/index.md +++ b/curriculum/level-1/06-sprint-plan/index.md @@ -18,10 +18,10 @@ Expanding on CSS foundations to define layouts and introducing interactivity via ## Agenda -1. [Javascript with HTML](../../../modules/using-js-with-html) -1. Review: [Using CSS class selectors](../../../modules/using-class-css-selectors) -1. [Intro to CSS Layout](../../../modules/intro-to-css-layout) -1. [Using CSS Grid](../../../modules/using-css-grid) +1. [Javascript with HTML](../../modules/using-js-with-html) +1. Review: [Using CSS class selectors](../../modules/using-class-css-selectors) +1. [Intro to CSS Layout](../../modules/intro-to-css-layout) +1. [Using CSS Grid](../../modules/using-css-grid) 1. Project work ## Homework diff --git a/curriculum/level-1/07-sprint-plan/index.md b/curriculum/level-1/07-sprint-plan/index.md index 501727f..fa660d6 100644 --- a/curriculum/level-1/07-sprint-plan/index.md +++ b/curriculum/level-1/07-sprint-plan/index.md @@ -18,9 +18,9 @@ Applying what we've learned so far to our projects. ## Agenda 1. Review: [Homework for Sprint 6](../06-sprint-plan/homework) -1. Reminder: [Project MVP](../../../modules/level-1-project/mvp) -1. Review: [Structuring HTML Pages](../../../modules/structuring-html-pages) -1. [Finding Inspiration Workshop](../../../modules/finding-inspiration-workshop) +1. Reminder: [Project MVP](../../modules/level-1-project/mvp) +1. Review: [Structuring HTML Pages](../../modules/structuring-html-pages) +1. [Finding Inspiration Workshop](../../modules/finding-inspiration-workshop) 1. Project Work ## Homework