-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 1.82 KB
/
index.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
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<title>Me</title>
<head>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script>
<script src="functions.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
</head>
<body>
<!-- Header -->
<div id="header"></div>
<div class="w3-container w3-padding-32 grey">
<div class="w3-content">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">This is me</h3>
<div class="w3-card-4 w3-margin-jones w3-white w3-center w3-quarter">
<img src="me/me.png" alt="Me, Jonas" style="width:100%">
</div>
<p>Welcome to my website.</p>
<p>I am Jonas Zagatta, currently Chief Kowledge Office of the company <a
href="https://sonah.blog/">S O NAH</a>. Since I don't <del>use</del> <i>have a personal
presence on</i> any kind of social media, I made
this website to share my interests and projects with people who might be interested. I made this with
the remnants of my school HTML "skills", so feel free to help me improve the sites experience if you
know how to do it better.</p>
<p>I hope I will find the time to add projects I am working on (or have worked on), more books that I can
recommend and also more photos that I have taken. It would also be nice to start a little Blog.</p>
<p>So let's see if I can get to that.</p>
</div>
</div>
<div id="footer"></div>
</body>
</html>