-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen-work.html
73 lines (67 loc) · 3.38 KB
/
en-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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
title: My Work
description: An overview of some of the front-end and back-end projects I have worked on in the last few years
permalink: en/work/
layout: en/default
lang: en
body_class: hire-me
alternate:
- lang: en
href: http://www.builtinbruges.com/en/work
- lang: nl
href: http://www.builtinbruges.com/nl/portfolio
sitemap:
priority: 0.7
changefreq: daily
lastmod: 2014-08-25T23:22:22+02:00
---
<header>
{% include en/header.html %}
</header>
<section class="wrapper two-cols two-nav-cols with-border">
<div class="col">
<div class="content">
<h1>Work</h1>
<p>Below you can find a selection of some of my projects</p>
</div>
<ul class="portfolio">
{% for project in site.data.portfolio_en %}
<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="/en/about-me/" class="icon" title="Design"><span class="ss-spraybottle"></span></a>{% endif %}
{% if project.development == true %}<a href="/en/about-me/" 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>Older projects</h3>
<p>Before going freelance full-time, I had the opportunity to work on interesting projects at my previous employer, <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');"><strong>Trinch Webstudio</strong></a>.</p>
<p>I had the opportunity to work for clients like <strong>Bosch</strong>, <strong>Filliers</strong>, <strong>Grinta</strong>, <strong>De Lijn</strong>, <strong>Latexco</strong>, <strong>Belgian Skyshops</strong>, <strong>Haco</strong>, <strong>Genico</strong>, <strong>Obumex</strong>, and many more...</p>
<p>I also was the <strong>lead developer</strong> for the <strong>Trinch CMS</strong>, which was completely written in-house for maximum control over tailoring and security needs. I also designed and coded the <strong>current <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 2');">Trinch.com</a> website</strong>.</p>
</div>
</div>
<aside class="col" itemscope itemtype="http://schema.org/Organization">
<div class="ca">
{% include en/contact-information.html %}
{% include en/contact-map.html %}
{% include en/contact-financial.html %}
{% include en/navigation.html %}
</div>
</aside>
</section>
{% include en/floormat.html %}
{% include en/footer.html %}