Sha256: ff76b62f530c30a5d90ded83040702857f542297ae1856b2f67cd93cd9c5d3f1

Contents?: true

Size: 1.06 KB

Versions: 8

Compression:

Stored size: 1.06 KB

Contents

<div class="card-deck">
  {% for item in site.projects %}
    <div class="card">
      <img class="card-img-top" src="{{ site.baseurl }}{{ item.small_image }}" alt="{{ item.image_alt }} ">
      <div class="card-body">
        <h3 class="card-title">{{ item.title }}</h3>
        <p class="card-text">{{ item.description }}</p>
      </div>
      <div class="card-footer">
        <a href="{{ site.baseurl }}{{ item.url }}" class="card-read-more-link">Read more <svg xmlns="http://www.w3.org/2000/svg" width="444.819" height="444.819" viewBox="0 0 444.819 444.819"><path d="M352.025 196.712L165.885 10.848C159.028 3.615 150.468 0 140.185 0s-18.84 3.62-25.696 10.848l-21.7 21.416c-7.045 7.043-10.567 15.604-10.567 25.692 0 9.897 3.52 18.56 10.566 25.98L231.544 222.41 92.785 361.168c-7.04 7.043-10.563 15.604-10.563 25.693 0 9.9 3.52 18.566 10.564 25.98l21.7 21.417c7.043 7.043 15.612 10.564 25.697 10.564 10.09 0 18.656-3.52 25.697-10.564L352.025 248.39c7.046-7.423 10.57-16.084 10.57-25.98.002-10.09-3.524-18.655-10.57-25.698z"/></svg></a>
      </div>
    </div>
  {% endfor %}
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
uswds-jekyll-5.5.0 _includes/project-list.html
uswds-jekyll-5.4.0 _includes/project-list.html
uswds-jekyll-5.3.0 _includes/project-list.html
uswds-jekyll-5.2.0 _includes/project-list.html
uswds-jekyll-5.0.1 _includes/project-list.html
uswds-jekyll-5.0.0 _includes/project-list.html
uswds-jekyll-4.2.0 _includes/project-list.html
uswds-jekyll-4.1.0 _includes/project-list.html