Sha256: 6ae8d96dfebcf5d77af6e07001c5cf07e8502b4dc64a5a01113e42c62c73ec78

Contents?: true

Size: 683 Bytes

Versions: 11

Compression:

Stored size: 683 Bytes

Contents

<div class="rounded-lg hover:bg-gray-50 p-8 shadow">
  <a href="{{include.project.url | relative_url}}">
    <img src="{{include.project.image | relative_url}}" alt="image" class="object-cover w-full h-60" />
    <p class="font-mulish text-gray-500 mt-6 mb-2 ">{{include.project.category | upcase}}</p>
    <h2 class="text-2xl hover:underline font-bold my-2 text-gray-800">{{include.project.title}}</h2>
    <div class="font-mulish">
      {{include.project.excerpt}}
    </div>
    <div class="my-4">
      {% for tag in include.project.tags %}
      <category class="font-mulish text-sm text-gray-500">#{{ tag | xml_escape }}</category>
      {% endfor %}
    </div>
  </a>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
awesome-jekyll-theme-1.2.1 _includes/project_card.html
awesome-jekyll-theme-1.2.0 _includes/project_card.html
awesome-jekyll-theme-1.1.0 _includes/project_card.html
awesome-jekyll-theme-1.0.1 _includes/project_card.html
awesome-jekyll-theme-1.0.0 _includes/project_card.html
awesome-jekyll-theme-0.3.1 _includes/project_card.html
awesome-jekyll-theme-0.3.0 _includes/project_card.html
awesome-jekyll-theme-0.2.2 _includes/project_card.html
awesome-jekyll-theme-0.2.0 _includes/project_card.html
awesome-jekyll-theme-0.0.4 _includes/project_card.html
awesome-jekyll-theme-0.0.3 _includes/project_card.html