Sha256: 85dd07f6b45f2f443e473bf0e1b9a9a060e0a80828c487e0859d6219e9e73899

Contents?: true

Size: 1.74 KB

Versions: 12

Compression:

Stored size: 1.74 KB

Contents

---
layout: default
---

<section class="hero is-light is-fullheight" style="{% if site.main_image %}background-image: url({{ site.main_image}}){% endif %}">
  <div class="hero-body">
    <div class="container">
      <div class="colums">
        <div class="column is-three-quarters-mobile is-two-thirds-tablet is-half-desktop">
          <h1 class="title is-spaced">
            {{ site.title }}
          </h1>
          <h2 class="subtitle">
            {{ site.description }}
          </h2>
          <div class="hero-actions">
          {% assign first_pages = site.pages | sort:"chapter" %}
          {% for p in first_pages %}
          {% if p.layout == 'page' %}
          {% assign firstp = p %}
          {% break %}
          {% endif %}
          {% endfor %}
            <a href="{{ firstp.permalink }}"
               class="button is-link is-uppercase"
               title="Kapitel {{ firstp.chapter }} {{firstp.title}}">
              Zu Kapitel {{ firstp.chapter }}
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"
                   width="20px" height="20px" class="icon-start">
                <title>Arrow pointing right</title>
                <path d="M20 50 H 80" fill="transparent" stroke="white"
                      stroke-width="7" stroke-linecap="square"/>
                <path d="M60 30 L 84 50 L 60 70"
                      fill="transparent" stroke="white"
                      stroke-width="7" stroke-linecap="round"/>
              </svg>
            </a>

            {% if site.mainpage.pdf %}
            <a href="{{ site.mainpage.pdf }}" class="is-uppercase">
              Download PDF
            </a>
            {% endif %}
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
okf-pub-theme-0.2.24 _layouts/home.html
okf-pub-theme-0.2.23 _layouts/home.html
okf-pub-theme-0.2.22 _layouts/home.html
okf-pub-theme-0.2.21 _layouts/home.html
okf-pub-theme-0.2.20 _layouts/home.html
okf-pub-theme-0.2.19 _layouts/home.html
okf-pub-theme-0.2.18 _layouts/home.html
okf-pub-theme-0.2.17 _layouts/home.html
okf-pub-theme-0.2.16 _layouts/home.html
okf-pub-theme-0.2.15 _layouts/home.html
okf-pub-theme-0.2.14 _layouts/home.html
okf-pub-theme-0.2.13 _layouts/home.html