Skip to content

Instantly share code, notes, and snippets.

View Bijesse's full-sized avatar

Tom Bijesse Bijesse

View GitHub Profile
@Bijesse
Bijesse / index.html
Last active August 29, 2015 14:23 — forked from anonymous/index.html
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Yo Mama! Solution</title>
<meta name="description" content="">
@Bijesse
Bijesse / index.html
Last active August 29, 2015 14:24 — forked from anonymous/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello, World!</title>
</head>
<body>
<script id="jsbin-javascript">
console.log("Hello, World!")
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
Hello
@Bijesse
Bijesse / index.html
Last active August 29, 2015 14:24 — forked from anonymous/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
Hello
@Bijesse
Bijesse / index.html
Last active August 29, 2015 14:24 — forked from anonymous/index.html
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<meta charset="utf-8">
<title>jQuery Scavenger Hunt</title>
</head>
<body>
<div id= tv1></div>
<div id= tv2></div>
@Bijesse
Bijesse / index.html
Created July 30, 2015 14:46 — forked from anonymous/index.html
Giphy API FTW! // source http://jsbin.com/bixeyu
<!doctype html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<title>Giphy API FTW!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style id="jsbin-css">
html,body{
@Bijesse
Bijesse / index.html
Last active August 29, 2015 14:27 — forked from anonymous/index.html
Color Changer Project jQuery // source http://jsbin.com/kokuju
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<meta charset="utf-8">
<title>Color Changer Project jQuery</title>
<style id="jsbin-css">
body {
background-color: black;
@Bijesse
Bijesse / index.html
Last active August 29, 2015 14:27 — forked from anonymous/index.html
Enter Your Credentials (simple) // source http://jsbin.com/japixi
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<title>Enter Your Credentials (simple)</title>
</head>
<body>
@Bijesse
Bijesse / index.html
Created August 13, 2015 19:42 — forked from anonymous/index.html
ScriptEd Unit 6 Project: Madlibs // source http://jsbin.com/qorisi
<!DOCTYPE html>
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/madlibs.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<title>ScriptEd Unit 6 Project: Madlibs</title>
<style id="jsbin-css">
.container
{
@Bijesse
Bijesse / index.html
Created August 13, 2015 20:11 — forked from anonymous/index.html
Grading App 1.0 // source http://jsbin.com/vucobo
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Grading App 1.0</title>
</head>
<body>
<input id="grade" placeholder="Enter Grade" />
<button id="btnSubmit">Submit</button>