Inline footer.
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Thu, 22 Jun 2023 13:36:13 +0000 (21:36 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Thu, 22 Jun 2023 13:36:13 +0000 (21:36 +0800)
index.shtml

index 4741f51cc2de29176d2c4a925a9b37b4c5c6ca3b..ae7fd81ef924048ce6b473dd9590c80edd08f359 100644 (file)
     <a class="navbar-brand fs-2 fw-bold" href="/index.shtml">vanrenterghem.biz</a>
   </div>
 </nav>  
-  
-<h1>G'day mate!</h1>
-<p>
-  Welcome on my little corner of the world wide web!
-</p>
-<p>
-  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. 
-</p>
-<p>
-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 />
+
+<main class="container">
+  <h1>G'day mate!</h1>
+  <p>
+    Welcome on my little corner of the world wide web!
+  </p>
+  <p>
+    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. 
+  </p>
+  <p>
+    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 />
 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 />
-</p>
-<h2>Code</h2>
-<p>
-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 />
-</p>
-<!--#include virtual="/footer.shtml" -->
+  </p>
+  <h2>Code</h2>
+  <p>
+    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 />
+  </p>
+</main>
+<footer>
+  Last updated on: <time datetime="2023-06-22T13:34:41Z">22 June 2023</time>
+</footer>
 <script src="/bootstrap-5.3.0/js/bootstrap.bundle.min.js"></script>
 </body>
 </html>