Skip to content

Instantly share code, notes, and snippets.

View jesseangell's full-sized avatar

Jesse Angell jesseangell

View GitHub Profile
@jesseangell
jesseangell / pull-request-template.md
Created February 22, 2016 18:25 — forked from Lordnibbler/pull-request-template.md
Sample Pull Request Template

Status1

READY/IN DEVELOPMENT/HOLD

Migrations

YES | NO

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Credit Card Form</title>
<style>
.forAppleCardScan {
width: 1px;
height: 1px;
margin-left: -1000px;
@jesseangell
jesseangell / gist:3a528d7edde10ddceff1
Last active August 29, 2015 14:12
cardscan-single-exp-date
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Credit Card Form</title>
<style>
.forAppleCardScan {
width: 1px;
height: 1px;
margin-left: -1000px;
@jesseangell
jesseangell / file.html
Last active March 7, 2017 12:53
cardscan-form
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Credit Card Form</title>
</head>
<body>
<form>
<fieldset>
<label for="ccName">Name on card</label>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Credit Card Form</title>
</head>
<body>
<form>
<fieldset>
<label for="ccName">Name on card</label>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Credit Card Form</title>
</head>
<body>
<form>
<fieldset>
<label for="ccName">Name on card</label>