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
41 changes: 40 additions & 1 deletion content/Curriculum/Week-1/_index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,55 @@
+++
title = "Week 1 (1/14/2019 - 1/18/2019)"
title = "Week 1 (1/14/2019 - 1/18/2019) Intro to Coding and HTML"
date = 2018-08-12T23:12:26-04:00
weight = 20
pre = "<b></b>"
+++

The structure of this week's lesson unit is taken from the w3schools web site. This unit is intended to provide a thorough introduction to the concepts of making web pages. By the end of this week, you will be able to open a text editor and enter HTML to produce a page with:

- heading text
- paragraph text
- links
- images
- styled elements
- embedded content
- information in table format

## Monday - 1/14/2019

- What is Coding?
- How do we make a web page?
- What is HTML?
- Editor Basics
- HTML Elements
- HTML Attributes
- HTML Paragraphs
- HTML Headings

## Tuesday - 1/15/2019

- HTML Styles
- HTML Formatting
- HTML Quotations
- HTML Comments
- HTML Colors
- HTML CSS
- HTML Links

## Wednesday - 1/16/2019

- HTML Images
- HTML Tables
- HTML Lists
- HTML Blocks
- HTML Classes

## Thursday - 1/17/2019
- HTML Classes
- HTML Id
- HTML Iframes
- HTML JavaScript
- HTML File Paths
- HTML Head

## Friday - 1/18/2019
18 changes: 18 additions & 0 deletions content/Curriculum/Week-2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,30 @@ weight = 25
pre = "<b></b>"
+++

The structure of this week's lesson unit is taken from the w3schools section on HTML Forms. This unit is intended to provide a thorough introduction to the concepts of making web pages that include form elements. By the end of this week, you will be able to open a text editor and enter HTML to:

- produce a page with
- single- and multi-line text fields
- selection elements
- a 'Submit' button
- a 'Reset' button
- produce a result page from a submitted form
- describe the process of form submission between the browser and server

## Monday - 1/21/2019

- HTML Form Elements

## Tuesday - 1/22/2019

- HTML Input Types

## Wednesday - 1/23/2019

- HTML Input Attributes

## Thursday - 1/24/2019

- GET and POST

## Friday - 1/25/2019
48 changes: 24 additions & 24 deletions content/Schedule/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ pre = "<b></b>"

| Date | Week | Instructor Name | Topic |
| ---- | ---- | ---------- | ----- |
| Jan 14 | Week 01 | todo | todo |
| Jan 21 | Week 02 | todo | todo |
| Jan 28 | Week 03 | todo | todo |
| Feb 4 | Week 04 | todo | todo |
| Feb 11 | Week 05 | todo | todo |
| Feb 18 | Week 06 | todo | todo |
| Feb 25 | Week 07 | todo | todo |
| Mar 4 | Week 08 | todo | todo |
| Mar 11 | Week 09 | todo | todo |
| Mar 18 | Week 10 | todo | todo |
| Mar 25 | Week 11 | todo | todo |
| Apr 1 | Week 12 | todo | todo |
| Apr 8 | Week 13 | todo | todo |
| Apr 15 | Week 14 | todo | todo |
| Apr 22 | Week 15 | todo | todo |
| Apr 29 | Week 16 | todo | todo |
| May 6 | Week 17 | todo | todo |
| May 13 | Week 18 | todo | todo |
| May 20 | Week 19 | todo | todo |
| May 27 | Week 20 | todo | todo |
| June 3 | Week 21 | todo | todo |
| June 10 | Week 22 | todo | todo |
| June 17 | Week 23 | todo | todo |
| Jun 24 | Week 24 | todo | todo |
| Jan 14 | [Week 1](/curriculum/week-1/) | Joshua Marris | Intro to Coding and HTML |
| Jan 21 | [Week 2](/curriculum/week-2) | Joshua Marris | HTML Forms |
| Jan 28 | [Week 3](/curriculum/week-3) | todo | todo |
| Feb 4 | [Week 4](/curriculum/week-4) | todo | todo |
| Feb 11 | [Week 5](/curriculum/week-5) | todo | todo |
| Feb 18 | [Week 6](/curriculum/week-6) | todo | todo |
| Feb 25 | [Week 7](/curriculum/week-7) | todo | todo |
| Mar 4 | [Week 8](/curriculum/week-8) | todo | todo |
| Mar 11 | [Week 9](/curriculum/week-9) | todo | todo |
| Mar 18 | [Week 10](/curriculum/week-10) | todo | todo |
| Mar 25 | [Week 11](/curriculum/week-11) | todo | todo |
| Apr 1 | [Week 12](/curriculum/week-12) | todo | todo |
| Apr 8 | [Week 13](/curriculum/week-13) | todo | todo |
| Apr 15 | [Week 14](/curriculum/week-14) | todo | todo |
| Apr 22 | [Week 15](/curriculum/week-15) | todo | todo |
| Apr 29 | [Week 16](/curriculum/week-16) | todo | todo |
| May 6 | [Week 17](/curriculum/week-17) | todo | todo |
| May 13 | [Week 18](/curriculum/week-18) | todo | todo |
| May 20 | [Week 19](/curriculum/week-19) | todo | todo |
| May 27 | [Week 20](/curriculum/week-20) | todo | todo |
| June 3 | [Week 21](/curriculum/week-21) | todo | todo |
| June 10 | [Week 22](/curriculum/week-22) | todo | todo |
| June 17 | [Week 23](/curriculum/week-23) | todo | todo |
| Jun 24 | [Week 24](/curriculum/week-24) | todo | todo |