mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +01:00
e367b287a7
This doesn't actually get the release data from anywhere yet, nor do Ruby Sass nor Dart Sass have their own pages yet.
18 lines
574 B
Plaintext
18 lines
574 B
Plaintext
%header.banner(role="banner")
|
|
.container
|
|
%h1.site-brand= link_to (image_tag "logos/logo.svg", height: "48", alt: "Sass"), "/"
|
|
|
|
%nav.navigation.collapse(role="navigation")
|
|
:markdown
|
|
* [Install](/install)
|
|
* [Learn Sass](/guide)
|
|
* [Blog](http://blog.sass-lang.com/)
|
|
* [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
|