-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
35 lines (28 loc) · 1.35 KB
/
about.html
File metadata and controls
35 lines (28 loc) · 1.35 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
---
layout: page
title: About
subtitle: Hello there!
permalink: /about/
---
<div class="row">
<div class="col-xs-12 col-md-6">
<h2>Who am I?</h2>
<p>Born in '88, living near Leuven - Belgium.</p>
<p class="lead">Currently working at <a href="http://www.amplexor.com/">AMPLEXOR</a>, developing with and huge fan of <a href="https://www.drupal.org/">Drupal</a>.</p>
<p>In my spare time, I also like photography and to discover new trails on my mountain bike.</p>
<p>By the way, <strong>jover</strong> is just an acronym derived from my full name, that's all...</p>
<p><br /><a href="/contact/" class="btn btn-primary">Get in contact</a></p>
</div>
<div class="col-xs-12 col-md-6">
<h2>About this website</h2>
<p><strong>www.jover.be</strong>: I own this URL since the beginning of my experiments on the web.</p>
<p>The first acceptable version of this website was a portfolio, created in 2010, right after I graduated in Software Development.</p>
<p>The main goal back then was to support my curriculum vitae when applying for a job.</p>
<p>Today it is an outlet for development-related experiences.</p>
<p>This site is:</p>
<ul>
<li>Built on <a href="http://jekyllrb.com/">Jekyll</a>, a static site generator</li>
<li>Hosted on <a href="http://pages.github.com/">GitHub Pages</a></li>
</ul>
</div>
</div>