-
Notifications
You must be signed in to change notification settings - Fork 1
Week 1 Assignment
Jiashan Wu edited this page Jan 10, 2017
·
7 revisions
-
Finish the Intro to CSS, More HTML tags, CSS text properties sections of Khan Academy Tutorial.
-
Add at least one more web page to your introduction web site. Link this page from the main index.html file. And experiment with styling both pages with fonts and colors using CSS. Save your HTML and CSS files into a new folder.
-
Create a new repository on Github. Using the terminal, push your updated web site (the folder with your HTML & CSS files) to this repo.
-
Read and watch the following. Come to the next class with questions, something that you agree/disagree with or were surprised by.
- What is the internet?
- HTTP and HTML
- From traditional to digital - the modern creative director
- Hackers and Painters by Paul Graham
- Artists are hackers talk
-
Basic unix commands - Briefly go over. We'll be using the command line for pushing files to Github and running simpleHTTPserver in this class. Nothing too fancy; just the basics. Get familiar, at the very least, with the commands
ls,cd, andmkdir.
- HTML Elements Reference (simple, w3schools)
- HTML Element Reference (detailed, Mozilla)
- HTML Cheat Sheet
- CSS Cheat Sheet
- CSSReference.io