2013-10-09 12:30:53 +02:00
|
|
|
%header.banner(role="banner")
|
|
|
|
.container
|
2015-01-06 19:50:24 +01:00
|
|
|
%h1.site-brand= link_to (image_tag "logos/logo.svg", height: "48", alt: "Sass"), "/"
|
2013-10-09 12:30:53 +02:00
|
|
|
|
|
|
|
%nav.navigation.collapse(role="navigation")
|
|
|
|
:markdown
|
|
|
|
* [Install](/install)
|
|
|
|
* [Learn Sass](/guide)
|
2014-04-24 10:11:36 +02:00
|
|
|
* [Blog](http://blog.sass-lang.com/)
|
2013-10-12 22:31:05 +02:00
|
|
|
* [Documentation](/documentation/file.SASS_REFERENCE.html)
|
2013-10-09 12:30:53 +02:00
|
|
|
* [Get Involved](/community)
|
|
|
|
|
|
|
|
.banner-toggle
|
|
|
|
%button(type="button" data-toggle="collapse" data-target=".navigation")
|
|
|
|
%span.icon-bar
|
|
|
|
%span.icon-bar
|
|
|
|
%span.icon-bar
|