Sha256: 567c173ebe6d7dafe2732c802dc949933446c74b2dcd622e202350e7b0bfff97
Contents?: true
Size: 761 Bytes
Versions: 8
Compression:
Stored size: 761 Bytes
Contents
--- layout: default --- {% if page.hero %} <div class="hero hero-65"> <div class="hero__overlay h-100"> {% picture {{ page.hero.file | prepend: 'content/' }} --img class="hero__image hero__image--fixed hero-65" --alt {{ page.hero.alt }} %}</div> {% if page.title %} <header class="hero__strap hero__strap--center image__filter--blur hero-65" aria-label="{{ strap }}"> <h1 aria-hidden="true" > {% assign n = page.title.size | minus: 1 %} {%- for char in (0..n ) -%} <span style="animation-delay: {{ char | times: 40 | plus: 200 }}ms;">{{ page.title | slice: char }}</span> {%- endfor -%}</h1> </header> {% endif %} </div> {% endif %} <section class="fullwidth__wrap"> {{ content }} </section>
Version data entries
8 entries across 8 versions & 1 rubygems