Skip to content

Instantly share code, notes, and snippets.

View beckybeauchamp1's full-sized avatar

Becky Beauchamp beckybeauchamp1

  • Los Angeles, CA
View GitHub Profile
@beckybeauchamp1
beckybeauchamp1 / readme.md
Created March 27, 2016 14:00
GIT REBASE VERSUS MERGE

Git Merge

Git Pull/Merge

Git Rebase

Git Rebase

@beckybeauchamp1
beckybeauchamp1 / readme.md
Created March 27, 2016 13:56
Git Rebase Illustrations

Git Pull

Git Pull/Merge

Git Rebase

Git Rebase

@beckybeauchamp1
beckybeauchamp1 / index.html
Created March 4, 2016 20:02
Starting and Stopping Click Events
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example</title>
</head>
<body>
<button id="start">Start Game</button>
<button id="stop">Stop Game</button>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
@beckybeauchamp1
beckybeauchamp1 / resume.html
Last active October 13, 2015 21:49
HTML Resume Homework
<!DOCTYPE html>
<html>
<head>
<title>Becky's Resume</title>
</head>
<body>
<header>
<h1>Becky Beauchamp</h1>
<div class= "nav">
<ul>