Sha256: c5371eafd811306026dbb41d8474af5fd68549967d9102379dd9ae86c337d386
Contents?: true
Size: 1.97 KB
Versions: 21
Compression:
Stored size: 1.97 KB
Contents
<section class="hero is-primary is-hidden-print {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} {% if page.hero_tags %} {{ page.hero_tags }} {% endif %}" {% if page.hero_background_image %} style="background: url('{{ page.hero_background_image }}') no-repeat center center; background-size: cover;" {% endif %}> <div class="hero-body"> <div class="container"> {% if page.title_above %} <h1 class="overtitle subtitle is-4">{{ page.title_above }}</h1> {% endif %} <h1 class="title is-1 {% if page.title_above %} title-with-overtitle {% endif %}">{{ page.title }}</h1> {% if page.hero_image %} <img src="{{page.hero_image}}" alt="placeholder" class="is-rounded is-hidden-mobile"> {% endif %} <p class="subtitle is-4">{{ page.subtitle }}</p> {% if page.hero_link %} <a href="{{ page.hero_link | relative_url }}" class="button is-rounded is-dark"> <span>{{ page.hero_link_text }}</span> <span class="icon is-small"> <i class="fas fa-chevron-right fa-xs"></i> </span> </a> {% endif %} <div class="buttons-hero has-text-centered"> <a href="" class="button is-rounded is-dark { % if item.link == page.url % } { % endif % }"> <span class="icon is-small"> <i class="fas fa-chevron-left"></i> </span> <span>Zur Übersicht</span> </a> <a href="" class="button is-rounded is-dark { % if item.link == page.url % } { % endif % }"> <span>Als PDF Herunterladen</span> <span class="icon is-small"> <i class="fas fa-chevron-right"></i> </span> </a> </div> </div> </div> </section>
Version data entries
21 entries across 21 versions & 1 rubygems