2014-01-03 04:47:31 -05:00
|
|
|
doctype html
|
2015-01-05 19:01:58 -08:00
|
|
|
html(ng-app='profileValidation')
|
2013-11-13 22:19:37 -05:00
|
|
|
head
|
2015-01-09 15:10:34 -08:00
|
|
|
script(src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js")
|
|
|
|
script(src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.8/angular.min.js")
|
|
|
|
script(src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.12.0/ui-bootstrap-tpls.min.js")
|
|
|
|
link(rel='shortcut icon', href='//s3.amazonaws.com/freecodecamp/favicon.ico')
|
|
|
|
link(rel='stylesheet', href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css')
|
|
|
|
link(rel='stylesheet', href='//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css')
|
|
|
|
link(rel='stylesheet', href='//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css')
|
2014-10-24 15:22:09 -07:00
|
|
|
include partials/meta
|
2014-10-13 14:14:51 -07:00
|
|
|
title #{title} | Free Code Camp
|
2013-11-16 12:55:40 -05:00
|
|
|
meta(charset='utf-8')
|
|
|
|
meta(http-equiv='X-UA-Compatible', content='IE=edge')
|
|
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
2014-03-28 13:40:55 -04:00
|
|
|
meta(name='csrf-token', content=_csrf)
|
2014-11-29 21:46:40 -08:00
|
|
|
!= css('main')
|
2014-10-24 15:22:09 -07:00
|
|
|
|
2013-11-13 22:19:37 -05:00
|
|
|
body
|
2014-06-01 10:49:18 -04:00
|
|
|
include partials/navbar
|
2014-05-11 03:48:19 -04:00
|
|
|
|
|
|
|
.container
|
|
|
|
include partials/flash
|
|
|
|
block content
|
2015-01-17 14:16:29 -08:00
|
|
|
include partials/footer
|
2014-12-29 22:40:27 -08:00
|
|
|
!= js('application')
|
2014-10-19 18:23:05 -07:00
|
|
|
script.
|
2014-10-19 17:50:48 -07:00
|
|
|
(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');
|
2014-11-04 16:19:03 -08:00
|
|
|
ga('require', 'displayfeatures');
|
2014-11-29 21:32:59 -08:00
|
|
|
ga('send', 'pageview');
|
2014-12-29 22:40:27 -08:00
|
|
|
script(src="//cdn.optimizely.com/js/999692993.js")
|