Skip to content

Commit 5ccc455

Browse files
authored
Update portfolio.html
1 parent 915cd15 commit 5ccc455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/portfolio.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div id="portfoliowrap">
1+
<div class="mt-3">
22
<div class="portfolio-centered">
3-
{% if include.title %}<h3>{{ include.title }}</h3>{% endif %}
3+
{% if include.title %}<h3 class="px-1">{{ include.title }}</h3>{% endif %}
44
<div class="recentitems portfolio">
55
{% for project in site.projects limit:include.limit %}
66
<div class="portfolio-item graphic-design">
@@ -9,7 +9,7 @@
99
<div class="he-view">
1010
<div class="bg a0" data-animate="fadeIn">
1111
<h3 class="a1" data-animate="fadeInDown">{{ project.title }}</h3>
12-
<a data-rel="prettyPhoto" href="{{ "/assets/img/project/" | prepend: site.baseurl }}{{ project.img }}" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-search"></i></a>
12+
<a data-rel="prettyPhoto" href="{{ "/assets/img/project/" | prepend: site.baseurl }}{{ project.carousel[0] }}" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-search"></i></a>
1313
<a href="{{ project.url | prepend: site.baseurl }}" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-link"></i></a>
1414
</div><!-- he bg -->
1515
</div><!-- he view -->

0 commit comments

Comments
 (0)