Skip to content

Instantly share code, notes, and snippets.

@michelleroth
michelleroth / index.html
Last active February 1, 2017 05:44
lessonTwoAssignmentThree
<!DOCTYPE html>
<html lang="en">
<head>
<title>my game</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="main.css">
</head>
//var questions = [
// {
// 'question': 'What animal is fluffier?',
// 'option1': 'puppy',
// 'option2': 'elephant',
// 'answer': 'puppy'
// },
// {
// 'question': 'What animal is fluffier?',
h1 {
display: block;
background: white;
}
<html lang="en">
<head>
<title>YouTubeAPI</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css">
.imgages {
height: 100px;
float: left;
}
h1 {
display: block;
background: white;
}
Help users find the all camp sites in a targeted area, using the Google Maps Api.
Help users locate one another based on distance while backpacking though a targeted area, using the Google Maps Api.
the purpose is confusing, the page doesn't give enough direction
it lags in loading
it is lacking in color and aesthetics
slightly confusing point to this
why wouldnt you just look up the location on the weather
are you able to see any weather components?
@michelleroth
michelleroth / _media32.scss
Created September 8, 2017 16:19
A Sass 3.2 mixin for dealing with Media Queries
// Here are some variables, then a mixin and then an application of the mixin - this will only compile using Sass 3.2
//variables
$XS: 12.5em; // 200px;
$S: 18.75em; // 300px
$SM: 35em; // 560px
$M: 47.5em; // 760px
$L: 63em; // 1008px
$XL: 110em; // 1760px
$XXL: 180em; // 2880px

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor