Skip to content

Commit

Permalink
Magically steal Bootstrap design
Browse files Browse the repository at this point in the history
  • Loading branch information
henare committed Dec 16, 2011
1 parent a12322c commit 9c71e37
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions views/layout.haml
@@ -1,7 +1,28 @@
!!!
%html
%html{:lang => "en"}
%head
%meta{:charset => "utf-8"}/
%title Tweet My Council
%link{:rel => "stylesheet", :href => "http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css"}
%meta{:content => "", :name => "description"}/
%meta{:content => "OpenAustralia Foundation", :name => "author"}/
/ Le HTML5 shim, for IE6-8 support of HTML elements
/[if lt IE 9]
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
/ Le styles
%link{:href => "http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css", :rel => "stylesheet"}/
:css
body {
padding-top: 60px;
}
%body
= yield
.topbar
.fill
.container
%a.brand{:href => "/"} Tweet My Council
%ul.nav
%li.active
%a{:href => "/"} Home
%li
%a{:href => "/api"} API
.container
= yield

0 comments on commit 9c71e37

Please sign in to comment.