View gist:9533721
Meteor.startup(function () { | |
process.env.MAIL_URL = 'smtp://postmaster%40YOURDOMAIN.mailgun.org:YOURPASSWORD@smtp.mailgun.org:587';}); |
View bootstrap.css
/*! | |
* Bootstrap v2.0.3 | |
* | |
* Copyright 2012 Twitter, Inc | |
* Licensed under the Apache License v2.0 | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Designed and built with all the love in the world @twitter by @mdo and @fat. | |
*/ | |
.clearfix { |
View Get-thesmithify
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>thesmithify</title> | |
</head> | |
<body style="text-align: centre; margin: 100px;"> | |
<p>Drag me to your bookmarks bar:</p> | |
<a href="javascript:var%20s%20=%20document.createElement('script');s.src%20=%20'https://raw.github.com/gist/1791454/rikify.js';document.body.appendChild(s);" style="border: 1px solid #333; padding: 5px;">thesmithify</a> | |
</body> |
View Get-thesmithify
javascript:var%20s%20=%20document.createElement('script');s.src%20=%20'https://raw.github.com/gist/1791454/rikify.js';document.body.appendChild(s); | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>thesmithify</title> | |
</head> | |
<body style="text-align: centre; margin: 100px;"> | |
<p>Drag me to your bookmarks bar:</p> |
View thesmithify
(function() { | |
var RIK_URL = 'https://twimg0-a.akamaihd.net/profile_images/24543892/me.jpg'; | |
var rik = new Image(); | |
rik.src = RIK_URL; | |
rik.style.position = 'fixed'; | |
rik.style.top = window.innerHeight + 'px'; | |
rik.style.webkitTransform = 'translate(0, 0px)'; | |
rik.style.zIndex = 5000; |
View dabblet.css
/** | |
* Polygon type | |
*/ | |
body { | |
} |
View dabblet.css
/** | |
* Top10 Links | |
*/ | |
body { | |
background: #e2ded6; | |
font: 16px/21px 'helvetica neue'; | |
color: #000033; | |
padding: 20px; | |
margin:0; | |
} |
View dabblet.css
/** | |
* Top10 Links | |
*/ | |
body { | |
background: #e2ded6; | |
font: 16px/21px 'helvetica neue'; | |
color: #000033; | |
padding: 20px; | |
margin:0; | |
} |
View dabblet.css
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
View dabblet.css
/** | |
* Tom Cavill | |
*/ | |
body {background: #fff; | |
min-height: 100%;} | |
.tom{ outline: 8px solid red; width: 400px; height: 400px; background: blue;} | |
/*textarea { |