2015-05-03 01:37:22 -07:00
|
|
|
script(src="/bower_components/jquery/dist/jquery.min.js")
|
|
|
|
script(src="/bower_components/d3/d3.js")
|
|
|
|
script(src="/bower_components/cal-heatmap/cal-heatmap.min.js")
|
|
|
|
script(src="/bower_components/bootstrap/dist/js/bootstrap.min.js")
|
2015-05-03 14:28:03 -07:00
|
|
|
script(src="/bower_components/angular/angular.min.js")
|
|
|
|
script(src="/bower_components/angular-bootstrap/ui-bootstrap.min.js")
|
|
|
|
script(src="/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js")
|
2015-05-03 01:37:22 -07:00
|
|
|
script(src="/bower_components/moment/min/moment.min.js")
|
|
|
|
script(src="/js/main.js")
|
|
|
|
link(rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lato:400|Inconsolata")
|
|
|
|
link(rel="stylesheet" type="text/css" href="bower_components/cal-heatmap/cal-heatmap.css")
|
2015-05-03 14:45:46 -07:00
|
|
|
|
2015-05-03 01:37:22 -07:00
|
|
|
link(rel='stylesheet', href='/css/main.less')
|
|
|
|
|
2015-02-21 14:49:24 -08:00
|
|
|
include meta
|
|
|
|
title #{title} | Free Code Camp
|
|
|
|
meta(charset='utf-8')
|
|
|
|
meta(http-equiv='X-UA-Compatible', content='IE=edge')
|
|
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
|
|
|
meta(name='csrf-token', content=_csrf)
|
|
|
|
script.
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-55446531-1', 'auto');
|
|
|
|
ga('require', 'displayfeatures');
|
2015-04-02 14:07:00 -07:00
|
|
|
ga('send', 'pageview');
|
2015-04-14 16:03:27 -07:00
|
|
|
script#inspectletjs(type='text/javascript').
|
|
|
|
window.__insp = window.__insp || [];
|
|
|
|
__insp.push(['wid', 561999918]);
|
|
|
|
(function() {
|
|
|
|
function __ldinsp() {
|
|
|
|
var insp = document.createElement('script');
|
|
|
|
insp.type = 'text/javascript';
|
|
|
|
insp.async = true;
|
|
|
|
insp.id = "inspsync";
|
|
|
|
insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js';
|
|
|
|
var x = document.getElementsByTagName('script')[0];
|
|
|
|
x.parentNode.insertBefore(insp, x);
|
|
|
|
}
|
|
|
|
if (window.attachEvent) window.attachEvent('onload', __ldinsp);
|
|
|
|
else window.addEventListener('load', __ldinsp, false);
|
2015-04-17 00:11:13 -04:00
|
|
|
})();
|