2
0
Fork 0

added example

This commit is contained in:
Willem 2015-02-27 15:20:01 +01:00
parent 30404c8701
commit cb9a12f8a1
18 changed files with 508 additions and 0 deletions

View file

@ -0,0 +1,5 @@
div
h2 Bar
p Welcome to bar.

View file

@ -0,0 +1,4 @@
div
h2 Foo
p Welcome to foo.

View file

@ -0,0 +1,5 @@
div
h2 Example UI Index
p Welcome
p Make your self at home.

View file

@ -0,0 +1,3 @@
nav(class='navbar')
div(class='navbar-footer')
Example footer

View file

@ -0,0 +1,10 @@
nav(class='navbar navbar-inverse navbar-fixed-top',role='navigation')
div(class='navbar-header')
button(type='button',class='navbar-toggle',data-toggle='collapse',data-target='.navbar-ex1-collapse')
span(class='sr-only') Toggle navigation
span(class='icon-bar')
span(class='icon-bar')
span(class='icon-bar')
a(class='navbar-brand',href='/example-ui') Home
a(class='navbar-brand',href='/example-ui/foo') Foo
a(class='navbar-brand',href='/example-ui/bar') Bar