Skip to content

Commit

Permalink
Cleaning up demo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjgrant committed May 5, 2015
1 parent c8fcbee commit ce344c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
26 changes: 0 additions & 26 deletions lib/jade/index.jade
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
extends layout

block content
header.navbar
nav
ul
li.navbar-title
h1
a(href="#") Foo
li Foo
li: a(href="#") Bar
li: a.button(role="button" href="#") Bar

.wrapper
header.navbar2
nav
ul
li.navbar-title
h1
a(href="#") Foo
li Foo
li: a(href="#") Bar
li: a.button(role="button" href="#") Bar

p lorem ipsum dolor sit amet
h1 lorem ipsum
h2 lorem ipsum


+b("resources")
h1 Thanks for using Kickstart 3
p Let's get to work!
Expand Down
13 changes: 0 additions & 13 deletions lib/sass/style.sass
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
@import themes/default/theme

// Write your styles here.
.navbar
+navbar($layout: 'fluid-fixed')

.navbar2
+navbar

.button
+button($primary-color)

.wrapper
+wrapper

+b("resources")
max-width: $tablet
margin: 0px auto
Expand Down

0 comments on commit ce344c9

Please sign in to comment.