]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/commitdiff
Verbeter startpagina.
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Mon, 11 Dec 2023 14:20:26 +0000 (22:20 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Mon, 11 Dec 2023 14:20:26 +0000 (22:20 +0800)
source/index.org

index 7de439fe1d46b4c52ecc8b66dc469c8a7e671fff..ebfd18e7467692b800728cbce07e4a2ee84bb71e 100644 (file)
@@ -4,38 +4,32 @@
 #+mustache-template: ~/websites/stage.vanrenterghem.biz/html/landing.mustache
 
 #+BEGIN_export html
- <div class="row">
-  <div class="col-3 bg-body-secondary justify-content-center">
-
-    <div class="h-card">
-      <a href="/"><img class="portrait img-fluid u-photo" src="/assets/frederik.jpg" alt="Frederik Vanrenterghem"/></a>
-      <p><span class="p-name">Frederik Vanrenterghem</span>
-      <span class="p-note">
-       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>.
-      </span>
-      </p>
-      <ul class="nav navbar-nav nav-pills justify-content-center list-group list-group-horizontal">
-       <li class="list-group-item">
-         <a class="btn u-url" href="https://www.vanrenterghem.biz" rel="me"><i class="fa fa-link big-icon"></i></a>
-       </li>
-       <li class="list-group-item">
-         <a class="btn btn-social-icon btn-github" href="https://github.com/fvanrenterghem" rel="me"><i class="fab fa-github big-icon"></i></a>
-       </li>
-       <li class="list-group-item">
-         <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>
-       </li>
-
-       <li class="list-group-item">
-         <a class="btn u-email" href="mailto:frederik@vanrenterghem.biz"><i class="fas fa-envelope big-icon"></i></a>
-       </li>
-
-       <li class="list-group-item">
-         <a class="btn" href="https://www.vanrenterghem.biz/posts/rss.xml"><i class="fas fa-rss big-icon"></i></a>
-       </li>
-      </ul>
-    </div>
-
+  <div class="h-card">
+    <a href="/"><img class="portrait img-fluid u-photo" src="/assets/frederik.jpg" alt="Frederik Vanrenterghem"/></a>
+    <p><span class="p-name">Frederik Vanrenterghem</span>
+    <span class="p-note">
+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>.
+    </span>
+    </p>
+    <ul class="nav navbar-nav nav-pills justify-content-center list-group list-group-horizontal">
+      <li class="list-group-item">
+        <a class="btn u-url" href="https://www.vanrenterghem.biz" rel="me"><i class="fa fa-link big-icon"></i></a>
+      </li>
+      <li class="list-group-item">
+        <a class="btn btn-social-icon btn-github" href="https://github.com/fvanrenterghem" rel="me"><i class="fab fa-github big-icon"></i></a>
+      </li>
+      <li class="list-group-item">
+        <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>
+      </li>
+      <li class="list-group-item">
+        <a class="btn u-email" href="mailto:frederik@vanrenterghem.biz"><i class="fas fa-envelope big-icon"></i></a>
+      </li>
+      <li class="list-group-item">
+        <a class="btn" href="https://www.vanrenterghem.biz/posts/rss.xml"><i class="fas fa-rss big-icon"></i></a>
+      </li>
+    </ul>
   </div>
+</div>
 
 <div class="col-9">
 
@@ -57,8 +51,8 @@ I [[file:posts/sitemap.org][blog]] irregularly about free software, R stats (mos
 
 ** Latest posts
 
-#+INCLUDE: "sitemap.org" :lines "4-14"
+#+INCLUDE: "sitemap.org" :lines "2-12"
+
+#+BEGIN_export html
+#+END_export
 
-#+BEGIN_EXPORT html
-</div>
-#+END_EXPORT