Sha256: 00c4198d4fe4833ea2ef2b0316d5436929fae451c12c37d4b876c4fd4b9c9daa

Contents?: true

Size: 1.53 KB

Versions: 200

Compression:

Stored size: 1.53 KB

Contents

<div id="homepage-jumbotron"
{% if site.data.company.homepage_image %}
    style="background: #000 url({{site.data.company.homepage_image}}) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position-y: 80px;"
    class="jumbotron text-center homepage-jumbotron homepage-image-jumbotron"
{% else %}
    class="jumbotron text-center homepage-jumbotron"
{% endif %} >
  <div class="container">
        {% if site.data.company.home.hero-image %}
          <div class="col-md-12">
            <img src="{{site.data.company.home.hero-image}}" id="home-hero-image" class="img-responsive center-block animated fadeIn" alt="{{site.title}} Home Page Image">
          </div>
        {% endif %}
        {% if site.data.company.home.title %}
            <h2 id="home-page-title" class="fade-in-one text-center" id="homepage-heading">{{site.data.company.home.title}}</h2>
        {% endif %}
        {% if site.data.company.home.sub-title %}
            <h4 id="home-page-text" class="text-center">{{site.data.company.home.sub-title}}</h4>
        {% endif %}
        {% if site.data.company.home.buttons %}
            <p id="buttons">
                {% for button in site.data.company.buttons %}
                    <a class="{{button.class}}" href="{{button.url}}" role="button">{{button.text}}</a>
                {% endif %}
            </p>
        {% endif %}
  </div>
  {% include _theme-includes/_page-structure/shape-divider.html %}
</div>

Version data entries

200 entries across 200 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.10.147 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.146 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.145 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.144 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.143 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.142 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.141 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.140 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.139 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.138 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.137 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.136 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.135 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.134 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.133 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.132 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.131 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.130 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.128 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.127 _includes/_theme-includes/_page-structure/home-hero-shape.html