Sha256: 206eb380038c95ae5c3b98fc5bf9d861a6c02046c2a0ba30b0fa81ab9059b0df
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
<section class="hero is-primary is-hidden-print {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% 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"> <img src="https://via.placeholder.com/440x638" alt="placeholder" class="is-rounded is-hidden-mobile"> <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.png" alt="placeholder" class="arrow-image is-pulled-left is-hidden-mobile"> </div> </section> <i class="fas {{ section.icon }}"></i>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
intia-theme-0.1.1 | _includes/hero.html |
intia-theme-0.1.0 | _includes/hero.html |