This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
563 lines (452 loc) · 32.3 KB
/
index.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
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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Round The Web</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/assets/built/screen.css?v=51779cad10" />
<meta name="description" content="All our work in one place." />
<link rel="shortcut icon" href="/favicon.png" type="image/png" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta property="og:site_name" content="Round The Web" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Round The Web" />
<meta property="og:description" content="All our work in one place." />
<meta property="og:url" content="https://www.roundtheweb.nl/" />
<meta property="og:image" content="https://www.roundtheweb.nl/content/images/2018/08/header-image-1.png" />
<meta property="article:publisher" content="https://www.facebook.com/RoundTheWebDevelopment/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Round The Web" />
<meta name="twitter:description" content="All our work in one place." />
<meta name="twitter:url" content="https://www.roundtheweb.nl/" />
<meta name="twitter:image" content="https://www.roundtheweb.nl/content/images/2018/08/header-image-1.png" />
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="666" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"publisher": {
"@type": "Organization",
"name": "Round The Web",
"logo": {
"@type": "ImageObject",
"url": "https://www.roundtheweb.nl/content/images/2018/08/LOGO_RTW.png",
"width": 60,
"height": 60
}
},
"url": "https://www.roundtheweb.nl/",
"image": {
"@type": "ImageObject",
"url": "https://www.roundtheweb.nl/content/images/2018/08/header-image-1.png",
"width": 2000,
"height": 666
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.roundtheweb.nl/"
},
"description": "All our work in one place."
}
</script>
<script src="/public/ghost-sdk.js?v=51779cad10"></script>
<script>
ghost.init({
clientId: "ghost-frontend",
clientSecret: "3654375b79f4"
});
</script>
<meta name="generator" content="Ghost 2.1" />
<link rel="alternate" type="application/rss+xml" title="Round The Web" href="https://www.roundtheweb.nl/rss/" />
</head>
<body class="home-template">
<div class="site-wrapper">
<header class="site-header outer " style="background-image: url(/content/images/2018/08/header-image-1.png)">
<div class="inner">
<div class="site-header-content">
<h1 class="site-title">
<div class="site-logo"><svg viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><g class="blokjes"><path d="m147.38 147.38h705.23v705.23h-705.23z" fill="#e5f3f4"/><path d="m147.38 676.31h705.23v176.31h-705.23z" fill="#f4f4f4"/><path d="m764.46 588.16h88.15v88.15h-88.15z" fill="#025966"/><path d="m147.38 147.39h88.15v88.15h-88.15z" fill="#045a66"/><path d="m147.38 235.54h88.15v88.15h-88.15z" fill="#066263"/><path d="m147.38 323.69h88.15v88.15h-88.15z" fill="#046a5e"/><path d="m147.38 411.85h88.15v88.15h-88.15z" fill="#04705f"/><path d="m147.38 500h88.15v88.15h-88.15z" fill="#057755"/><path d="m147.38 588.16h88.15v88.15h-88.15z" fill="#027f4f"/><path d="m676.31 147.39h88.15v88.15h-88.15z" fill="#243466"/><path d="m588.15 147.39h88.15v88.15h-88.15z" fill="#233a66"/><path d="m500 147.39h88.15v88.15h-88.15z" fill="#154166"/><path d="m411.85 147.39h88.15v88.15h-88.15z" fill="#094867"/><path d="m323.69 147.39h88.15v88.15h-88.15z" fill="#084f66"/><path d="m235.54 147.39h88.15v88.15h-88.15z" fill="#075567"/><path d="m764.46 147.39h88.15v88.15h-88.15z" fill="#2c2e65"/><path d="m323.69 235.54h88.15v88.15h-88.15z" fill="#045768"/><path d="m411.84 235.54h88.16v88.15h-88.16z" fill="#095067"/><path d="m500 235.54h88.15v88.15h-88.15z" fill="#05496a"/><path d="m588.16 235.54h88.15v88.15h-88.15z" fill="#144367"/><path d="m676.31 235.54h88.15v88.15h-88.15z" fill="#1d3d66"/><path d="m764.46 235.54h88.15v88.15h-88.15z" fill="#213666"/><path d="m235.54 235.54h88.15v88.15h-88.15z" fill="#065d68"/><path d="m676.31 323.69h88.15v88.15h-88.15z" fill="#0c456a"/><path d="m588.16 323.69h88.15v88.15h-88.15z" fill="#054e68"/><path d="m500 323.69h88.15v88.15h-88.15z" fill="#075567"/><path d="m411.84 323.69h88.16v88.15h-88.16z" fill="#025966"/><path d="m323.69 323.69h88.15v88.15h-88.15z" fill="#045f66"/><path d="m235.54 323.69h88.15v88.15h-88.15z" fill="#056364"/><path d="m764.46 323.69h88.15v88.15h-88.15z" fill="#194066"/><path d="m323.69 411.85h88.15v88.15h-88.15z" fill="#076663"/><path d="m411.84 411.85h88.16v88.15h-88.16z" fill="#046064"/><path d="m500 411.85h88.15v88.15h-88.15z" fill="#045864"/><path d="m588.16 411.85h88.15v88.15h-88.15z" fill="#075567"/><path d="m676.31 411.85h88.15v88.15h-88.15z" fill="#084f66"/><path d="m764.46 411.85h88.15v88.15h-88.15z" fill="#0a476a"/><path d="m235.54 411.85h88.15v88.15h-88.15z" fill="#016c60"/><path d="m323.69 500h88.15v88.15h-88.15z" fill="#026e5d"/><path d="m411.84 500h88.16v88.15h-88.16z" fill="#046861"/><path d="m500 500h88.15v88.15h-88.15z" fill="#066263"/><path d="m588.16 500h88.15v88.15h-88.15z" fill="#045a66"/><path d="m676.31 500h88.15v88.15h-88.15z" fill="#075567"/><path d="m764.46 500h88.15v88.15h-88.15z" fill="#084f66"/><path d="m235.54 500h88.15v88.15h-88.15z" fill="#027358"/><path d="m676.31 588.16h88.15v88.15h-88.15z" fill="#065d68"/><path d="m588.16 588.16h88.15v88.15h-88.15z" fill="#056364"/><path d="m500 588.16h88.15v88.15h-88.15z" fill="#00695e"/><path d="m411.84 588.16h88.16v88.15h-88.16z" fill="#026e5d"/><path d="m323.69 588.16h88.15v88.15h-88.15z" fill="#027358"/><path d="m235.54 588.16h88.15v88.15h-88.15z" fill="#007a54"/></g><path d="m761.34 801.61c0 3.95 3 4.41 4.53 4.41h.8v-2a2.44 2.44 0 0 1 -.54 0 2.35 2.35 0 0 1 -2.54-2.16 2.18 2.18 0 0 1 0-.51v-5.26h2.85v-1.82h-2.84v-3.41h-2.19v3.41h-1.61v1.82h1.54zm-17.16 4.32h2.26v-5.54a5.68 5.68 0 0 1 .19-1.59 3.86 3.86 0 0 1 3.74-2.9c1.9 0 2.25 1.31 2.25 3v7.1h2.26v-7.57c0-3-1.28-4.53-4.06-4.53a4.82 4.82 0 0 0 -4.45 2.7v-2.5h-2.19zm-14-7.29a3.41 3.41 0 0 1 3.46-3 2.79 2.79 0 0 1 2.86 2.72 2.62 2.62 0 0 1 0 .28zm-2.37 1.36a6 6 0 0 0 5.8 6.19h.47a7 7 0 0 0 4.58-1.68l-.94-1.66a5.58 5.58 0 0 1 -3.5 1.38 3.87 3.87 0 0 1 -4.06-3.66 1.93 1.93 0 0 1 0-.24h8.62s.08-.68.08-1c0-3.06-1.78-5.53-5.12-5.53a5.81 5.81 0 0 0 -5.92 6.19m-23.12 5.91h2.3v-5.4a6.14 6.14 0 0 1 .14-1.54 3.73 3.73 0 0 1 3.39-3.11c1.82 0 2.06 1.42 2.06 3v7.08h2.26v-5.4a7 7 0 0 1 .17-1.64 3.67 3.67 0 0 1 3.32-3c1.78 0 2.1 1.31 2.1 3v7.11h2.27v-7.6c0-3-1.24-4.53-3.91-4.53a4.78 4.78 0 0 0 -4.21 2.68 3.23 3.23 0 0 0 -3.55-2.68 4.62 4.62 0 0 0 -4.07 2.7 6.17 6.17 0 0 0 0-.86v-1.61h-2.2zm-14.41-5.9c0-3 1.63-4.25 3.41-4.25 2 0 3.35 1.66 3.35 4.23s-1.55 4.23-3.42 4.23c-2.17 0-3.34-2.1-3.34-4.21m-2.2 10.55h2.26v-6.25a4.11 4.11 0 0 0 3.63 1.94c3.09 0 5.35-2.43 5.35-6.19s-2-6.19-5.18-6.19a4.29 4.29 0 0 0 -4 2.14 6.17 6.17 0 0 0 0-.86v-1h-2.08zm-15.71-10.55a4.16 4.16 0 1 1 0 .18zm-2.31 0a6.38 6.38 0 1 0 6.59-6.17h-.21a6.19 6.19 0 0 0 -6.38 6zm-8.07 2.71c0 3 1.89 3.31 3.18 3.31h.75v-2h-.4c-.7 0-1.26-.26-1.26-1.69v-12.9h-2.27zm-13.82-4.07a3.4 3.4 0 0 1 3.47-3 2.79 2.79 0 0 1 2.86 2.72 2.62 2.62 0 0 1 0 .28zm-2.38 1.36a6 6 0 0 0 5.8 6.19h.46a7 7 0 0 0 4.58-1.68l-.93-1.66a5.63 5.63 0 0 1 -3.51 1.38 3.87 3.87 0 0 1 -4.06-3.66 1.93 1.93 0 0 1 0-.24h8.63s.07-.68.07-1c0-3.06-1.78-5.53-5.12-5.53a5.8 5.8 0 0 0 -5.92 6.2m-10.69 5.91h2.62l4.37-11.83h-2.38l-2.88 8c-.23.66-.39 1.61-.42 1.61a16.52 16.52 0 0 0 -.39-1.61l-2.88-8h-2.41zm-16.76-7.29a3.38 3.38 0 0 1 3.46-3 2.79 2.79 0 0 1 2.86 2.72 2.62 2.62 0 0 1 0 .28zm-2.41 1.38a6 6 0 0 0 5.8 6.19h.47a7 7 0 0 0 4.58-1.68l-.94-1.66a5.58 5.58 0 0 1 -3.5 1.38 3.87 3.87 0 0 1 -4.06-3.66 1.93 1.93 0 0 1 0-.24h8.62s.08-.68.08-1c0-3.06-1.78-5.53-5.12-5.53a5.81 5.81 0 0 0 -5.92 6.19m-14.26 0c0-2.69 1.54-4.23 3.41-4.23 2.25 0 3.35 2.1 3.35 4.21 0 3-1.66 4.25-3.42 4.25-2 0-3.34-1.66-3.34-4.23m-2.31 0c0 3.67 2 6.19 5.21 6.19a4.16 4.16 0 0 0 3.88-2.19v1.91h2.15v-16.5h-2.26v5.47.79a3.94 3.94 0 0 0 -3.65-1.86c-3.14 0-5.35 2.42-5.35 6.19m-13.64 0c0-3 1.64-4.25 3.42-4.25 2 0 3.34 1.66 3.34 4.23s-1.54 4.23-3.41 4.23c-2.25 0-3.35-2.1-3.35-4.21m-2.19 5.87h2.15v-.86a8.85 8.85 0 0 0 0-.89 4.25 4.25 0 0 0 3.72 2c3.11 0 5.37-2.43 5.37-6.19s-2-6.19-5.19-6.19a4.19 4.19 0 0 0 -3.79 2v-6.4h-2.26zm-14-7.29a3.38 3.38 0 0 1 3.46-3 2.79 2.79 0 0 1 2.86 2.72 2.62 2.62 0 0 1 0 .28zm-2.36 1.43a6 6 0 0 0 5.8 6.19h.47a7 7 0 0 0 4.58-1.68l-.94-1.66a5.58 5.58 0 0 1 -3.5 1.38 3.87 3.87 0 0 1 -4.06-3.66 1.93 1.93 0 0 1 0-.24h8.62s.08-.68.08-1c0-3.06-1.78-5.53-5.12-5.53a5.81 5.81 0 0 0 -5.92 6.19m-18.35 5.91h2.52l2.43-7.59c.19-.61.33-1.29.33-1.29s.14.68.33 1.29l2.45 7.59h2.5l3.81-11.83h-2.38l-2.48 8.31a8.84 8.84 0 0 0 -.28 1.26s-.14-.66-.32-1.26l-2.55-8.31h-2l-2.57 8.3a11.19 11.19 0 0 0 -.31 1.27 12.37 12.37 0 0 0 -.31-1.27l-2.46-8.3h-2.54z" fill="#027f4f"/><path d="m748.06 764.74v-7.88h5.64a3.66 3.66 0 0 1 4 3.32 3.62 3.62 0 0 1 0 .57 3.77 3.77 0 0 1 -3.54 4h-6.1zm0-15.33v-6.76h4.63c2.51 0 3.52 1.49 3.52 3.25a3.22 3.22 0 0 1 -2.91 3.5 3.38 3.38 0 0 1 -.45 0zm-9.31 23.31h14c7.56 0 14.47-3 14.47-11.33 0-3.36-1.59-7.24-6-8.57v-.11a9.32 9.32 0 0 0 4.41-8.09c0-6.55-5.32-10-12.93-10h-14zm-38.76 0h24.59v-8h-15.28v-7.19h11.61v-8h-11.61v-6.92h14.53v-8h-23.83zm-54.68 0h10.49l4.79-19.21a32.08 32.08 0 0 0 .75-4.47h.1a32.08 32.08 0 0 0 .75 4.47l4.81 19.21h10.38l9.62-38.06h-9.64l-5.22 23.8a22.41 22.41 0 0 0 -.48 4h-.1a20.84 20.84 0 0 0 -.64-4l-5.7-23.8h-7.5l-5.86 23.8a20.84 20.84 0 0 0 -.64 4h-.1a22.41 22.41 0 0 0 -.48-4l-4.79-23.8h-9.8zm-64.3 0h24.59v-8h-15.29v-7.19h11.61v-8h-11.61v-6.92h14.54v-8h-23.85zm-48.88 0h9.31v-14.9h13.85v14.9h9.31v-38.06h-9.31v15.23h-13.85v-15.23h-9.31zm-33 0h9.31v-30.07h11.56v-8h-32.43v8h11.56zm-64.8-8v-22.07h3.83c6.29 0 10.39 3.72 10.39 11s-3.94 11.12-10.39 11.12zm-9.31 8h13.52c12 0 19.64-7.12 19.64-19.1s-7.66-19-19.64-19h-13.54zm-48.55 0h9.31v-17.72c0-2.39-.43-6.5-.43-6.5h.11a68.6 68.6 0 0 0 3.19 6.5l10.6 17.72h9.36v-38.06h-9.3v17.78c0 2.4.42 6.5.42 6.5h-.11a68.6 68.6 0 0 0 -3.19-6.5l-10.55-17.78h-9.41zm-47.7-14c0 8.57 6.28 14.63 16 14.63s15.87-6.06 15.87-14.63v-24.06h-9.31v24.07c0 4-2.61 6.12-6.61 6.12s-6.6-2.13-6.6-6.12v-24.07h-9.31zm-43.45-5.28c0-6.23 4.58-10.91 10.28-10.91s10.28 4.68 10.28 10.91c0 6.5-4.58 11.4-10.28 11.4s-10.28-4.9-10.28-11.4m-9.63 0a19.91 19.91 0 1 0 39.81.89c0-.3 0-.59 0-.89 0-10.91-8.4-19.42-19.9-19.42s-19.91 8.51-19.91 19.42m-31.69-1.53v-9.26h3.14c4.69 0 5.76 1.7 5.76 4.57s-1.86 4.69-4.85 4.69zm-9.31 20.81h9.31v-12.83h4.37l6.76 12.83h10.38l-7.4-13.3a22.49 22.49 0 0 0 -1.43-2.29v-.13c3.77-1.91 5.69-6.33 5.69-10.38 0-5.54-2.71-9.42-7-11.07-1.65-.64-3.52-.91-7.41-.91h-13.32z" fill="#2c2e65"/></svg></div>
</h1>
<h2 class="site-description">All our work in one place.</h2>
</div>
<nav class="site-nav">
<div class="site-nav-left">
<ul class="nav" role="menu">
<li class="nav-home nav-current" role="menuitem"><a href="https://www.roundtheweb.nl/">Home</a></li>
<li class="nav-diensten" role="menuitem"><a href="https://www.roundtheweb.nl/diensten/">Diensten</a></li>
<li class="nav-portfolio" role="menuitem"><a href="https://www.roundtheweb.nl/tag/portfolio/">Portfolio</a></li>
<li class="nav-wordpress" role="menuitem"><a href="https://www.roundtheweb.nl/tag/wordpress/">Wordpress</a></li>
<li class="nav-over-mij" role="menuitem"><a href="https://www.roundtheweb.nl/over-mij/">Over mij</a></li>
</ul>
</div>
<div class="site-nav-right">
<div class="social-links">
<a class="social-link social-link-fb" href="https://www.facebook.com/RoundTheWebDevelopment/" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19 6h5V0h-5c-3.86 0-7 3.14-7 7v3H8v6h4v16h6V16h5l1-6h-6V7c0-.542.458-1 1-1z"/></svg>
</a>
<a class="social-link social-link-fb" href="https://www.instagram.com/roundtheweb/" target="_blank" rel="noopener"><svg enable-background="new 0 0 94 90" viewBox="0 0 94 90" xmlns="http://www.w3.org/2000/svg"><path d="m28 958.4c-11 0-20 9-20 20v36c0 11 9 20 20 20h36c11 0 20-9 20-20v-36c0-11-9-20-20-20zm0 8h36c6.7 0 12 5.3 12 12v36c0 6.7-5.3 12-12 12h-36c-6.7 0-12-5.3-12-12v-36c0-6.8 5.3-12 12-12zm38 6c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm-20 5c-10.4 0-19 8.6-19 19s8.6 19 19 19 19-8.6 19-19-8.6-19-19-19zm0 8c6.1 0 11 4.9 11 11s-4.9 11-11 11-11-4.9-11-11c0-6.2 4.9-11 11-11z" transform="translate(0 -952.36218)"/></svg></a>
</div>
<a class="rss-button" href="https://feedly.com/i/subscription/feed/https://www.roundtheweb.nl/rss/" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="6.18" cy="17.82" r="2.18"/><path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"/></svg>
</a>
</div>
</nav>
</div>
</header>
<main id="site-main" class="site-main outer">
<div class="inner">
<div class="post-feed">
<article class="post-card post tag-portfolio tag-wordpress featured">
<a class="post-card-image-link" href="/gastouderopvang-tholen.html">
<div class="post-card-image" style="background-image: url(https://images.unsplash.com/photo-1511949860663-92c5c57d48a7?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ&s=e8aaff3b59c008e2df9626b0200343e3)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/gastouderopvang-tholen.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">Gastouderopvang Tholen</h2>
</header>
<section class="post-card-excerpt">
<p>Voor Gastouderopvang Tholen ook wel bekend als Stadzicht kinderopvang heb ik samen met een grafisch vormgever een website ontwikkeld.Stadzicht kinderopvang biedt persoonlijke kinderopvang in een huiselijke omgeving voor kinderen van 0 tot</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio tag-wordpress">
<a class="post-card-image-link" href="/rwm-baits.html">
<div class="post-card-image" style="background-image: url(https://images.unsplash.com/photo-1532986393198-a13c692b2042?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ&s=42b9b68561286dcc68619c577695e7ec)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/rwm-baits.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">RWM Baits</h2>
</header>
<section class="post-card-excerpt">
<p>De webshop is gemaakt in Wordpress met de bekende plugin WooCommerce. Dit geeft je de mogelijkheid om een webshop op te zetten in het populaire blog systeem Wordpress.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio tag-wordpress featured">
<a class="post-card-image-link" href="/bistroclub-de-stadsburger.html">
<div class="post-card-image" style="background-image: url(/content/images/2018/08/diner-stadsburger.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/bistroclub-de-stadsburger.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">Bistroclub de Stadsburger</h2>
</header>
<section class="post-card-excerpt">
<p>Voor Bistroclub de Stadsburger hebben wij een volledige website verzorgd. Het restaurant gelegen in hartje Bergen op Zoom heeft in november 2017 zijn deuren geopend.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">2 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio tag-wordpress">
<a class="post-card-image-link" href="/pipowagen-logeren-bij-jo.html">
<div class="post-card-image" style="background-image: url(/content/images/2018/08/pipowagen.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/pipowagen-logeren-bij-jo.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">Pipowagen Logeren bij Jo</h2>
</header>
<section class="post-card-excerpt">
<p>Er is een koppeling met Instagram gemaakt waardoor alle foto's direct ook op de site te zien zijn.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio tag-wordpress">
<a class="post-card-image-link" href="/aan-de-thoolse-kust.html">
<div class="post-card-image" style="background-image: url(/content/images/2018/08/aandethoolsekust-tent.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/aan-de-thoolse-kust.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">Aan de Thoolse kust</h2>
</header>
<section class="post-card-excerpt">
<p>De site van 'Aan de Thoolse Kust' is een one page website, dit betekent dat alle informatie zich op één pagina te vinden is.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio tag-wordpress">
<a class="post-card-image-link" href="/trapmake-over.html">
<div class="post-card-image" style="background-image: url(https://images.unsplash.com/photo-1448387473223-5c37445527e7?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ&s=9c8a31ded238a4d598b48afed35f6978)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/trapmake-over.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">Trap make-over</h2>
</header>
<section class="post-card-excerpt">
<p>Voor Trap make-over mocht ik de site een make-over geven. In overleg met de klant hebben we de stijl van de website besproken en dit heb ik gerealiseerd in het CMS Wordpress. Er is op elke pagina een contactformulier om snel contact op te kunnen nemen met het bedrijf.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio tag-wordpress">
<a class="post-card-image-link" href="/godanaw-holland.html">
<div class="post-card-image" style="background-image: url(/content/images/2018/08/godanaw-preview.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/godanaw-holland.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">Godanaw Holland</h2>
</header>
<section class="post-card-excerpt">
<p>De website voor Godanaw-Holland was een donatie. Het doel was om de site en het doneren toegankelijker te maken voor het grote publiek.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio tag-wordpress">
<a class="post-card-image-link" href="/kleur-t-je-stijl.html">
<div class="post-card-image" style="background-image: url(https://images.unsplash.com/photo-1526857240824-92be52581d9b?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ&s=0135111a7ed395a609b8dab7f59584d9)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/kleur-t-je-stijl.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">Kleur(t) je Stijl</h2>
</header>
<section class="post-card-excerpt">
<p>Het doel van de site is om mensen een duidelijk beeld te geven van de diensten die Kleur(t) je Stijl aanbiedt.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio tag-wordpress">
<a class="post-card-image-link" href="/widmhints-nl.html">
<div class="post-card-image" style="background-image: url(https://images.unsplash.com/photo-1436505743955-a98c0d3eb1a8?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ&s=ebb005e4f1c0342b5cdc8d40740009bd)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/widmhints-nl.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">WIDMHints.nl</h2>
</header>
<section class="post-card-excerpt">
<p>Op Facebook zijn we de afgelopen seizoenen helemaal ontploft, daar bereikte we soms meer dan 30.000 mensen met 1 bericht!</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio">
<a class="post-card-image-link" href="/praktijk-over-de-brug.html">
<div class="post-card-image" style="background-image: url(/content/images/2018/08/over-de-brug.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/praktijk-over-de-brug.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">Praktijk over de brug</h2>
</header>
<section class="post-card-excerpt">
<p>De site is modern opgezet met foto's van de praktijk en de hulpverlener. Ze wil met de website vrouwen aanspreken die professionele hulp willen in een veilige omgeving.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio">
<a class="post-card-image-link" href="/vakantie-verblijf-zilte-zee.html">
<div class="post-card-image" style="background-image: url(/content/images/2018/08/zilte-zee-preview.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/vakantie-verblijf-zilte-zee.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">Vakantieverblijf Zilte Zee</h2>
</header>
<section class="post-card-excerpt">
<p>Voor de website van Vakantieverblijf Zilte Zee heb ik samengewerkt met een fotograaf die alle foto's heeft genomen om een mooi plaatje van het verblijf in beeld te krijgen.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-portfolio">
<a class="post-card-image-link" href="/classico-parket.html">
<div class="post-card-image" style="background-image: url(/content/images/2018/08/traditioneel-patroon-2.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/classico-parket.html">
<header class="post-card-header">
<span class="post-card-tags">Portfolio</span>
<h2 class="post-card-title">Classico Parket</h2>
</header>
<section class="post-card-excerpt">
<p>Classico Parket is een lokaal bedrijf dat hele mooie vloeren kan leggen en oude vloeren mooi kan renoveren. Ze leveren diensten aan grote klanten zoals het Tivoli Theater Vredenburg te Utrecht.</p>
</section>
</a>
<footer class="post-card-meta">
<ul class="author-list">
<li class="author-list-item">
<div class="author-name-tooltip">
Jens de Rond
</div>
<a href="/author/jens/" class="static-avatar"><img class="author-profile-image" src="/content/images/2018/08/myface.png" alt="Jens de Rond" /></a>
</li>
</ul>
<span class="reading-time">1 min read</span>
</footer>
</div>
</article>
</div>
</div>
</main>
<footer class="site-footer outer">
<div class="site-footer-content inner">
<section class="copyright"><a href="https://www.roundtheweb.nl">Round The Web</a> © 2018</section>
<nav class="site-footer-nav">
<a href="https://www.roundtheweb.nl">Laatste berichten</a>
<a href="https://www.facebook.com/RoundTheWebDevelopment/" target="_blank" rel="noopener">Facebook</a>
<a href="https://www.instagram.com/roundtheweb/" target="_blank" rel="noopener">Instagram</a>
</nav>
</div>
</footer>
</div>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous">
</script>
<script type="text/javascript" src="/assets/js/jquery.fitvids.js?v=51779cad10"></script>
<script>
// maxPages is a global variable that is needed to determine
// if we need to load more pages for the infinitescroll, or if
// we reached the last page already.
var maxPages = parseInt('1');
</script>
<script src="/assets/js/infinitescroll.js?v=51779cad10"></script>
</body>
</html>