kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 1f151c38d0e8760b833cc6386ce1f139c6b78aad
parent 4f1bf0c8f913c477338a34c56126406a0fcb4eca
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Fri, 16 Feb 2024 19:26:40 -0300

update about section

Diffstat:
Mabout.html | 5++---
Mcss/about_style.css | 2+-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/about.html b/about.html
@@ -25,10 +25,9 @@
                 <img class=profile_img src="/common/profile.jpeg" title="Profile picture" alt="Profile picture">
             </div>
 
-            <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'm an Electronics Engineer student at <a href="https://en.wikipedia.org/wiki/University_of_Buenos_Aires">University of Buenos Aires</a> in Argentina. 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 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>
+            <p>Keep in mind that English is not my native language so if you encounter any orthographic mistakes (spoiler: you will) please, have patience (you can also notify me via mail, which I will be very grateful!)</p>
 
             <h4 style="color: tomato;"><u>Contact me!</u></h4>
             <ul>
diff --git a/css/about_style.css b/css/about_style.css
@@ -3,8 +3,8 @@ p {
 }
 
 ul {
-    margin-left: 1.5em;
     padding-bottom: 1em;
+    list-style-position: inside;
 }
 
 .presentation {