Merge remote-tracking branch 'origin/master'
[www.vanrenterghem.biz.git] / index.shtml
1 <!DOCTYPE html>
2 <html>
3   <head>
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/" />
15   </head>
16 <body>
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">
23       <li class="nav-item">
24         <a class="nav-link" href="/About/index.shtml">About me</a></li>
25       <li class="nav-item">
26         <a class="nav-link" href="http://photos.vanrenterghem.biz/">Photos</a></li>
27       <li class="nav-item">
28         <a class="nav-link" href="/blog">Blog</a></li>
29       <li class="nav-item">
30         <a class="nav-link" href="http://git.vanrenterghem.biz/">Projects</a></li>
31     </ul>
32   </div>
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>
35   </div>
36 </nav>  
38 <main class="container">
39   <h1>G'day mate!</h1>
40   <p>
41     Welcome on my little corner of the world wide web!
42   </p>
43   <p>
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. 
45   </p>
46   <p>
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 />
49   </p>
50   <h2>Code</h2>
51   <p>
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 />
53   </p>
54 </main>
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>
57 </footer>
58 <script src="/styles/bootstrap-5.3.0/js/bootstrap.bundle.min.js"></script>
59 </body>
60 </html>