Skip to content

Instantly share code, notes, and snippets.

View qfarenwald's full-sized avatar

Quinne Farenwald qfarenwald

View GitHub Profile
@qfarenwald
qfarenwald / mod-0-capstone-FE.md
Last active June 10, 2019 15:43
mod-0-capstone-FE

HTML and CSS: Structure & Text: Ch 1 & 2

  1. On a website, what is the purpose of HTML code?

    To describe the struture of web pages.

  2. What is the difference between an element and a tag?

    The difference is that tags are smaller pieces within an element. An element is made of two tags, an opening and a closing tag, with information between the two tags. The goal of an element is to give meaning to the information between the two tags to the browers.

@qfarenwald
qfarenwald / mod_0_assessment_checklist.md
Last active May 16, 2019 01:08 — forked from rwarbelow/mod_0_assessment_checklist.md
Mod 0 Technical Assessment Checklist

Checklist/Rubric

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.
  • I named my files correctly.
  • I structured my files and directories correctly.
  • I made one initial commit.
  • I pushed my initial commit to GitHub.
Object: Summer Jamz 2019
Attributes:
Genre: [“rock”, “pop”, “90s”, “rap”]
Artist: [“Backstreet Boys”, “Jay-Z”, “Brittany Spears”, “Beyonce”]
Album: [“Album 1”, “Album 2”, “Album 3”]
MP3Compatible: True
NumberOfSongs: 500
LengthOfPlaylist: 10
PlaylistName: “Summer Jamz 2019”
Class: Playlist
Attributes:
Genre (array)
Artist (array)
Album (array)
MP3Compatible (boolean)
NumberOfSongs (integar)
LengthOfPlaylist (float)
PlaylistName (string)
Walking a Dog
1. Gather materials
1.1 Gather materials for dog
1.1.1 Collar
1.1.2 Leash
1.1.3 Poop bags
1.2 Gather materials for you
1.2.1 Hat
1.2.2 Sunscreen
1.2.3 Shoes

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.
@qfarenwald
qfarenwald / beginners_guide_to_git.md
Last active May 11, 2019 16:19
Examples of Markdown

Heading 1

Heading 2

Heading 3

  1. Avacado
  2. Chips
  3. More avacado
  • Wolf
  • Dog
@qfarenwald
qfarenwald / mod_0_session_4_readings.md
Last active May 15, 2019 23:04 — forked from rwarbelow/mod_0_session_4_readings.md
Mod 0 Session 4 Readings and Responses

Session 4 Readings and Responses

The readings and responses listed here should take you approximately 50 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Session 3 Practice Tasks

The assignments listed here should take you approximately 25 total minutes.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of the document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Creating Files and Directories (10 min)

Need help? You can go back to the files/directories portion of the lesson here.

@qfarenwald
qfarenwald / mod_0_session_3_readings.md
Last active May 11, 2019 17:06 — forked from rwarbelow/mod_0_session_3_readings.md
Mod 0 Session 3 Readings

Session 3 Readings and Responses

The readings and responses listed here should take you approximately 20 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.