sass-site/source/_includes/footer.liquid

52 lines
2.0 KiB
Plaintext
Raw Normal View History

2023-01-06 21:35:17 +01:00
<footer
class="site-footer contentinfo"
itemtype="http://schema.org/WPFooter"
itemscope="itemscope"
role="contentinfo">
<div class="sl-l-container sl-l-section">
<div class="sl-l-grid sl-l-grid--full sl-l-large-grid--fit sl-l-large-grid--center sl-l-large-grid--gutters">
<div class="sl-l-grid__column">
2023-01-29 21:04:56 +01:00
{% renderTemplate 'liquid,md' %}
2023-01-28 19:54:45 +01:00
Sass &copy; 2006&ndash;{{ 'now' | date: '%Y' }} the Sass team, and numerous contributors.
2023-01-29 21:04:56 +01:00
It is available for use and modification under the [MIT&nbsp;License](https://github.com/sass/dart-sass/blob/master/LICENSE).
{% endrenderTemplate %}
2023-01-06 21:35:17 +01:00
<nav class="sl-c-list-horizontal-wrapper">
2023-01-29 21:04:56 +01:00
{% renderTemplate 'md' %}
- [Sass on GitHub](https://github.com/sass)
- [Website Source Code](https://github.com/sass/sass-site)
- [Style Guide](/styleguide)
- [Community Guidelines](/community-guidelines)
{% endrenderTemplate %}
2023-01-06 21:35:17 +01:00
</nav>
</div>
<div class="sl-l-grid__column sl-l-large-grid__column--auto-size sl-l-large-grid--justify-right">
<a
class="twitter-follow-button"
href="https://twitter.com/SassCSS"
data-show-count="false"
data-size="large">Follow @SassCSS</a>
<a href="https://www.macstadium.com/"><img
alt="Powered by MacStadium"
class="mac-stadium-icon"
src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png"></a>
<script>
!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');
</script>
</div>
</div>
</div>
</footer>