Sha256: 6dd9b403bdf7c07b89c0e0ba0bb87bf3a75cd4e738fa528a46955db4a7abc8de

Contents?: true

Size: 1.68 KB

Versions: 1

Compression:

Stored size: 1.68 KB

Contents

---
layout: default
---

<section class="hero is-light is-fullheight">
  <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 is-size-1">
            {{ site.title }}
          </h1>
          <h2 class="subtitle">
            {{ site.description }}
          </h2>
          {% if site.pub and site.pub.pdf %}
          <a href="{{ site.pub.pdf }}" class="button is-link is-uppercase">
            <span>Download PDF</span>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"
                 width="20px" height="20px" class="icon-download">
              <title>download icon</title>
              <path d="M15 84 H 85" fill="transparent" stroke="white" stroke-width="7"
                    stroke-linecap="square" />
              <path d="M50 10 V 70" fill="transparent" stroke="white"
                    stroke-width="7" stroke-linecap="round" />
              <path d="M25 50 L 50 70 L 75 50"
                    fill="transparent" stroke="white"
                    stroke-width="7" stroke-linecap="round"/>
            </svg>
          </a>
          {% endif %}
        </div>
      </div>
    </div>
  </div>
</section>
<article>
  {% for page in site.content %}
  <section class="main columns">
    <div class="main__img column is-half">
      {% if page.visual %}
      <img src="{{ page.visual.img}}"
           alt="{{ page.visual.alt }}"
           class="main__img__img">
      {% endif%}
    </div>
    <div class="main__copy column is-half">
      {% include chapters.html %}
    </div>
  </section>
  {% endfor %}
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
okf-pub-theme-0.1.0 _layouts/home.html