Sha256: 8a1410630bb7b11edf11644364c77f7474ac430ec416228d4ca42a6c6a02381d
Contents?: true
Size: 920 Bytes
Versions: 8
Compression:
Stored size: 920 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> {% if site.parent_hub %} <div class="parent-hub-plug"> <span class="label">{{ site.title }} is</span> <a class="logo" role="presentation" href="{{ site.parent_hub.home_url }}"> {% include parent-hub/assets/symbol.svg %} <span class="title">{% include parent-hub/title.html %}</span> </a> </div> {% endif %} </div>
Version data entries
8 entries across 8 versions & 1 rubygems