Skip to content

Instantly share code, notes, and snippets.

View alexpow's full-sized avatar

Alex Powelson alexpow

View GitHub Profile
@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">