mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
17 lines
523 B
Plaintext
17 lines
523 B
Plaintext
%header.banner(role="banner")
|
|
.container
|
|
%h1.site-brand= link_to (image_tag "logo.png", height: "48", alt: "Sass"), "/"
|
|
|
|
%nav.navigation.collapse(role="navigation")
|
|
:markdown
|
|
* [Install](/install)
|
|
* [Learn Sass](/guide)
|
|
* [Documentation](/documentation/file.SASS_REFERENCE.html)
|
|
* [Get Involved](/community)
|
|
|
|
.banner-toggle
|
|
%button(type="button" data-toggle="collapse" data-target=".navigation")
|
|
%span.icon-bar
|
|
%span.icon-bar
|
|
%span.icon-bar
|