Snippets

Created by Dylan Barlett
<meta name="msapplication-TileColor" content="#015CB9">
<meta name="msapplication-TileImage" content="https://d1rn8z435cu2eh.cloudfront.net/apple-touch-icon-144x144.png">
<link rel="shortcut icon" href="https://d1rn8z435cu2eh.cloudfront.net/favicon.ico" sizes="16x16 32x32 64x64" type="image/x-icon">
<link rel="apple-touch-icon" href="https://d1rn8z435cu2eh.cloudfront.net/apple-touch-icon-152x152.png" sizes="152x152">
<link rel="apple-touch-icon" href="https://d1rn8z435cu2eh.cloudfront.net/apple-touch-icon-144x144.png" sizes="144x144">
<link rel="apple-touch-icon" href="https://d1rn8z435cu2eh.cloudfront.net/apple-touch-icon-120x120.png" sizes="120x120">
<link rel="apple-touch-icon" href="https://d1rn8z435cu2eh.cloudfront.net/apple-touch-icon-114x114.png" sizes="114x114">
<link rel="apple-touch-icon" href="https://d1rn8z435cu2eh.cloudfront.net/apple-touch-icon-72x72.png" sizes="72x72">
<link rel="apple-touch-icon" href="https://d1rn8z435cu2eh.cloudfront.net/apple-touch-icon-57x57.png" sizes="57x57">
<link rel="apple-touch-icon" href="https://d1rn8z435cu2eh.cloudfront.net/apple-touch-icon.png">
<link rel='stylesheet' id='open-sans-pt-sans-css'  href='https://fonts.googleapis.com/css?family=PT+Sans:700|Open+Sans:400,700' type='text/css' media='all' />

<script type="text/javascript">
var _gas = _gas || [];
_gas.push(['_setAccount', 'UA-23381988-1']); // All ACG
_gas.push(['_trackPageview']);
_gas.push(['_gasTrackOutboundLinks']);
_gas.push(['_gasTrackMailto']);
_gas.push(['_gasTrackDownloads', {
    category: 'Download',
    extensions: ['']
}]);
_gas.push(['_gasTrackYoutube', {
    percentages: [1, 20, 40, 60, 80],
    category: 'YouTube Video'
}]);
_gas.push(['_gasTrackVimeo', {
    category: 'Vimeo Video'
}]);
_gas.push(['_gasTrackAudio']);
_gas.push(['_gasTrackVideo']);
(function () {
    var ga = document.createElement('script');
    ga.type = 'text/javascript';
    ga.async = true;
    ga.src = 'https://cdnjs.cloudflare.com/ajax/libs/gas/1.11.0/gas.min.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(ga, s);
})();
</script>
body {
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans',sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 40px;
    line-height: 60px;
    color: #015cb9;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    color: #666;
}

h3, h4, h5, h6 {
    color: #e38410;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 27px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}
h6 {
    font-size: 14px;
    line-height: 21px;
}

a {
    color: #015cb9;
    text-decoration: none;
}

a:hover, a:focus {
    color: #7ac4fc;
}

ul.nav li a {
    font-size: 14px;
    line-height: 14px;
}

ul.nav li a:hover, ul.nav li a:active, ul.nav li a:focus {
    text-decoration: underline;
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.