Sha256: 701b82303580b7d7c05bbb09901407aae6fe80d365514c732c97800d732f53d7

Contents?: true

Size: 689 Bytes

Versions: 21

Compression:

Stored size: 689 Bytes

Contents

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

  <div class="cta">
    {% 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>
</div>
<div class="illustration">
  <div role="presentation" class="logo">
    {% include assets/symbol.svg %}
  </div>
</div>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
jekyll-theme-open-project-1.3.4 _includes/home-hero.html
jekyll-theme-open-project-1.3.3 _includes/home-hero.html
jekyll-theme-open-project-1.3.2 _includes/home-hero.html
jekyll-theme-open-project-1.3.1 _includes/home-hero.html
jekyll-theme-open-project-1.3 _includes/home-hero.html
jekyll-theme-open-project-1.2.5 _includes/home-hero.html
jekyll-theme-open-project-1.2.4 _includes/home-hero.html
jekyll-theme-open-project-1.2.3 _includes/home-hero.html
jekyll-theme-open-project-1.2.2 _includes/home-hero.html
jekyll-theme-open-project-1.2.1 _includes/home-hero.html
jekyll-theme-open-project-1.2 _includes/home-hero.html
jekyll-theme-open-project-1.1.27 _includes/home-hero.html
jekyll-theme-open-project-1.1.26 _includes/home-hero.html
jekyll-theme-open-project-1.1.25 _includes/home-hero.html
jekyll-theme-open-project-1.1.24 _includes/home-hero.html
jekyll-theme-open-project-1.1.23 _includes/home-hero.html
jekyll-theme-open-project-1.1.22 _includes/home-hero.html
jekyll-theme-open-project-1.1.21 _includes/home-hero.html
jekyll-theme-open-project-1.1.20 _includes/home-hero.html
jekyll-theme-open-project-1.1.19 _includes/home-hero.html