Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aveek-Saha committed Oct 22, 2020
1 parent 519b108 commit a6cc823
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _includes/portfolio_grid.html
Expand Up @@ -11,15 +11,16 @@ <h2>Projects</h2>
<div class="row">
{% for post in site.posts %}
{% if post.modal-id > 5 %}
<div class="col-sm-6 col-md-2 col-lg-2 portfolio-item">
<div class="col-sm-2 col-md-2 col-lg-2 portfolio-item">
<a href="#portfolioModal-{{ post.modal-id }}" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<!-- <i class="fa fa-search-plus fa-3x"></i> -->
<h5>{{ post.title }}</h5>
</div>
</div>
<img src="https://ik.imagekit.io/1fftjx8hoa/img/portfolio/{{ post.img }}" class="img-responsive lazyload col-sm-6" alt="{{ post.alt }}">
<img src="https://ik.imagekit.io/1fftjx8hoa/img/portfolio/{{ post.img }}" class="img-responsive lazyload" alt="{{ post.alt }}"
style="display:block; margin:auto; width: 70%; height: 70%;">
</a>
</div>
{% endif %}
Expand Down

0 comments on commit a6cc823

Please sign in to comment.