]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blob - source/index.org
7de439fe1d46b4c52ecc8b66dc469c8a7e671fff
[www2.vanrenterghem.biz.git] / source / index.org
1 #+title: Frederik Vanrenterghem's website - @@html:https://www.vanrenterghem.biz@@
2 #+OPTIONS: title:nil html-postamble:nil
3 #+OPTIONS: ^:nil
4 #+mustache-template: ~/websites/stage.vanrenterghem.biz/html/landing.mustache
6 #+BEGIN_export html
7  <div class="row">
8   <div class="col-3 bg-body-secondary justify-content-center">
10     <div class="h-card">
11       <a href="/"><img class="portrait img-fluid u-photo" src="/assets/frederik.jpg" alt="Frederik Vanrenterghem"/></a>
12       <p><span class="p-name">Frederik Vanrenterghem</span>
13       <span class="p-note">
14         was born and raised in Belgium, but except for a year back in 2013 where he lived in New Zealand, he has now settled in <span class="p-locality">North Fremantle</span>, <span class="p-region">Western Australia</span> - the largest state of <span class="p-country-name">Australia</span>.
15       </span>
16       </p>
17       <ul class="nav navbar-nav nav-pills justify-content-center list-group list-group-horizontal">
18         <li class="list-group-item">
19           <a class="btn u-url" href="https://www.vanrenterghem.biz" rel="me"><i class="fa fa-link big-icon"></i></a>
20         </li>
21         <li class="list-group-item">
22           <a class="btn btn-social-icon btn-github" href="https://github.com/fvanrenterghem" rel="me"><i class="fab fa-github big-icon"></i></a>
23         </li>
24         <li class="list-group-item">
25           <a class="btn btn-social-icon btn-linkedin" href="https://www.linkedin.com/in/fvanrenterghem/" rel="me"><i class="fab fa-linkedin big-icon"></i></a>
26         </li>
28         <li class="list-group-item">
29           <a class="btn u-email" href="mailto:frederik@vanrenterghem.biz"><i class="fas fa-envelope big-icon"></i></a>
30         </li>
32         <li class="list-group-item">
33           <a class="btn" href="https://www.vanrenterghem.biz/posts/rss.xml"><i class="fas fa-rss big-icon"></i></a>
34         </li>
35       </ul>
36     </div>
38   </div>
40 <div class="col-9">
42 #+END_export
45 * G'day mate!
48 Welcome on my little corner of the world wide web!
50 I'm Frederik Vanrenterghem, living in Western Australia with my family since 2014. The fact I even maintain a website anymore probably gives away my age - yes, I was born before the 80's!
52 Life occassionally takes me places, mostly close to home but regularly a bit further away too. When I encounter something pretty or interesting, I might drop [[https://photos.vanrenterghem.biz][some photos]] of it on this site. (Family and friends might even find themselves on here - but they'll need to log in first.)
54 I host [[http://git.vanrenterghem.biz][my own git server]], containing code samples that might be useful as a reference to some. This site's source is stored in there as well.
56 I [[file:posts/sitemap.org][blog]] irregularly about free software, R stats (mostly data visualisation) and occassionaly even about economics or politics.
58 ** Latest posts
60 #+INCLUDE: "sitemap.org" :lines "4-14"
62 #+BEGIN_EXPORT html
63 </div>
64 #+END_EXPORT