-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
33 lines (28 loc) · 1.59 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>About | Martin Klöckner's Webpage</title>
<!--#include virtual="/common/head.shtml" -->
<link rel='stylesheet' type='text/css' href="/css/about.css?ver=0.1">
</head>
<body>
<!--#include virtual="/common/header.shtml" -->
<article>
<div class="presentation">
<img class=profile_img src="/common/profile.jpeg" title="Profile picture" alt="Profile picture">
</div>
<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 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>
<h2 style="color: tomato;" class="contact_me"><u>Contact me!</u></h2>
<ul>
<li>mail: <a href="mailto:[email protected]">[email protected]</a> </li>
<li>github: <a href="https://github.com/mjkloeckner">github.com/mjkloeckner</a></li>
<li>linkedin: <a href="https://www.linkedin.com/in/mjkloeckner/">linkedin.com/in/mjkloeckner</a> </li>
</ul>
<hr class="article_bottom_bar">
</article>
<!--#include virtual="/common/footer.shtml" -->
</body>
</html>