Skip to content

Repository for Spring 2015 Ignition curriculum and assignments

Notifications You must be signed in to change notification settings

Victorrent/2015week1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

Ignition 2015 Week 1

Repository for the first Week of Spring 2015 Ignition curriculum and assignments

Week 1: Intro to HTML/CSS and Git/GitHub

Section 1: The Front End

Required - Answer these questions in the deliverables file, and complete the following.

Optional - read if you want


Section 2: HTML and CSS 101

Required - Answer these questions in the deliverables file, and complete the following.

  • Why do we separate HTML and CSS?
HTML
  • What are classes and IDs (and how are they different)?
  • What are elements?
  • What are tags?
  • What are attributes?
  • What are forms?
  • What is a div?
CSS
  • What are selectors?

  • What are properties?

  • What are values?

  • How do CSS styles for a particular element get inherited? ie. how does an element get its "default" styles?

  • What are two CSS attributes you can change to push an element around on the page?

  • What are the three different ways to include CSS in your project or use CSS to style a particular element?

  • Complete the Codecademy HTML/CSS track.

Watch this Code Player Walkthrough of how to build the Android Logo. Make the android logo look like the following image (as close to as possible) by tweaking the code yourself on the linked to page:

Drawing

Hints (click to go to the hint)
Watch this Treehouse video on forms at 1.5-2x speed.

Reference Materials

HTML Dog HTML Beginner Tutorial HTML Dog CSS Beginner Tutorial HTML Dog CSS Intermediate Tutorial OverAPI's HTML Cheat Sheet OverAPI's CSS Cheat Sheet

Optional - do if you want

Getting Started with jQuery Mobile Code School Discover Dev-tools


Section 3: Git and Github

Required - Answer these questions in the deliverables file, and complete the following.

  • What is Git?
  • What is SCM?
  • What is a VCS?
  • Why is Git useful for a developer?
  • Why is Git useful for a team of developers?
  • How do you create a new Git repository for a project locally?
  • How do you create it on Github?
  • How do you commit changes?
  • What is the difference between staging and committing changes?
  • What is the difference between committing your changes and pushing them to Github?
  • What is the command to check the status of your current repo in git?
  • What is the command to see the history of your previous commits (from the command line)? What are a few interesting variations (sets of options)?
  • How can you look through your historical commits on the Github website?
  • What is a "Merge"?
  • What is a "Pull Request"?
  • What is "Forking" a repo?
  • What is "Cloning" a repo?

Git Basics Videos

Android Logo Hints

Ignition2015_reference

This repo is gonna be just a big list of commands we've learned. Clone it to your own machine wherever you're working (your local computer, or Cloud9) and you can open it in your text editor to see the results. Or just keep it open in your browser.

This repo will grow over the course of Ignition. If you are using a cloned copy, periodically do a git pull to get the latest content.

f5b95866a064d10b8efa0c9b85f888dfbd84c5a3

About

Repository for Spring 2015 Ignition curriculum and assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%