Sha256: 971155deb3c8f412fdee75d7b6d1c09e31e7106654e6266a30db06988e2af365
Contents?: true
Size: 802 Bytes
Versions: 2
Compression:
Stored size: 802 Bytes
Contents
<header class="stripe stripe-blue"> <div class="container"> <div class="row"> <div class="col-sm-6 col-sm-push-6"> {% assign figure = site.data.header['figure'] %} {% if figure != nil %} <figure style='padding-bottom: calc(300/553*100%); position: relative'> <img src="{{ figure.src }}" alt="{{ figure.alt }}" style="position: absolute; left: 0; top: 0; width: 100%; height: 100%" /> </figure> {% endif %} </div> <div class="col-sm-6 col-sm-pull-6"> {% assign hero = site.data.header['hero'] %} <h1>{{ hero.title }}</h1> <p class="hero"> {{ hero.text }} </p> {% for p in site.data.header['paragraph'] %} {{ p }} {% endfor %} </div> </div> </div> </header>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openf1-jekyll-theme-0.2.0 | _includes/header.html |
openf1-jekyll-theme-0.1.0 | _includes/header.html |