Skip to content

Instantly share code, notes, and snippets.

View alexpow's full-sized avatar

Alex Powelson alexpow

View GitHub Profile

Keybase proof

I hereby claim:

  • I am alexpow on github.
  • I am alexpow (https://keybase.io/alexpow) on keybase.
  • I have a public key ASDxzzCprdValhpfjYB0neBBnME7I90BxlEoqlGwRdMoCgo

To claim this, I am signing this object:

@alexpow
alexpow / index.html
Created December 15, 2015 19:30 — forked from anonymous/index.html
JS Bin Final JS project // source http://jsbin.com/lexohu
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Final JS project" />
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
/*body style*/
body {
font-size:14px;
@alexpow
alexpow / index.html
Created December 15, 2015 19:30 — forked from anonymous/index.html
Words To Be Sorted Alex Powelson Assignment 5 // source http://jsbin.com/toyiwi
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="Alex Powelson Assignment 5" />
<meta charset="utf-8">
<title>Words To Be Sorted</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/form.css">
@alexpow
alexpow / index.html
Created December 15, 2015 19:30 — forked from anonymous/index.html
Employee Form Alex Powelson Assignment 4 // source http://jsbin.com/peqej
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="Alex Powelson Assignment 4" />
<meta charset="utf-8">
<title>Employee Form</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/form.css">
@alexpow
alexpow / index.html
Created December 15, 2015 19:30 — forked from anonymous/index.html
Membership Form Alex Powelson Assignment 3 // source http://jsbin.com/vehezo
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="Alex Powelson Assignment 3" />
<meta charset="utf-8">
<title>Membership Form</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/form.css">
@alexpow
alexpow / index.html
Created December 15, 2015 19:30 — forked from anonymous/index.html
A Restricted Text Area Alex Powelson Assignment 2 part 2 // source http://jsbin.com/qalug
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="Alex Powelson Assignment 2 part 2" />
<meta charset="utf-8">
<title>A Restricted Text Area</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/styles.css">
@alexpow
alexpow / index.html
Created December 15, 2015 19:29 — forked from anonymous/index.html
Shopping Calculator Alex Powelson Assignment 2 Part 1 // source http://jsbin.com/qicifi
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="Alex Powelson Assignment 2 Part 1" />
<meta charset="utf-8">
<title>Shopping Calculator</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/styles.css">
@alexpow
alexpow / index.html
Created December 15, 2015 19:29 — forked from anonymous/index.html
Login Assignment 1 // source http://jsbin.com/sacoza
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="Assignment 1" />
<meta charset="utf-8">
<title>Login</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/styles.css">
@alexpow
alexpow / results.html
Created March 19, 2015 00:21
Medusa html
<!doctype html>
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
<meta charset="utf-8">
<title>Data rough draft</title>
<script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=129874daf82ea8718007ffa601fae0cb"></script>
<link rel="stylesheet" type="text/css" href="http://assets.tumblr.com/fonts/streetscript/stylesheet.css?v=1">
<meta http-equiv="x-dns-prefetch-control" content="off"/>
@alexpow
alexpow / results.js
Created March 19, 2015 00:21
Medusa collective data
/* window.onload = function() { init() };
var public_spreadsheet_url = 'https://docs.google.com/spreadsheets/d/1e-UH9Bm76YX2xvaKHafyRm4Cgtw-x8DQfaCF9zWdJ-c/pubhtml';
function init() {
Tabletop.init( { key: public_spreadsheet_url,
callback: showInfo,
} )
}