mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +01:00
26 lines
1.4 KiB
Plaintext
26 lines
1.4 KiB
Plaintext
- unless data.page.hide_contentinfo
|
|
%footer.contentinfo(role="contentinfo")
|
|
%nav.container
|
|
%ul
|
|
%li.contentinfo-legal
|
|
:markdown
|
|
SASS © 2006–2015 [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 Repo", "https://github.com/sass/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');
|