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.1.2.17 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.16 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.15 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.14 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.13 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.12 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.11 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.10 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.9 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.8 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.7 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.6 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.5 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.4 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.3 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.2 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.1 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.2.0.1 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.149 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.10.148 _includes/_theme-includes/_page-structure/home-hero-shape.html