Created
November 22, 2011 18:36
-
-
Save BenHall/1386475 to your computer and use it in GitHub Desktop.
Revisions
-
BenHall renamed this gist
Nov 22, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
BenHall created this gist
Nov 22, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ script(src='/javascripts/jquery-1.7.min.js') link(rel='stylesheet', href='/stylesheets/bootstrap.min.css') link(rel='stylesheet', href='/stylesheets/bootstrap-overrides.css') This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ head include ../includes/bootstrap div.topbar div.fill div.container a(href='#').brand #{title} ul.nav li.active a(href='#') Home li a(href='#') About li a(href='#') Contact div.container div.content div.page-header h1 #{title} small text div.row div.span10 h2 Main content div.span4 h3 Secondary content footer p © Company 2011 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ !!! 5 html head title= title body!= body