fixing headers

This commit is contained in:
Jina Bolton 2012-11-28 04:13:43 -08:00
parent 2f451b4abd
commit aa5d678984
5 changed files with 21 additions and 31 deletions

View File

@ -1 +1 @@
%h2 Community %h1 Community

View File

@ -1 +1 @@
%h2 Docs %h1 Documentation

View File

@ -13,8 +13,8 @@
.container .container
%ul %ul
%li= link_to "Home", "/" %li= link_to "Home", "/"
%li= link_to "Quickstart", "#" %li= link_to "Quickstart", "/quickstart"
%li= link_to "Documentation", "#" %li= link_to "Documentation", "/docs"
%li= link_to "Community", "#" %li= link_to "Community", "/community"
%hr/ %hr/

View File

@ -9,10 +9,10 @@
%nav %nav
%ul %ul
%li= link_to "Home", "/" %li= link_to "Home", "/"
%li= link_to "Quickstart", "#" %li= link_to "Quickstart", "/quickstart"
%li= link_to "Documentation", "#" %li= link_to "Documentation", "/docs"
%li= link_to "Community", "#" %li= link_to "Community", "/community"
%li= link_to "Twitter", "#" %li= link_to "Twitter", "#"
%li= link_to "Mailing List", "#" %li= link_to "Mailing List", "#"
%li= link_to "Github", "#" %li= link_to "Github", "#"

View File

@ -1,23 +1,13 @@
.section-header %h1 Quickstart
%h1 Quickstart
%p some text
%aside %h2 Now What?
%h2 (relative to type of quickstart) %p You have Sass installed... download our quickstart playground zipfile of awesome
%p secondary info (CL instructions or download button)
.quickstart-section .video of some kind, by LessFilms?
%h2 Now What?
%p You have Sass installed... download our quickstart playground zipfile of awesome
.video of some kind, by LessFilms?
%h3 Transcript
%p some content related to the video... take these steps:
%ol
%li Step 1.
%li Step 2., etc.
%h3 Transcript
%p some content related to the video... take these steps:
%ol
%li Step 1.
%li Step 2., etc.