Sha256: d9f8d258a443830e9d3df5f5bb8bc64ebe47994e459f87fda6abfa8ca128a7a2

Contents?: true

Size: 550 Bytes

Versions: 21

Compression:

Stored size: 550 Bytes

Contents

<!-- Portfolio Grid Section -->
<div class="portfolio-grid">
    {% for item in site.portfolio %}
    <div class="portfolio-cell">
        <a class="portfolio-link" data-keyboard="true" href="{{ item.url | relative_url }}">
            <div class="caption" title="{{ item.title }}">
                <div class="caption-content">
                    <i class="fas fa-search-plus fa-3x"></i>
                </div>
            </div>
            <img alt="" class="" src="{{ item.img | relative_url }}">
        </a>
    </div>
    {% endfor %}
</div>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
type-on-strap-2.4.11 _includes/portfolio.html
type-on-strap-2.4.10 _includes/portfolio.html
type-on-strap-2.4.9 _includes/portfolio.html
type-on-strap-2.4.8 _includes/portfolio.html
type-on-strap-2.4.7 _includes/portfolio.html
type-on-strap-2.4.6 _includes/portfolio.html
type-on-strap-2.4.5 _includes/portfolio.html
type-on-strap-2.4.4 _includes/portfolio.html
type-on-strap-2.4.3 _includes/portfolio.html
type-on-strap-2.4.2 _includes/portfolio.html
type-on-strap-2.4.1 _includes/portfolio.html
type-on-strap-2.4.0 _includes/portfolio.html
type-on-strap-2.3.11 _includes/portfolio.html
type-on-strap-2.3.10 _includes/portfolio.html
type-on-strap-2.3.9 _includes/portfolio.html
type-on-strap-2.3.8 _includes/portfolio.html
type-on-strap-2.3.7 _includes/portfolio.html
type-on-strap-2.3.6 _includes/portfolio.html
type-on-strap-2.3.5 _includes/portfolio.html
type-on-strap-2.3.4 _includes/portfolio.html