Sha256: 4488d5d85430fcae8ebccafb4f369de90c2b64ddde85cde768c15c9656baaadd

Contents?: true

Size: 980 Bytes

Versions: 15

Compression:

Stored size: 980 Bytes

Contents

<div role="presentation" class="text">
  <h1 class="title">{{ site.tagline }}</h1>
  <p class="desc">{{ site.pitch | safe }}</p>

  <div class="cta" role="presentation">
    {% if site.is_hub %}
      <a class="button" href="{{ "/projects/" | relative_url }}">
        <i class="icon far fa-search"></i>
        Explore Projects
      </a>
    {% else if %}
      {% assign ctas = site.home_calls_to_action | slice: 0, 2 %}

      {% for link in ctas %}
        <a class="button" href="{{ link.url | relative_url }}">
          {{ link.title }}
        </a>
      {% endfor %}
    {% endif %}
  </div>

  {% if site.parent_hub %}
    <div class="parent-hub-plug" role="presentation">
      <span class="label">{{ site.title }} is</span>
      <a class="logo" role="presentation" href="{{ site.parent_hub.home_url }}">
        {% include parent-hub/assets/symbol.svg %}&nbsp;<span class="title">{% include parent-hub/title.html %}</span>
      </a>
    </div>
  {% endif %}
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.1.8 _includes/home-hero.html
jekyll-theme-open-project-1.1.7 _includes/home-hero.html
jekyll-theme-open-project-1.1.6 _includes/home-hero.html
jekyll-theme-open-project-1.1.5 _includes/home-hero.html
jekyll-theme-open-project-1.1.4 _includes/home-hero.html
jekyll-theme-open-project-1.1.3 _includes/home-hero.html
jekyll-theme-open-project-1.1.2 _includes/home-hero.html
jekyll-theme-open-project-1.1.1 _includes/home-hero.html
jekyll-theme-open-project-1.1.0 _includes/home-hero.html
jekyll-theme-open-project-1.0.10 _includes/home-hero.html
jekyll-theme-open-project-1.0.9 _includes/home-hero.html
jekyll-theme-open-project-1.0.8 _includes/home-hero.html
jekyll-theme-open-project-1.0.7 _includes/home-hero.html
jekyll-theme-open-project-1.0.6 _includes/home-hero.html
jekyll-theme-open-project-1.0.5 _includes/home-hero.html