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>Page Title</title>
</head>
<body>
Hey ScriptEd Volunteers
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>ScriptEd CSS Garden</title
</head>
<body>
<h1 id="banner">ScriptEd CSS Site!</h1>
<h1 id="tagline">We love ScriptEd</h1>
<img src="http://i65.tinypic.com/qxvr46.jpg">
<!DOCTYPE html>
<html>
<head>
<title>Movies and Shows</title>
</head>
<body>
<h1>Best Movies and TV Shows Ever!</h1>
<ol>
<li>Finding Dory</li>
<li>Game of Thrones</li>
<!DOCTYPE html>
<html>
<head>
<title>Movies and Shows</title>
</head>
<body>
<h1>Best Movies and TV Shows Ever!</h1>
<ol>
<li>Finding Dory</li>
<li>Game of Thrones</li>
@Bijesse
Bijesse / index.html
Created August 31, 2016 16:57 — forked from anonymous/index.html
D3 US Map // source http://jsbin.com/noxicos
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>D3 US Color Map</title>
<style id="jsbin-css">
body {
background:black;
}
@Bijesse
Bijesse / index.html
Created August 31, 2016 00:29 — forked from anonymous/index.html
D3 US Map // source http://jsbin.com/noxicos
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>D3 US Color Map</title>
<style id="jsbin-css">
body {
background:black;
}
@Bijesse
Bijesse / usa.json
Created August 31, 2016 00:13 — forked from jkeohan/usa.json
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Bijesse
Bijesse / index.html
Created August 30, 2016 23:42 — forked from anonymous/index.html
D3 US Map // source http://jsbin.com/noxicos
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>D3 US Map</title>
<style id="jsbin-css">
body {
background:black;
}
<!DOCTYPE html>
<html>
<head>
<title>this Example</title>
</head>
<body>
<button id = "tom">Tom</button>
<button>Erica</button>
<button>Joliz</button>
<div></div>
<!DOCTYPE html>
<html>
<head>
<title>ScriptEd CSS Garden</title>
</head>
<body>
<h1 id="banner">ScriptEd CSS Site!</h1>
<h1 id="tagline">We love ScriptEd</h1>
<img src="http://i65.tinypic.com/qxvr46.jpg">