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 upload() { | |
scp "$1" [email protected]:~/public/rglyall.co.uk/public/i; | |
echo "http://rglyall.co.uk/i/$1" | pbcopy; | |
echo "Copied to clipboard: http://rglyall.co.uk/i/$1" | |
} |
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
RewriteEngine on | |
RewriteCond %{HTTP_HOST} ^www\.rglyall\.co.uk [NC] | |
RewriteRule (.*) http://rglyall.co.uk/$1 [R=301,L] |
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
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
= e($name) | |
@at-root #{&}__#{$name} | |
@content | |
= m($name) |
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
// ---- | |
// Sass (v3.3.0.rc.3) | |
// Compass (v1.0.0.alpha.18) | |
// Breakpoint (v2.4.1) | |
// ---- | |
@import "breakpoint" | |
$mobile-font-size: 16px | |
$ipad-font-size: 18px |
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
// ---- | |
// Sass (v3.3.0.rc.3) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
=e($name) | |
&__#{$name} | |
@content | |
=m($name) |
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
<div class="box">Testing</div> |
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
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl |
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
.dialog | |
%a.dialog__button{:href => '#'} Click |
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
%ul.dropdown | |
%li.dropdown__item.dropdown__item--active | |
%a.dropdown__link{:href => '#'} Hello? | |
%ul.dropdown__menu | |
%li.dropdown__menu-item | |
%a.dropdown__menu-link{:href => '#'} Option 1 | |
%li.dropdown__menu-item | |
%a.dropdown__menu-link{:href => '#'} Option 2 | |
%li.dropdown__menu-item | |
%a.dropdown__menu-link{:href => '#'} Option 3 |
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
.btn-group | |
%a.btn{:href => '#'} Refresh | |
%a.btn{:href => '#'} Follow | |
%a.btn{:href => '#'} Back to list |
OlderNewer