Sha256: 6060c8eef24589b7cc748da7ba531e972d0a2dda1cc606a4f3bf4f055c7b594c
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
<section class="hero is-primary is-hidden-print {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} {% if page.hero_tags %} {{ page.hero_tags }} {% endif %}" {% if page.hero_background_image %} style="background: url('{{ page.hero_background_image }}') no-repeat center center; background-size: cover;" {% endif %}> <div class="hero-body"> <div class="container"> {% if page.hero_image %} <img src="{{page.hero_image}}" alt="placeholder" class="is-rounded is-hidden-mobile"> {% endif %} <h1 class="title is-1">{{ page.title }}</h1> <p class="subtitle is-4">{{ page.subtitle }}</p> {% if page.hero_link %} <a href="{{ page.hero_link | relative_url }}" class="button is-rounded is-dark"> <span>{{ page.hero_link_text }}</span> <span class="icon is-small"> <i class="fas fa-chevron-right fa-xs"></i> </span> </a> {% endif %} </div> <img src="../assets/img/arrow-down.png" alt="placeholder" class="arrow-image is-pulled-left is-hidden-mobile"> </div> </section> <i class="fas {{ section.icon }}"></i>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
intia-theme-0.1.3 | _includes/hero.html |