Skip to content

Instantly share code, notes, and snippets.

View Bijesse's full-sized avatar

Tom Bijesse Bijesse

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Click Handler Background Color</title>
</head>
<body>
<input id="age">
<button id="user-age">Your age</button>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Multiple Conditions Practice</title>
</head>
<body>
<input id="year">
<button id="class-name">Year you will graduate</button>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.js"></script>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>hello
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>X movement Collision Left Only</title>
</head>
<body>
<!-- Put your page markup here -->
<div class="box" id="blue"></div>
<div class="box" id="red"></div>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Parts of Speech: We Do</title>
</head>
<body>
<h1 id = "header">This is a page about the parts of speech</h1>
<h1 id = "noun"> This is a noun --> </h1>
<h1 id = "adj"> This is a adjective --> </h1>
<div id ="sentence"></div>
<!DOCTYPE html>
<html>
<head>
<title>Parts of Speech: We Do</title>
</head>
<body>
<h1 id = "header">This is a page about the parts of speech</h1>
<h1 id = "noun"> This is a noun --> </h1>
<h1 id = "adj"> This is a adjective --> </h1>
<div id ="sentence"></div>
<!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>Page Title</title>
</head>
<body>
<div class="box">
<input class="condition" placeholder="A Medical Condition"/>
<button class="btn1">Click</button>
<!DOCTYPE html>
<html>
<head>
<title>Loop list</title>
</head>
<body>
<ul id = "numList">
</ul>
</body>