Created
January 22, 2016 15:03
-
-
Save cwardzala/db6a1684a1a3d1e3e5b9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html > | |
<head> | |
<meta charset="UTF-8"> | |
<title>Play It Forward Return Form</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<style> | |
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} | |
</style> | |
<style> | |
html { | |
box-sizing: border-box; | |
} | |
*, *::after, *::before { | |
box-sizing: inherit; | |
} | |
* { | |
box-sizing: border-box; | |
} | |
body { | |
max-width: 1024px; | |
margin: 0 auto; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
} | |
.clear::after { | |
clear: both; | |
content: ""; | |
display: table; | |
} | |
.no-margin-bottom { | |
margin-bottom:0; | |
} | |
.logo { | |
float: left; | |
display: block; | |
margin-right: 2.35765%; | |
width: 14.70196%; | |
float: right; | |
} | |
.logo:last-child { | |
margin-right: 0; | |
} | |
.logo img { | |
max-width: 100%; | |
display: block; | |
} | |
.header { | |
float: left; | |
display: block; | |
margin-right: 2.35765%; | |
width: 65.88078%; | |
font-weight: 200; | |
padding-top: 5px; | |
} | |
.header:last-child { | |
margin-right: 0; | |
} | |
.header h3 { | |
font-weight: inherit; | |
margin-top: 0; | |
} | |
.header h1 { | |
margin-top: 0; | |
margin-bottom: 20px; | |
} | |
ul { | |
margin-top: 0; | |
padding-left: 18px; | |
} | |
ul li { | |
margin-bottom: 5px; | |
} | |
.form { | |
border-bottom: 2px dashed #333; | |
padding-bottom: 40px; | |
} | |
.form-info { | |
margin-top: 40px | |
} | |
.form-info ul { | |
float: left; | |
display: block; | |
margin-right: 2.35765%; | |
width: 48.82117%; | |
padding-left: 18px; | |
} | |
.form-info ul:last-child { | |
margin-right: 0; | |
} | |
.fw-only { | |
float: left; | |
display: block; | |
margin-right: 2.35765%; | |
width: 48.82117%; | |
border: 2px solid #333; | |
} | |
.fw-only:last-child { | |
margin-right: 0; | |
} | |
.fw-only header { | |
background: #333; | |
color: #fff; | |
font-weight: bold; | |
padding: 3px 5px; | |
} | |
.fw-only .fw-only-body { | |
padding: 0px 5px; | |
} | |
.mailer { | |
max-width: 68em; | |
margin-left: auto; | |
margin-right: auto; | |
padding-top: 40px; | |
} | |
.mailer::after { | |
clear: both; | |
content: ""; | |
display: table; | |
} | |
.post-address { | |
float: left; | |
display: block; | |
margin-right: 2.35765%; | |
width: 31.76157%; | |
margin-left: 34.11922%; | |
font-size: 32px; | |
margin-top: 40px; | |
} | |
.post-address:last-child { | |
margin-right: 0; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="clear"> | |
<div class="header"> | |
<h1>Play It Forward Return Form</h1> | |
<h3>Thank you for participating in the Play it Forward program. Please utilize this form for Play it Forward returns only.</h3> | |
<h3 class="no-margin-bottom">Here are a few things to note regarding this return:</h3> | |
<ul> | |
<li>You do not need to list the titles you are returning.</li> | |
<li>Be sure to return the same quantity of units as you placed in your PIF order.</li> | |
<li>The order for the new titles you are refreshing through this program must be submitted prior to returning the units. We will reconcile accordingly.</li> | |
</ul> | |
</div> | |
<div class="logo"> | |
<img src="https://shop-static.playaway.com/images/[email protected]" alt="Play It Forward" /> | |
</div> | |
</div> | |
<div class="form"> | |
<h2>Return Contact Information:</h2> | |
<p><strong>Library\School:</strong> {{org_name}}</p> | |
<p><strong>Contact Name:</strong> {{contact_name}}</p> | |
<p><strong>Email:</strong> {{email}}</p> | |
<p><strong>Phone:</strong> {{phone_number}}</p> | |
<p><strong>Date:</strong> {{date}}</p> | |
<div class="clear form-info"> | |
<ul> | |
<li>Please use the bottom half as your return label by placing it on the outside of your return box.</li> | |
<li>Please ship back ONLY the unit with this form.</li> | |
<li>Return shipping is customer’s responsibility unless returning 50 or more units at one time.</li> | |
</ul> | |
<div class="fw-only"> | |
<header>Findaway Use Only</header> | |
<div class="fw-only-body"> | |
<p>Sales Order #: {{sales_order_number}}</p> | |
<p>Return Authorization #: {{ra_number}}</p> | |
<p># Units: {{unit_count}}</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="mailer"> | |
<div class="return_address"> | |
{{contact_name}}<br /> | |
{{street}}<br /> | |
{{city}}, {{state}} {{zip}} | |
</div> | |
<div class="post-address"> | |
<strong>Play It Forward</strong><br /> | |
c/o Findaway<br /> | |
31999 Aurora Road<br /> | |
Solon, Ohio 44139 | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment