Sha256: 3cbd31f7a2957b490941c20582e26785539cd39e4d3783961a33447fec7e055e
Contents?: true
Size: 774 Bytes
Versions: 21
Compression:
Stored size: 774 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" id="content"> {{ content }} </section>
Version data entries
21 entries across 21 versions & 1 rubygems