Sha256: 8c03da2d5b9b506a60a6fb60b05337f26dea685a90c1efb245b1d36f44231fb9

Contents?: true

Size: 951 Bytes

Versions: 1

Compression:

Stored size: 951 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="title">A project done by</span>
      <div class="logo" role="presentation">
        {% include parent-hub/assets/symbol.svg %}&nbsp;<span class="title">{% include parent-hub/assets/title.html %}</span>
      </div>
    </div>
  {% endif %}
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.0.0.rc1 _includes/home-hero.html