-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
53 lines (45 loc) · 1.23 KB
/
work.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
48
49
50
51
52
53
---
title: case study
layout: 'page'
description: ''
keywords: []
image: ''
---
<!-- Start Breadcrumb
============================================= -->
{%- include breadcrumb.html -%}
<!-- End Breadcrumb -->
<!-- Start Case Content
============================================= -->
<div class="single-area">
<div class="container">
<div class="row">
<div class="grid-4 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".3s">
{%- for work in site.worksItems -%}
<div class="case-box">
<div class="case-pic">
<a href="#"><img src="{{ work.image | relative_url }}" alt="thumb"></a>
</div>
<div class="case-info">
<span class="d-block l-h-1 fz-16 mb-20">
<a href="#">{{ work.title }}</a>
</span>
<a href="#">
<h5 class="mb-0 fz-20 l-h-1">{{ work.subtitle }}</h5>
</a>
</div>
</div>
{%- endfor -%}
</div>
</div>
</div>
</div>
<!-- End Case Content -->
<!-- Start Subscribe
============================================= -->
{%- include sections/subscribe.html -%}
<!-- End Subscribe -->
<!-- Start footer3
============================================= -->
{%- include footer3.html -%}
<!-- End footer3 -->