-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkoppelingen.html
executable file
·84 lines (75 loc) · 2.37 KB
/
koppelingen.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
layout: default
title: Koppelingen
section_id: koppelingen
---
<div class='full parallax' style='background-image: url(images/@stock/portfolio-header-bg.png); color: #fff;'>
<div class='row'>
<div class='large-12 columns'>
{% include section-header.html title="Boekhoudkoppelingen" tagline="Selecteer een categorie waarvoor je een koppeling zoekt" color="#0D1826" class="big" %}
</div>
</div>
<div class='no spacing'></div>
<div class="full">
<div class="row">
<div class='mod modGallery'>
<ul class='gallery large-block-grid-4 medium-block-grid-3 small-block-grid-2'>
{% for categorie in site.categorieen %}
<li class="{{ categorie.klass }}">
<a href='{{ categorie.link_to }}'>
<img alt="" src="{{ categorie.image }}"/>
<div class='overlay'>
<div class='thumb-info'>
<h3>{{ categorie.title }}</h3>
<p>{{ categorie.desc }}</p>
</div>
</div>
</a>
<h3 align="center">{{ categorie.title }}</h3>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
<div class='full parallax' style='background-image: url(images/@stock/portfolio-header-bg.png); color: #fff;'>
<div class='row'>
<div class='large-12 columns'>
{% include section-header.html title="Boekhoudpakketten" tagline="Selecteer het boekhoudpakket dat je wilt
koppelen" color="#0D1826" class="big" %}
</div>
</div>
<div class='four spacing'></div>
</div>
<div class='full'>
<div class='row'>
<div class='mod modGallery'>
<!-- <div class='gallery-nav'>
<ul>
<li class='current'>
<a data-cat='all' href='#'>All</a>
</li>
<li>
<a data-cat='graphic-design' href='#'>Graphic Design</a>
</li>
<li>
<a data-cat='web-design' href='#'>Web Design</a>
</li>
<li>
<a data-cat='brand' href='#'>Brand</a>
</li>
<li>
<a data-cat='development' href='#'>Development</a>
</li>
<li>
<a data-cat='print' href='#'>Print</a>
</li>
</ul>
</div> -->
{% include boekhoudpakketten-grid.html %}
</div>
</div>
<div class='four spacing'></div>
</div>
{% include our-customers.html %}