-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnl-portfolio.html
73 lines (67 loc) · 3.28 KB
/
nl-portfolio.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
---
title: Portfolio
description: Een overzicht van enkele van de projecten waarop ik de afgelopen tijd heb gewerkt
permalink: nl/portfolio/
layout: nl/default
lang: nl
body_class: hire-me
alternate:
- lang: nl
href: http://www.builtinbruges.com/nl/portfolio
- lang: en
href: http://www.builtinbruges.com/en/work
sitemap:
priority: 0.7
changefreq: daily
lastmod: 2014-08-25T23:22:10+02:00
---
<header>
{% include nl/header.html %}
</header>
<section class="wrapper two-cols two-nav-cols with-border">
<div class="col">
<div class="content">
<h1>Portfolio</h1>
<p>Hieronder kan u een overzicht vinden van enkele van mijn recentere projecten.</p>
</div>
<ul class="portfolio">
{% for project in site.data.portfolio_nl %}
<li itemscope itemtype="http://schema.org/WebSite">
<meta itemprop="image" content="{{ project.img_url }}-1.jpg">
<div class="description content">
<div class="title">
<h3 itemprop="name">{{ project.title }}</h3>
<div class="icons">
{% if project.design == true %}<a href="/nl/over-mij/" class="icon" title="Design"><span class="ss-spraybottle"></span></a>{% endif %}
{% if project.development == true %}<a href="/nl/over-mij/" class="icon" title="Coding"><span class="ss-testtube"></span></a>{% endif %}
</div>
</div>
<div itemprop="description">{{ project.description | markdownify }}</div>
</div>
<ul class="pictures">
<li style="background-image: url({{ project.img_url }}-1.jpg);"><a itemprop="url" href="{{ project.url }}"></a></li>
<li style="background-image: url({{ project.img_url }}-2.jpg);"><a href="{{ project.url }}"></a></li>
<li style="background-image: url({{ project.img_url }}-3.jpg);"><a href="{{ project.url }}"></a></li>
</ul>
</li>
{% endfor %}
</ul>
<hr />
<div class="content" style="margin: 50px 0;">
<h3>Oudere Projecten</h3>
<p>Voor ik full-time freelancer werd met Built in Bruges, had ik ook de mogelijkheid om aan interessante projecten te werken bij mijn vorige werkgever, <a href="http://www.trinch.com?utm_source=builtinbruges.com&utm_medium=reference&utm_term=work&utm_campaign=trinch" target="_blank" onclick="ga('send', 'event', 'Trinch', 'reference', 'Reference from My Work page text 1');">Trinch Webstudio</a>.</p>
<p>Ik kreeg hier de kans om voor verschillende klanten te werken, waaronder Bosch, Filliers, Grinta, De Lijn, Latexco, Belgian Skyshops, Haco, genico, Obumex en nog vele anderen.</p>
<p>Ik was ook lead developer voor het binnenshuis gemaakte Trinch CMS. De in-house aanpak gaf ons de mogelijkheid om volledige op maat te gaan werken. Ik heb ook het ontwerp en de programmatie voorzien voor de huidige <a href="http://www.trinch.com?utm_source=builtinbruges.com&utm_medium=reference&utm_term=work&utm_campaign=trinch" target="_blank" onclick="ga('send', 'event', 'Trinch', 'reference', 'Reference from My Work page text 1');">Trinch.com</a> website.</p>
</div>
</div>
<aside class="col" itemscope itemtype="http://schema.org/Organization">
<div class="ca">
{% include nl/contact-information.html %}
{% include nl/contact-map.html %}
{% include nl/contact-financial.html %}
{% include nl/navigation.html %}
</div>
</aside>
</section>
{% include nl/floormat.html %}
{% include nl/footer.html %}