Sha256: fdbbaf57a015ada26ea6300fa3fd766f6fad8ef29de7367313e40ae3186e542f

Contents?: true

Size: 1.79 KB

Versions: 4

Compression:

Stored size: 1.79 KB

Contents

---
layout: default
---

<h1 class="wedding-h1">{{ site.data.translation.presents.title }}</h1>

<div class="row wedding-menu">
  <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
    <div class="row">
      <div class="col-xs-12 col-sm-4 col-md-4">
        <a href="/">{{ site.data.translation.menu.wedding }}</a>
      </div>
      <div class="col-xs-12 col-sm-4 col-md-4 text-center">
        <a href="/information">{{ site.data.translation.menu.information }}</a>
      </div>
      <div class="col-xs-12 col-sm-4 col-md-4 text-right">
        <a href="/logs">{{ site.data.translation.menu.journal }}</a>
      </div>
    </div>
  </div>
</div>

<div class="row" style="padding-top: 45px; padding-bottom: 30px">
  <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
    <p class="lead text-center">
      {{ site.data.translation.presents.poem }}
    </p>
  </div>
</div>

<div class="row present-disclaimer">
  <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
    <p>
      {{ site.data.translation.presents.description }}
    </p>
  </div>
</div>

<div class="row">
  <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
    <div class="row">
      {% for present in site.data.presents %}
        <div class="col-sm-6">
          <div class="panel wedding-panel">
            <div class="panel-heading">
              <h3 class="panel-title">{{ present.title }}</h3>
            </div>
            <div class="panel-body wedding-panel-body">
              {% if present.owner %}
                <div class="present-ribbon">vergeben</div>
              {% endif %}
              <p>{{ present.description }}</p>
              <strong>Wert:</strong> {{ present.value }} €
            </div>
          </div>
        </div>
      {% endfor %}
    </div>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-wedding-0.5.0 _layouts/presents.html
jekyll-wedding-0.4.0 _layouts/presents.html
jekyll-wedding-0.3.0 _layouts/presents.html
jekyll-wedding-0.2.0 _layouts/presents.html