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-1.3 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-1.2 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-1.1 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-1.0 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.75 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.74 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.73 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.72 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.71 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.70 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.69 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.67 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.66 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.65 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.64 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.63 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.62 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.61 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.60 _includes/_theme-includes/_page-structure/home-hero-shape.html
linaro-jekyll-theme-0.1.2.59 _includes/_theme-includes/_page-structure/home-hero-shape.html