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
Meteor.startup(function () { | |
process.env.MAIL_URL = 'smtp://postmaster%40YOURDOMAIN.mailgun.org:[email protected]:587';}); |
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
/*! | |
* 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 { |
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>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> |
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
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> |
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
(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; |
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
/** | |
* Polygon type | |
*/ | |
body { | |
} |
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
/** | |
* Top10 Links | |
*/ | |
body { | |
background: #e2ded6; | |
font: 16px/21px 'helvetica neue'; | |
color: #000033; | |
padding: 20px; | |
margin:0; | |
} |
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
/** | |
* Top10 Links | |
*/ | |
body { | |
background: #e2ded6; | |
font: 16px/21px 'helvetica neue'; | |
color: #000033; | |
padding: 20px; | |
margin:0; | |
} |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
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
/** | |
* Tom Cavill | |
*/ | |
body {background: #fff; | |
min-height: 100%;} | |
.tom{ outline: 8px solid red; width: 400px; height: 400px; background: blue;} | |
/*textarea { |