Skip to content

Instantly share code, notes, and snippets.

View mstorino's full-sized avatar

Maggie Storino mstorino

  • PartySlate
  • Chicago
View GitHub Profile
<!-- CSS Stylesheets with Relative Paths -->
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>CSS Stylesheets with Relative Paths</title>
<!-- This line is money! It points your HTML to the CSS file. -->
@mstorino
mstorino / Class2Notes.txt
Created January 26, 2017 03:04
Class 2 Notes
Use class more than id
bkground images load slow
@mstorino
mstorino / exercise.html
Created January 26, 2017 01:59 — forked from wrburgess/exercise.html
exercise1.html
<!-- Activity 1: Basic HTML Bio -->
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Activity 1: Basic HTML Bio</title>
</head>
@mstorino
mstorino / intro_to_the_console.md
Last active January 26, 2017 01:41 — forked from wrburgess/intro_to_the_console.md
Intro to the Console

Intro to the Console for Maggie

  • cd (changes directory)

  • cd ~ (changes to home directory)

  • cd .. (moves up one directory)

  • ls (lists files in folder)