File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ">
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 -->
You can’t perform that action at this time.
0 commit comments