Skip to content

Instantly share code, notes, and snippets.

View kirsten's full-sized avatar
👽

Kirsten Nordine kirsten

👽
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>jQuery Arguments with Homer{</title>
</head>
<body>
<h1>Can I have another donut?</h1>
<img src="https://upload.wikimedia.org/wikipedia/en/0/02/Homer_Simpson_2006.png">
<div>
<button>Click to reply</button>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
test
</body>
</html>
@kirsten
kirsten / index.html
Last active November 12, 2017 16:14
Exported from Popcode. Click to import: https://popcode.org/?gist=72990980e9ac9669499e737c154e396f
<!DOCTYPE html>
<html>
<head>
<title>ScriptEd Pizza Party!!!!</title>
</head>
<body>
<h1>ScriptEd Pizza Party!</h1>
<p>You've been working hard learning HTML and CSS all year. Now it's time to party!</p>
<img src="https://media.giphy.com/media/n4bfFCgA57eBW/giphy.gif">
<h2>Details</h2>
<!DOCTYPE html>
<html>
<head>
<title>ScriptEd Pizza Party!!!!</title>
</head>
<body>
<h1>ScriptEd Pizza Party!</h1>
<p>You've been working hard learning HTML and CSS all year. Now it's time to party!</p>
<img src="https://media.giphy.com/media/n4bfFCgA57eBW/giphy.gif">
<h2>Details</h2>
<!DOCTYPE html>
<html>
<head>
<title>02.1 CSS Selectors Ransom Note </title>
</head>
<body>
<h1>Ransom Note</h1>
<ul>
<li>I may</li>
<li><h6>have</h6><h1>hid</h1><h4>den</h4><h3>the</h3>pri</li>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Alert Functions!</h1>
<img src="https://media.giphy.com/media/wUklsDLTLcUBW/giphy.gif">
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Alert Functions!</h1>
<img src="https://media.giphy.com/media/wUklsDLTLcUBW/giphy.gif">
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<meta charset="utf-8" />
<script>
</script>
<title>JS-Grid We Do</title>
</head>
<!DOCTYPE html>
<html>
<head>
<title>Timer Beyonce</title>
</head>
<body>
<button id="start">Show me Beyonces!</button>
<div id="beyonces"></div>
</body>
</html>