kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 96b2b0fcb303e301fb226ad4fd0c20ca868dbf17
parent f083a27ffecea17f51cd3e51a43de0b6515d01c3
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Mon, 26 Sep 2022 01:21:12 -0300

Code cleanup & added cannonical tag

Diffstat:
Mabout.html | 4++--
Mcommon/header.shtml | 1+
Mcss/style.css | 3+++
Mindex.html | 15++++++++-------
4 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/about.html b/about.html
@@ -19,8 +19,8 @@
 
             <p>I'm an Electronics Engineer student at University of Buenos Aires, Argentina.</p>
             <p>I like to tinker around with linux and computers in general in my free time.</p>
-            <p>I made this webpage because I wanted to write down and share stuff that I've stumbled across.</p>
-            <p>Keep in mind that English is not my native tonge so if you encounter any orthographic mistakes (spoiler: you will) please have patience, also if you want you can send an email to me, I will respond kindly!</p>
+            <p>I made this webpage because I wanted to write down and share random stuff that I've stumbled across, also because I wanted to know about all the web development fuss ngl.</p>
+            <p>Keep in mind that English is not my native tonge so if you encounter any orthographic mistakes (spoiler: you will) please, have patience.</p>
 
             <h4 style="color: tomato;"><u>Contact me!</u></h4>
             <ul>
diff --git a/common/header.shtml b/common/header.shtml
@@ -1,4 +1,5 @@
 <header>
+    <link rel="canonical" href="https://kloeckner.com.ar/" />
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
     <div class="header_flex_div">
         <h1 id="header_title">
diff --git a/css/style.css b/css/style.css
@@ -193,6 +193,9 @@ article {
     .header_bottom_bar{
         width: 55%;
     }
+    .article_bottom_bar {
+        width: 40%;
+    }
     #header_title {
         font-size: 3em;
         padding-left: .5em;
diff --git a/index.html b/index.html
@@ -1,6 +1,8 @@
 <!DOCTYPE html>
 <html lang="en">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="title" content="Martin Klöckner's Webpage">
+    <meta name="description" content="This is the personal webpage of Martin Klöckner, you will find contact information, a cv, and a blog, where he posts about random stuff, mostly tech related.">
     <head>
         <title>Martin Klöckner's Webpage</title>
         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
@@ -13,12 +15,11 @@
         <!--#include virtual="/common/header.shtml" -->
 
         <article>
-            <h1 id="index-title">Welcome, to Martin's Webpage!</h1>
+            <h1 id="index-title">Hello, world!</h1>
 
-            <p>Hello world! this is my website, which I did to experiment with Web Development and such. Feel free to surf the couple of pages that I made for you, you can navigate them by the menu on top, below the title, you can also choose an article in the <a href="#recent_articles">latest uploads</a> section.
-            </p>
-
-            <p>If you want to contact me to make business or just to talk you can head to <a href="/common/about.html">about</a> section where you can read a little bit of my history and get my contact info.</p>
+            <p>This is my personal webpage, here you will find contact information, a cv, and my blog, where I post about random stuff, mostly tech.</p>
+            <p>Make sure to subscribe to my <a href=/rss.xml>RSS feed</a> to get updates on my blog.</p>
+            <p>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>
 
             <div style="display: flex; align-items: center;">
                 <h3 style="text-align: left; font-size: 1.25em;"><u>Latest uploads</u></h3>
@@ -32,7 +33,7 @@
             </ul>
 
             <p>See more <a href="/blog">blog entries</a></p>
-            <hr class="article_bottom_bar" style="margin-top: 1em;width: 60%;height: 0px; max-width: 20em;">
+            <hr class="article_bottom_bar" style="margin-top: 1em;height: 0px;">
         </article>
 
         <!--#include virtual="/common/footer.shtml" -->