mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
fixing headers
This commit is contained in:
parent
2f451b4abd
commit
aa5d678984
@ -1 +1 @@
|
||||
%h2 Community
|
||||
%h1 Community
|
@ -1 +1 @@
|
||||
%h2 Docs
|
||||
%h1 Documentation
|
@ -13,8 +13,8 @@
|
||||
.container
|
||||
%ul
|
||||
%li= link_to "Home", "/"
|
||||
%li= link_to "Quickstart", "#"
|
||||
%li= link_to "Documentation", "#"
|
||||
%li= link_to "Community", "#"
|
||||
%li= link_to "Quickstart", "/quickstart"
|
||||
%li= link_to "Documentation", "/docs"
|
||||
%li= link_to "Community", "/community"
|
||||
|
||||
%hr/
|
@ -9,10 +9,10 @@
|
||||
|
||||
%nav
|
||||
%ul
|
||||
%li= link_to "Home", "/"
|
||||
%li= link_to "Quickstart", "#"
|
||||
%li= link_to "Documentation", "#"
|
||||
%li= link_to "Community", "#"
|
||||
%li= link_to "Twitter", "#"
|
||||
%li= link_to "Mailing List", "#"
|
||||
%li= link_to "Github", "#"
|
||||
%li= link_to "Home", "/"
|
||||
%li= link_to "Quickstart", "/quickstart"
|
||||
%li= link_to "Documentation", "/docs"
|
||||
%li= link_to "Community", "/community"
|
||||
%li= link_to "Twitter", "#"
|
||||
%li= link_to "Mailing List", "#"
|
||||
%li= link_to "Github", "#"
|
@ -1,23 +1,13 @@
|
||||
.section-header
|
||||
%h1 Quickstart
|
||||
%p some text
|
||||
%h1 Quickstart
|
||||
|
||||
%aside
|
||||
%h2 (relative to type of quickstart)
|
||||
%p secondary info (CL instructions or download button)
|
||||
%h2 Now What?
|
||||
%p You have Sass installed... download our quickstart playground zipfile of awesome
|
||||
|
||||
.quickstart-section
|
||||
|
||||
%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.
|
||||
.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.
|
Loading…
x
Reference in New Issue
Block a user