Sha256: 39e6ac49ca134c7a45943224ef8443311a3485e190f60cef60e96f57342e14e9

Contents?: true

Size: 978 Bytes

Versions: 5

Compression:

Stored size: 978 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">A project done by</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

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.0.2 _includes/home-hero.html
jekyll-theme-open-project-1.0.0.rc5 _includes/home-hero.html
jekyll-theme-open-project-1.0.0.rc4 _includes/home-hero.html
jekyll-theme-open-project-1.0.0.rc3 _includes/home-hero.html
jekyll-theme-open-project-1.0.0.rc2 _includes/home-hero.html