Skip to content

Instantly share code, notes, and snippets.

View alexpow's full-sized avatar

Alex Powelson alexpow

View GitHub Profile
anonymous
anonymous / index.html
Created July 3, 2017 23:55
Quarter goal
<header><h1>Project 2</h1></header>
<h2>by Alex Powelson</h2>
<h3>h3</h3>
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Nullam pharetra ex sed mi tincidunt, et fermentum nisi fermentum.</li>
<li>Nulla nec eros vel libero volutpat pellentesque.</li>
<li>Ut vel libero ac elit finibus interdum.</li>
<li>In dapibus augue sed quam sagittis, a consectetur felis faucibus.</li>
</ul>
anonymous
anonymous / index.html
Created December 15, 2015 19:26
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;
anonymous
anonymous / index.html
Created December 15, 2015 19:26
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">
anonymous
anonymous / index.html
Created December 15, 2015 19:26
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">
anonymous
anonymous / index.html
Created December 15, 2015 19:25
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">
anonymous
anonymous / index.html
Created December 15, 2015 19:25
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">
anonymous
anonymous / index.html
Created December 15, 2015 19:25
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">
anonymous
anonymous / index.html
Created December 15, 2015 19:24
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">