mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +01:00
27 lines
1.4 KiB
Plaintext
27 lines
1.4 KiB
Plaintext
- unless data.page.hide_contentinfo
|
|
%footer.contentinfo(role="contentinfo")
|
|
%nav.container
|
|
%ul
|
|
%li.contentinfo-legal
|
|
:markdown
|
|
Sass © 2006–2018
|
|
[Hampton Catlin](http://www.hamptoncatlin.com/),
|
|
[Natalie Weizenbaum](http://nex-3.com/),
|
|
[Chris Eppstein](http://chriseppstein.github.io/),
|
|
and numerous contributors.
|
|
|
|
It is available for use and modification under the
|
|
[MIT License](http://sass-lang.com/docs/yardoc/file.MIT-LICENSE.html).
|
|
|
|
%li.contentinfo-tools
|
|
%ul
|
|
%li= link_to "Sass on GitHub", "https://github.com/sass"
|
|
%li= link_to "Website Repo", "https://github.com/sass/sass-site"
|
|
%li= link_to "Style Guide", "/styleguide"
|
|
%li= link_to "Community Guidelines", "/community-guidelines"
|
|
|
|
%li.contentinfo-social
|
|
%a.twitter-follow-button(href="https://twitter.com/SassCSS" data-show-count="false" data-size="large") Follow @SassCSS
|
|
:javascript
|
|
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
|