4 <meta name="viewport" content="width=device-width, initial-scale=1" />
5 <link href="/styles/bootstrap-5.3.0/css/bootstrap.min.css" rel="stylesheet" />
6 <meta charset="utf-8" />
7 <meta name="author" content="Frederik Vanrenterghem" />
8 <meta name="description" property="og:description" content="Personal homepage of Frederik Vanrenterghem" />
9 <meta name="keywords" content="Vanrenterghem,Frederik,R,statistics,homepage,blog,Linux,personal info" />
10 <link rel="SHORTCUT ICON" href="/favicon.ico" />
11 <title>Frederik Vanrenterghem's website - https://www.vanrenterghem.biz/</title>
12 <meta property="og:type" content="website" />
13 <meta property="og:image" content="https://www.vanrenterghem.biz/Pictures/frederik.jpg" />
14 <meta property="og:url" content="https://www.vanrenterghem.biz/" />
18 <nav class="navbar navbar-expand-md d-flex justify-content-start" style="background-color: #bbddff;">
19 <div class="container-fluid d-flex justify-content-start flex-row">
20 <a class="navbar-brand" aria-current="page" href="/index.shtml">
21 <img src="/Pics/logo-100.png" width="99" height="78"/></a>
22 <ul class="navbar-nav d-flex justify-content-start mb-2 mb-lg-0 fw-bold">
24 <a class="nav-link" href="/About/index.shtml">About me</a></li>
26 <a class="nav-link" href="http://photos.vanrenterghem.biz/">Photos</a></li>
28 <a class="nav-link" href="/blog">Blog</a></li>
30 <a class="nav-link" href="http://git.vanrenterghem.biz/">Projects</a></li>
33 <div class="justify-content-end mb-2 mb-lg-0 d-none d-md-block">
34 <a class="navbar-brand fs-2 fw-bold" href="/index.shtml">vanrenterghem.biz</a>
38 <main class="container">
41 Welcome on my little corner of the world wide web!
44 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! I've written up <a rel="me" href="https://www.vanrenterghem.biz/About/">some further details</a> for those that may be of interest to.
47 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 <b><a href="https://photos.vanrenterghem.biz/">some photos</a></b> of it on this site. (Family and friends might even find themselves on here - but they'll need to log in first.)<br />
48 I <b><a href="/blog/">blog</a></b> irregularly about free software, R stats (mostly data visualisation) and occassionaly even about economics or politics.<br />
52 I host <b><a href="http://git.vanrenterghem.biz/">my own git server</a></b>, containing code samples that might be useful as a reference to some. This site's source is stored in there as well.<br />
55 <footer class="container text-center bg-light text-muted">
56 Last updated on: <time datetime="2023-06-22T13:34:41Z">22 June 2023</time>
58 <script src="/bootstrap-5.3.0/js/bootstrap.bundle.min.js"></script>