Skip to content

Instantly share code, notes, and snippets.

@alhertz
alhertz / meta.haml
Last active February 21, 2016 05:22
HAML - Meta Template
%title Site Name
%meta(content='Site Name' name='apple-mobile-web-app-title')
%meta(name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no')
%link{:href => "/images/favicon.png", :rel => "shortcut icon"}/
%link{:href => "/images/kitten@114x114.png", :rel => "apple-touch-icon"}/
/ META
%meta(property="og:site_name" content="Site Name")
%meta(property="og:image" content="")
@alhertz
alhertz / gist:4b8f3217ea2f73475b3e
Created January 5, 2015 06:44
Customize Your Gumroad Landing Page
.user-follow-content h1 {
color: red;
}
.user-follow-content p {
color: blue;
}
@alhertz
alhertz / image.html
Last active August 29, 2015 14:25
Photo HTML
<img src="[The URL of your image file]">
@font-face {
font-family: 'Vaud';
font-style: normal;
font-weight: 700;
src: url('/fonts/vaud-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/vaud-bold-webfont.woff2') format('woff2'), url('/fonts/vaud-bold-webfont.woff') format('woff'), url('/fonts/vaud-bold-webfont.ttf') format('truetype'), url('/fonts/vaud-bold-webfont.svg#vaudregular') format('svg');
}
@font-face {
font-family: 'Vaud';
font-style: italic;