Skip to content

Instantly share code, notes, and snippets.

View benwatts's full-sized avatar

Ben Watts benwatts

  • Ottawa, Canada
View GitHub Profile
{
"color_scheme": "Packages/User/glacier (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
@benwatts
benwatts / badges.html
Created November 6, 2013 21:43
payments badges
Dark:
<a href="http://www.shopify.com/?utm_source=secure&amp;utm_medium=shop" title="This online store is secured by Shopify" target="_blank"><img src="//cdn.shopify.com/s/images/badges/shopify-secure-badge-dark-shadow.png" alt="Shopify secure badge" /></a>
Light:
<a href="http://www.shopify.com/?utm_source=secure&amp;utm_medium=shop" title="This online store is secured by Shopify" target="_blank"><img src="//cdn.shopify.com/s/images/badges/shopify-secure-badge-light-shadow.png" alt="Shopify secure badge" /></a>
@benwatts
benwatts / gist:5524551
Created May 6, 2013 11:11
tilemill css. super simple.
.tracks {
line-width: 1;
line-opacity: 0.4;
line-comp-op: screen;
}
#tracks2013{
line-color: #00bffa;
}
@benwatts
benwatts / FixedScroll.html
Created August 24, 2011 18:55
Moves an element with the scrollbar within a defined track (so it doesn't go above/below the track).
<!doctype html>
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Checkout | Widgets &amp; Cogs Inc.</title>