Sha256: 3a8199dc59c5cc369ab7838d30ef70a9ea1dfd21c3b5cce4ec5830906a4bed10

Contents?: true

Size: 783 Bytes

Versions: 1

Compression:

Stored size: 783 Bytes

Contents

<!-- Banner -->
<section id="banner"
{%- if include.style -%}
class="{{ include.style.class | default: '' }}"
style="background-image: url({{ include.style.image | absolute_url }}); background-position: {{ include.style.position | default: center }} -5em; background-size: {{ include.style.size | default: 100% auto }};"
{% endif %}>
  <div class="content">
    <header>
      <h1>{{ include.title }}</h1>
      {% if include.subtitle %}<p>{{ include.subtitle }}</p>{% endif %}
    </header>
    {% if include.description %}<p>{{ include.description }}</p>{% endif %}
    <ul class="actions">
      <li><a href="{{ include.button.url | default: '#' }}" class="button primary big scrolly">{{ include.button.label | default: 'Ask for advice!' }}</a></li>
    </ul>
  </div>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.10.16 _includes/banner.html