├── README.md ├── assets ├── coding examples │ ├── stage-0-css-structure.css │ └── stage-0-html-structure.html ├── handouts │ └── codepen-pens.md └── images │ ├── sketch-palette.jpg │ ├── stage-0-css-structure.png │ ├── stage-0-html-structure.png │ └── stage-2-color-picker.png ├── stage-0.md ├── stage-1.md ├── stage-2.md ├── stage-3.md ├── stage-4.md └── stage-5.md /README.md: -------------------------------------------------------------------------------- 1 | # Beginners Coding Workshop 2 | 3 | ## Setup 4 | - open Google Chrome 5 | - open and login into Codepen.io 6 | - open and login into Github.com 7 | 8 | ## Goals 9 | * practice something new to see if it interest you 10 | * able to read and understand HTML/CSS & Bootstrap (front-end development) 11 | 12 | ## Outline 13 | * stage 0 - [Hello, World Wide Web](stage-0.md) 14 | * stage 1 - [Let's learn HTML](stage-1.md) 15 | * stage 2 - [Beautiful pages with CSS](stage-2.md) 16 | * stage 3 - [Sketch your idea](stage-3.md) 17 | * stage 4 - [Bootstrap for speedy design](stage-4.md) 18 | * stage 5 - [Build your site](stage-5.md) 19 | 20 | ## URLs for your school's tech dept 21 | * https://github.com 22 | * https://codepen.io 23 | * https://placeholder.com 24 | * https://google.com (fonts.google.com, docs.google.com) 25 | * https://ccsearch.creativecommons.org 26 | * https://getbootstrap.com -------------------------------------------------------------------------------- /assets/coding examples/stage-0-css-structure.css: -------------------------------------------------------------------------------- 1 | .posts article { 2 | font-family: Helvetiva, sans-serif; 3 | font-size: 1em; 4 | color: #444; 5 | padding; 15px; 6 | } -------------------------------------------------------------------------------- /assets/coding examples/stage-0-html-structure.html: -------------------------------------------------------------------------------- 1 |
Paragraph text here
7 | ``` 8 | 9 | ## Roboto and Fish 10 | 1. https://fonts.google.com/ 11 | 1. Heading tag: 12 | ``` 13 |Jaw breakers and jelly beans only.
24 |Lorem...
25 | 26 |Lorem...
40 |Lorem...
56 |