]>
Commit | Line | Data |
---|---|---|
1 | <!DOCTYPE HTML> | |
2 | ||
3 | <html> | |
4 | <head> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
6 | <meta name="author" content="Ben Beltran" /> | |
7 | <meta name="description" content="{{ page.description }}" /> | |
8 | <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" /> | |
9 | <link rel="stylesheet" type="text/css" href="/css/bootstrap-responsive.min.css" /> | |
10 | <link rel="stylesheet" type="text/css" href="/css/prism.css" /> | |
11 | <link rel="stylesheet" type="text/css" href="/css/application.css" /> | |
12 | <title>Unlimited 🍕 {{ page.title }}</title> | |
13 | <link href='http://fonts.googleapis.com/css?family=Lato:100,300,700,300italic,700italic|Oswald:400,300' rel='stylesheet' type='text/css'> | |
14 | <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="N, S o Vocal — The ATOM!"> | |
15 | <script src="/js/prism.min.js" type="text/javascript"></script> | |
16 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | |
17 | <script src="https://cdn.firebase.com/js/client/1.0.21/firebase.js"></script> | |
18 | <script src="/js/vendor/neon/neon.js"></script> | |
19 | <script src="/js/vendor/neon/stdlib/node_support.js"></script> | |
20 | <script src="/js/vendor/neon/stdlib/custom_event.js"></script> | |
21 | <script src="/js/vendor/neon/stdlib/custom_event_support.js"></script> | |
22 | <script src="/js/vendor/neon/stdlib/widget.js"></script> | |
23 | ||
24 | <script src="js/unlimited_pizza.js"></script> | |
25 | <script src="js/unlimited_pizza/melty_cheese.js"></script> | |
26 | <script type="text/javascript"> | |
27 | ||
28 | window.addEventListener('load', function () { | |
29 | UnlimitedPizza.instance({ | |
30 | element : $('body') | |
31 | }).activate(); | |
32 | }); | |
33 | ||
34 | var _gaq = _gaq || []; | |
35 | _gaq.push(['_setAccount', 'UA-20018878-4']); | |
36 | _gaq.push(['_trackPageview']); | |
37 | ||
38 | (function() { | |
39 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
40 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
41 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
42 | })(); | |
43 | ||
44 | </script> | |
45 | </head> | |
46 | <body> | |
47 | <header> | |
48 | <a class="logo" href="/"><span>N, S o Vocal</span></a> | |
49 | </header> | |
50 | <nav> | |
51 | <ul class="mainmenu"> | |
52 | <li><a href="/">Home</a></li> | |
53 | <li><a href="/archive.html">All</a></li> | |
54 | <li><a href="/projects.html">Proj</a></li> | |
55 | <li><a href="/about.html">????</a></li> | |
56 | </ul> | |
57 | </nav> | |
58 | <div class="main-container"> | |
59 | <section> | |
60 | {{ content }} | |
61 | </section> | |
62 | </div> | |
63 | </body> | |
64 | </html> |