-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio-1.html
48 lines (45 loc) · 1.71 KB
/
portfolio-1.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
header_image: "/assets/images/bg/about-bg.jpg"
title: "Portfolio"
description: "Dolor sit amet consectetur elit sed do eiusmod tempor incididunt labore et dolore magna aliqua enim ad minim veniam quis."
---
{% include page_header.html %}
<!-- Portfolio Start -->
<section class="section portfolio-2">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 text-center">
<span class="h5 text-color text-uppercase">
my works
</span>
<h3 class="mb-5 mt-2">A collection of some recently completed projects, covering a wide range of design disciplines</h3>
</div>
</div>
<div class="row align-items-center mb-5">
<div class="col-12 text-center">
<div class="btn-group btn-group-toggle " data-toggle="buttons">
<label class="btn border-0 active">
<input type="radio" name="shuffle-filter" value="all" checked="checked" />All Projects
</label>
<label class="btn border-0">
<input type="radio" name="shuffle-filter" value="design" />UI/UX Design
</label>
<label class="btn border-0">
<input type="radio" name="shuffle-filter" value="branding" />branding
</label>
<label class="btn border-0">
<input type="radio" name="shuffle-filter" value="illustration" />Web Development
</label>
<label class="btn border-0">
<input type="radio" name="shuffle-filter" value="photo" />Photography
</label>
</div>
</div>
</div>
<div class="row shuffle-wrapper portfolio-gallery">
{% include portfolio_loop.html %}
</div>
</div>
</section>
<!-- Portfolio End -->