-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
310 lines (291 loc) · 11.4 KB
/
index.html
File metadata and controls
310 lines (291 loc) · 11.4 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
---
layout: default
title: Service Factory
---
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<div id="content" role="main">
<article class="page type-page status-publish hentry">
<div class="mailmunch-forms-before-post" style="display: none !important;"></div>
<section class="section swatch-white-blue section-home ">
<div class="background-media"></div>
<div class="background-overlay"></div>
<div class="container">
<div class="row vertical-top">
<div class="col-md-12 text-default">
<header class="section-header text-center no-underline">
<h1 class="headline regular">Wat is de Service Factory?</h1>
</header>
<ul class="list-unstyled row horizontal-icon-border box-list">
<li class="col-md-4">
<div class="box-round box">
<div class="box-dummy"></div>
<a class="box-inner" href="/challenges" target="_self">
<i class="fa fa-pencil" data-animation="bounce"></i>
</a>
</div>
<h3 class="text-center">
<a href="/challenges" target="_self">
Uitdagingen formuleren</a>
</h3>
<p class="text-center">
Als ICT-partner van Stad Gent en OCMW Gent staat Digipolis elke dag voor nieuwe uitdagingen.
Onze eerste stap is om deze uitdagingen te vertalen naar één of meerdere services.</p>
</li>
<li class="col-md-4">
<div class="box-round box">
<div class="box-dummy"></div>
<a class="box-inner" href="/services.html?query=openstaand" target="_self">
<i class="fa fa-line-chart" data-animation="wiggle"></i>
</a>
</div>
<h3 class="text-center">
<a href="/services.html?query=openstaand" target="_self">
Services bouwen</a>
</h3>
<p class="text-center">
Samen met partners analyseren en ontwikkelen we nieuwe services, gebruikmakend van diverse technologieën.
We geven prioriteit aan herbruikbare services die we breed kunnen inzetten.</p>
</li>
<li class="col-md-4">
<div class="box-round box">
<div class="box-dummy"></div>
<a class="box-inner" href="/services" target="_self">
<i class="fa fa-wrench" data-animation="bounce"></i>
</a>
</div>
<h3 class="text-center">
<a href="/services" target="_self">
Services onderhouden</a>
</h3>
<p class="text-center">
Productieve services krijgen regelmatig een update. Verder evolueren ze door nieuwe functionaliteiten toe te voegen. </p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="section swatch-white-blue section-normal ">
<!-- <div class="background-media"></div> #} -->
<div class="background-overlay" style=""></div>
<div class="container">
<div class="row vertical-top">
<div class="col-md-12 text-default">
<div class="sidebar-widget widget_recent_entries col-md-12">
<header class="section-header text-center no-underline">
<h1 class="headline regular">Services</h1>
</header>
<div class="col-md-4">
<h3 class="text-center">
<a href="/services.html" target="_self" style="margin-bottom: 10px;display: block;">
Te bouwen services
</a>
</h3>
{% if site.tags.openstaand.size > 0 %}
{% assign openstaandbyweight = site.tags.openstaand | sort:"weight" %}
{% for post in openstaandbyweight reversed %}
{% if forloop.index == 11 %}
{% break %}
{% endif %}
<ul>
<li>
<div class="post-icon">
<i class="fa fa-file-text"></i>
</div>
<a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}"> {{ post.title }} </a>
<small></small>
</li>
</ul>
{% endfor %}
{% else %}
<p>Er zijn geen openstaande services.</p>
{% endif %}
</div>
<div class="col-md-4">
<h3 class="text-center">
<a href="/services.html" target="_self" style="margin-bottom: 10px;display: block;">
In opbouw
</a>
</h3>
{% if site.tags.lopend.size > 0 %}
{% assign lopendbyweight = site.tags.lopend | sort:"weight" %}
{% for post in lopendbyweight reversed %}
{% if forloop.index == 11 %}
{% break %}
{% endif %}
<ul>
<li>
<div class="post-icon">
<i class="fa fa-file-text"></i>
</div>
<a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}"> {{ post.title }} </a>
<small></small>
</li>
</ul>
{% endfor %}
{% else %}
<p>Er zijn geen lopende services beschikbaar.</p>
{% endif %}
</div>
<div class="col-md-4">
<h3 class="text-center">
<a href="/services.html" target="_self" style="margin-bottom: 10px;display: block;">
Opgeleverde services
</a>
</h3>
{% if site.tags.afgewerkt.size > 0 %}
{% assign afgewerktbyweight = site.tags.afgewerkt | sort:"weight" %}
{% for post in afgewerktbyweight reversed %}
{% if forloop.index == 11 %}
{% break %}
{% endif %}
<ul>
<li>
<div class="post-icon">
<i class="fa fa-file-text"></i>
</div>
<a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}"> {{ post.title }} </a>
<small></small>
</li>
</ul>
{% endfor %}
{% else %}
<p>Er zijn geen opgeleverde services beschikbaar.</p>
{% endif %}
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section swatch-light-grey section-normal ">
{% if site.categories.news.size > 0 %}
<div class="container">
<header class="section-header text-center no-underline">
<h1 class="headline regular">Nieuws</h1>
</header>
<div class="row vertical-top">
<div class="col-md-12 text-default">
<div class="row">
<ul class="list-unstyled list-container owl-carousel owl-theme">
{% for post in site.categories.news %}
<li class="post-item">
<div class="grid-post swatch-white-blue">
<article id="post-191" class="post-showinfo post-191 post type-post status-publish format-standard has-post-thumbnail hentry category-html category-seo tag-css tag-html tag-mobile">
<div class="post-media overlay">
<a href="{{ site.baseurl }}{{ post.url }}" class="feature-image hover-animate">
{% if post.image == "" or post.image == nil or post.image == blank %}
<img src="images/posts/news_placeholder.png" class="" alt="img-4-1170x400.png">
{% else %}
<img src="{{ site.baseurl }}{{ post.image }}" class="cropnews" alt="img-4-1170x400.png">
{% endif %}
</a>
</div>
<div class="post-head small-screen-center">
<h2 class="post-title entry-title">
<a href="{{ site.baseurl }}{{ post.url }}" title="Permalink to Increase Traffic being Mobile Friendly"
rel="bookmark">
{{ post.title }} </a>
</h2>
<small class="post-date">
{{ post.date | date_to_long_string }} </small>
<div class="post-icon">
<div class="hex hex-big">
<i class="fa fa-file-text"></i>
</div>
</div>
</div>
<div class="post-body entry-content">
{{ post.content | remove: post.excerpt | truncatewords: 35 }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="more-link box">Lees meer</a>
{% comment %} <div class="post-extras bordered text-center">
<div class="text-center">
<span class="post-tags">
<i class="fa fa-tags"></i>
{% for tag in post.tags %}
<a href="" rel="tag">{{ tag | first }} test</a>,
{% endfor %}
</span>
</div>
</div> {% endcomment %}
</article>
</div>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
{% endif %}
<br>
<br>
</section>
<section id="instagramsection" class="section swatch-white-blue section-normal">
<div class="container">
<header class="section-header text-center no-underline">
<h1 class="headline regular">Instagram</h1>
</header>
<div class="row vertical-top">
<div class="col-md-12 text-default">
<ul class="list-unstyled list-container">
<div id="instafeed"></div>
</ul>
</div>
</div>
</div>
</section>
</article>
</div>
<script src="js/instafeed.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script type="text/javascript">
var feed = new Instafeed({
get: 'user',
userId: '6298482520',
accessToken: '6298482520.74aec84.59a7792dcb90443f85ba5edb991ebb9f',
resolution: 'standard_resolution',
// template: {% raw %}'<a href="{{link}}" target="_blank" id="{{id}}"><img src="{{image}}"/><div class="footer"><div class="caption">{{caption}}</div><div class="user"><img src="{{model.user.profile_picture}}"/><span>{{model.user.username}}</span></div></div></a>'{% endraw %},
template: '{% raw %}<li class="post-item instagram col-md-4"><div class="grid-post swatch-white-blue"><article class="post-showinfo post type-post status-publish format-standard has-post-thumbnail hentry category-html category-seo tag-css tag-html tag-mobile"><div class="post-media overlay"><a href="{{link}}" target="_blank" class="feature-image hover-animate"><img src="{{image}}" alt="img-4-1170x400.png"><i class="fa fa-link"></i></a></div><div class="post-head small-screen-center"><div class="post-icon"><div class="hex hex-big"><i class="fa fa-2x fa-instagram"></i></div></div></div><div class=" entry-content"><p class="text-center">{{caption}}</p></div><div class="post-extras bordered text-center"><div class="text-center"></div></div></article></div></li>{% endraw %}',
sortBy: 'most-recent',
limit: 3,
error: function(message) {
//hides instagram if no images are returned or something else goes wrong
$('#instagramsection').hide();
}
});
feed.run();
// custom method added to string
String.prototype.capitalize = function () {
"use strict";
return this.charAt(0).toUpperCase() + this.slice(1);
}
var $owl;
$(document).ready(function() {
$owl = $('.owl-carousel').owlCarousel({
loop: $('.owl-carousel .post-item').length > 2 ? true:false,
margin: 10,
nav: true,
autoHeight: true,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
1000: {
items: 3
}
}
});
});
$(window).on("load", function () {
$owl.trigger('refresh.owl.carousel');
});
window.addEventListener('resize', function () {
$owl.trigger('refresh.owl.carousel');
});
</script>