Skip to content

Instantly share code, notes, and snippets.

@cjwebdev
cjwebdev / gist:f362f25c2999e1d7dde9
Last active May 4, 2016 05:20
HTML: Starting Template
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title></title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="keywords" content="">
@cjwebdev
cjwebdev / gist:f48c7970abcf2d18516f
Last active April 26, 2016 04:43
HTML: Email Template
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title></title>
<style type="text/css">
/* Reset */
body{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
.wrapper {display: table; table-layout: fixed; margin:0; padding:0; width:100% !important; line-height: 100% !important; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizeLegibility;}
@cjwebdev
cjwebdev / scopes.txt
Last active August 29, 2015 14:08 — forked from iambibhas/scopes.txt
Here is a list of scopes to use in Sublime Text 2 snippets -
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++
Clojure: source.clojure
CoffeeScript: source.coffee