Sha256: 1aa269764b864928c8559cdd304d8dd98125675ac6cc6f90b521b0e8720e67db

Contents?: true

Size: 550 Bytes

Versions: 10

Compression:

Stored size: 550 Bytes

Contents

<!-- Portfolio Grid Section -->

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

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
type-on-strap-2.0.0 _includes/portfolio.html
type-on-strap-1.5.0 _includes/portfolio.html
jekyll-theme-type-on-strap-8.0.0 _includes/portfolio.html
jekyll-theme-type-on-strap-7.0.1 _includes/portfolio.html
type-on-strap-1.4.1 _includes/portfolio.html
type-on-strap-1.3.0 _includes/portfolio.html
type-on-strap-1.1.1 _includes/portfolio.html
jekyll-theme-type-on-strap-6.0.0 _includes/portfolio.html
jekyll-theme-type-on-strap-5.0.1 _includes/portfolio.html
type-on-strap-1.0.1 _includes/portfolio.html