Skip to content

Instantly share code, notes, and snippets.

@BenHall
Created November 22, 2011 18:36
Show Gist options
  • Select an option

  • Save BenHall/1386475 to your computer and use it in GitHub Desktop.

Select an option

Save BenHall/1386475 to your computer and use it in GitHub Desktop.

Revisions

  1. BenHall renamed this gist Nov 22, 2011. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. BenHall created this gist Nov 22, 2011.
    3 changes: 3 additions & 0 deletions bootstrap.jade
    Original 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')
    28 changes: 28 additions & 0 deletions container-app.html
    Original 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
    5 changes: 5 additions & 0 deletions layout.jade
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    !!! 5
    html
    head
    title= title
    body!= body