mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
27 lines
959 B
Plaintext
27 lines
959 B
Plaintext
<header
|
|
class="sl-r-banner"
|
|
itemtype="http://schema.org/WPHeader"
|
|
itemscope="itemscope"
|
|
role="banner">
|
|
<div class="sl-c-alert sl-c-alert--info" style="background: #000; padding: 3rem 0; text-align: left;">
|
|
<div class="sl-l-container">
|
|
<h2 style="margin-top: 0;">Black Lives Matter</h2>
|
|
{% renderTemplate 'md' %}
|
|
Sass stands with the protesters against police violence. We encourage our users to
|
|
**get in the streets and join them if you can**.
|
|
{% endrenderTemplate %}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sl-c-pop-stripe"></div>
|
|
<div class="sl-l-container">
|
|
<div class="sl-l-grid sl-l-grid--full sl-l-large-grid--fit sl-l-large-grid--center sl-l-large-grid--gutters">
|
|
<p class="sl-l-grid__column sl-r-banner__brand">
|
|
<a href="/"><img height="48" alt="Sass" src="/assets/img/logos/logo.svg"></a>
|
|
</p>
|
|
|
|
{% renderFile 'source/_includes/header_nav.md' %}
|
|
</div>
|
|
</div>
|
|
</header>
|