Week 1 Assignment - OhJia/Coding4Creatives-S17-2 GitHub Wiki

Assignments

Sign ups

Technical

  • Finish the Intro to HTML and Intro to CSS sections of Khan Academy Tutorial.
  • Using what you learned in these section, create a simple HTML file (using Sublime Text 2) to introduce yourself. And experiment with styling the page with fonts and colors using CSS. Save your HTML and CSS files and drop them into your folder in the class Google Drive here
  • Email me ([email protected]) the answer to this question: What is the difference between a server and a client?

Read / watch

Resources

  • 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, and mkdir.