Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions curriculum/level-1/01-sprint-plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
14 changes: 7 additions & 7 deletions curriculum/level-1/02-sprint-plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions curriculum/level-1/03-sprint-plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion curriculum/level-1/04-sprint-plan/homework/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The pages should `<link>` 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

Expand Down
8 changes: 4 additions & 4 deletions curriculum/level-1/04-sprint-plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion curriculum/level-1/05-sprint-plan/homework/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions curriculum/level-1/05-sprint-plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions curriculum/level-1/06-sprint-plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions curriculum/level-1/07-sprint-plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down