-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen-about-me.html
56 lines (48 loc) · 2.24 KB
/
en-about-me.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
---
title: About Me
description: Learn more about Bert Devriese
lang: en
permalink: en/about-me/
layout: en/default
body_class: about-me
alternate:
- lang: en
href: http://www.builtinbruges.com/en/about-me
- lang: nl
href: http://www.builtinbruges.com/nl/over-mij
sitemap:
priority: 1
changefreq: daily
lastmod: 2014-08-25T23:02:52+02:00
---
<header>
{% include en/header.html %}
</header>
<section class="wrapper two-cols two-nav-cols with-border">
<div class="col content">
<h1>About Me</h1>
<p>Hi! I’m Bert Devriese, a 29-year-old <strong>full stack developer</strong> who loves to sweat on the <strong>front-end details</strong> that make user interfaces for <strong>websites and applications</strong> great.</p>
<p>I have been building websites since I was 12 years old and I currently have over 8 years of <strong>professional web-related experience</strong>. This includes <strong>front-end work</strong> in Photoshop, Sketch, HTML5 + CSS3 and Javascript, but also <strong>back-end coding</strong> in PHP, Ruby on Rails and site generators like Jekyll and Grunt.</p>
<p>I believe in design that works for you and your users. This is why I like a <strong>personal, durable approach</strong> for every project and the reason I try to get to know and understand <strong>you and your audience</strong>.</p>
<p>Because I'm experienced with different web technologies such as HTML5, CSS3, JavaScript, jQuery, HAML, Sass, PHP, Ruby on Rails, Jekyll, Bower, Grunt and Yeoman, I'm able to pick the right tool for the job.</p>
<p>To get a better idea of my skills, check out some of my <a href="/en/work/"><strong>latest work</strong></a>. <br />
If you'd like to work with me, <a href="/en/hire-me/">drop me a line</a>!</p>
<ul class="two-cols no-container">
<li class="col content">
{% include en/services-frontend.html %}
</li>
<li class="col content">
{% include en/services-backend.html %}
</li>
</ul>
</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/footer.html %}