Jade templates, boostrap maps

This commit is contained in:
Ben Ramey
2014-03-08 18:58:03 -06:00
parent 3c0c5c5f65
commit d95844666a
6 changed files with 30 additions and 189 deletions

24
views/layout.jade Normal file
View File

@@ -0,0 +1,24 @@
doctype html
html(lang="en")
head
title Lunch
// STYLES
link(rel="stylesheet", href="/linker/styles/bootstrap-theme.css")
link(rel="stylesheet", href="/linker/styles/bootstrap.css")
// STYLES END
body
#page.container
block content
// TEMPLATES
// TEMPLATES END
// SCRIPTS
script(type="text/javascript", src="/linker/js/vendor/socket.io.js")
script(type="text/javascript", src="/linker/js/vendor/sails.io.js")
script(type="text/javascript", src="/linker/js/vendor/jquery-2.1.0.js")
script(type="text/javascript", src="/linker/js/vendor/bootstrap.js")
script(type="text/javascript", src="/linker/js/app.js")
script(type="text/javascript", src="/linker/js/features/socket.js")
// SCRIPTS END