repos/kloeckner.com.ar

Backup of part of my webpage
Commits Files Refs README LICENSE
index.html (49 lines)
   1 <!DOCTYPE html>
   2 <html lang="en">
   3     <head>
   4         <meta charset="utf-8">
   5         <meta name="viewport" content="width=device-width, initial-scale=1.0">
   6 
   7         <meta name="keywords" content="Martin Klockner's Webpage, Martin Kloeckner's Webpage, Martin Klöckner's Webpage">
   8         <meta name="author" content="Martin Klockner, Martin Kloeckner, Martin Klöckner">
   9 
  10         <meta name="title" content="Martin Klöckner's Webpage">
  11         <meta name="description" content="This is Martin Klöckner's personal webpage, here you will find contact information, a blog, where he writes about tech related stuff, and much more!.">
  12 
  13         <title>Martin Klöckner's Webpage</title>
  14 
  15         <!--#include virtual="/common/head.shtml" -->
  16     </head>
  17 
  18     <body>
  19         <!--#include virtual="/common/header.shtml" -->
  20 
  21         <article>
  22             <hr class="article_top_bar">
  23 
  24             <h1 id="index-title">Hello, World!</h1>
  25 
  26             <p>This is my personal webpage, here you will find <a href=/about>contact information</a>, my <a href=/blog>blog</a>, where I post about random stuff, mostly tech related, and my self hosted <a href="https://git.kloeckner.com.ar/">git server</a>, which I try to keep in sync with my <a href="https://github.com/mjkloeckner">github</a> repositories. I've also added a <a href="https://kloeckner.com.ar/files/">files</a> section, where I share random files.</p>
  27 
  28             <p>Make sure to subscribe to my <a href=/rss.xml>RSS feed</a> to get updates on my blog. Of course if you have any questions or comments, <a href="mailto:mjkloeckner@gmail.com">send me an email</a>, I will respond kindly!</p>
  29 
  30             <div id=latest-uploads >
  31                 <div id=latest-uploads-title >
  32                     <h2>Latest blog posts</h2>
  33                     <a href="/rss.xml" id="rss"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#FFFFFF"><path d="M143.5-143.5Q120-167 120-200t23.5-56.5Q167-280 200-280t56.5 23.5Q280-233 280-200t-23.5 56.5Q233-120 200-120t-56.5-23.5ZM680-120q0-117-44-218.5T516-516q-76-76-177.5-120T120-680v-120q142 0 265 53t216 146q93 93 146 216t53 265H680Zm-240 0q0-67-25-124.5T346-346q-44-44-101.5-69T120-440v-120q92 0 171.5 34.5T431-431q60 60 94.5 139.5T560-120H440Z"/></svg></a>
  34                 </div>
  35 
  36                 <div id=latest-uploads-blog-entries>
  37                     <!--#include virtual="/common/latest_uploads.shtml" -->
  38                 </div>
  39 
  40                 <p id=see-all-blog-entries>See all <a href="/blog">blog entries</a></p>
  41             </div>
  42 
  43             <script src="/scripts/js/count-blog-posts.js?ver=0.1" defer> </script>
  44             <hr class="article_bottom_bar">
  45         </article>
  46 
  47         <!--#include virtual="/common/footer.shtml" -->
  48     </body>
  49 </html>