<header class=“header header__home”>

<section class="header__home__presentation">
<h1 class="header__home__presentaiton_title">{{ site.title }}</h1>
<p class="header__home__presentation__description">{{ site.description }}</p>
{% if site.data.centos.distributions %}
<p class="header__home__presentation__description">We offer two Linux variants: (<a class="btn btn-sm" role="button" href="cs-vs-cl">What's the difference?</a>)</p>
<div class="header__home__presentation__distributions">
{% include home/distributions.html %}
</div> 
{% endif %}
</section>

<section class="header__home__shortcuts">
  {% include home/shortcuts.html %}
</section>

</header>

{% include hr.html %}