Sha256: 8859cf12874ddd95a116f5049c691d6aba5d3df531f95b7f8c4fd1d982dc404d
Contents?: true
Size: 1.68 KB
Versions: 3
Compression:
Stored size: 1.68 KB
Contents
<div class="row {% if page.jumbotron.background-image %}background-image {% endif %}{% if site.data.settings.jumbotron.darken %}overlay{% endif %}" id="jumbotron" {% if page.jumbotron.background-image %} style="background-image: url('{{page.jumbotron.background-image}}');" {% else %} class="jumbotron text-center featured-jumbotron" {% endif %}> <!--Row --> <div id="jumbotron-content" class=" flex-container"> <!--Jumbotron div --> <div class="container flex-center" id="jumbotron-text"> <!--Container --> {% if page.title %} <h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading"> {{page.title}} </h1> {% elsif site.title %} <h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading"> {{site.title}} </h1> {% endif %} {% if page.description %} <p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}" id="jumbotron-sub-title"> {{page.description}} </p> {% endif %} {% if page.jumbotron.buttons %} <p id="buttons"> {% for button in page.jumbotron.buttons %} <a class="btn btn-primary btn-lg {% if page.jumbotron.animation == "fade" %}fade-in-three{% endif %}" href="{{button.url}}" role="button"> {{button.title}} {% if button.icon %}<i class="{{button.icon}}"></i>{% endif %} </a> {% endfor %} </p> {% endif %} </div><!-- End Jumbotron Container Div --> </div> <!--End Jumbotron div --> </div> <!--row -->
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jumbo-jekyll-theme-3.0.15 | _includes/jumbotron.html |
jumbo-jekyll-theme-3.0.14 | _includes/jumbotron.html |
jumbo-jekyll-theme-3.0.13 | _includes/jumbotron.html |