-
Notifications
You must be signed in to change notification settings - Fork 1
Week 2 Assignment
Jiashan Wu edited this page Jan 21, 2017
·
8 revisions
- Finish the CSS layout, More CSS selectors sections of Khan Academy tutorial.
- Design a simple layout for your introduction web site (from the previous assignments), style with CSS as a separate style.css file (hint), and link your CSS file in the HTML files. Save all of your updated HTML and CSS files in a new folder (Week 3), and push your updated web site to Github repo Coding-for-creatives-class. Your repo should look like this.
- Bonus: Add images from your computer to your web site, by linking your HTML file(s) to images in a folder called media (hint)
- Download and install Node.js version 6.9.4 with macOS Installer (64-bit)
- Read and watch the following. Come to the next class with questions, something that you agree/disagree with or were surprised by.
Resources
- Codepen Checkout the CSS projects for inspiration
- What is node.js