-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
30 lines (23 loc) · 969 Bytes
/
portfolio.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: portfolio
---
<!--==================== HOME ====================-->
<!-- <section class="home section" id="home">
<div class="home__container container grid">
<div class="home__scroll">
<a href="#blueprints" class="home__scroll-button button--flex">
<i class="uil uil-mouse-alt home__scroll-mouse"></i>
<span class="home__scroll-name">Scroll down</span>
<i class="uil uil-arrow-down home__scroll-arrow"></i>
</a>
</div>
</div>
</section>
-->
<!--==================== PORTFOLIO ====================-->
{%- include portfolio/portfolio_list.html -%}
<!--==================== CONTACT ME ====================-->
{%- include contact_me.html -%}
<!--==================== TESTIMONIAL ====================-->