Sha256: 84b54d4e3c20d2ef53e012e75f97be84491ede1854e84481d4c107fae0872fda
Contents?: true
Size: 892 Bytes
Versions: 1
Compression:
Stored size: 892 Bytes
Contents
<!-- Banner --> <section class="panel banner {{ include.style.text.position | default: 'right' }} {{ include.style.background.color }}" id="{{ include.id | default: 'banner' }}"> <div class="content {{ include.style.header.color | default: 'color0' }} span-3-75"> <h1 class="major">{{ include.title }}<br /> {{ include.subtitle }}</h1> <p>{{ include.description }}</p> <ul class="actions"> <li> <a href="{{ include.button.target }}" class="button primary color1 circle icon solid fa-angle-right"> {{ include.button.label | default: 'Next'}} </a> </li> </ul> </div> <div class="image filtered span-1-75" data-position="25% 25%"> <img src="{{ include.style.background.image | absolute_url }}" alt="" /> </div> </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-ethereal-0.1.0 | _includes/banner.html |