maggioni.xyz/_site/index.html

129 lines
5.1 KiB
HTML
Raw Normal View History

2021-01-20 14:27:52 +00:00
<!-- vim: set ts=2 sw=2 et tw=80: -->
2016-07-07 19:05:01 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
2018-10-23 14:38:45 +00:00
<title>maggioni.xyz</title>
<meta name="description" content="Eat polenta and do not counter-aim!
2016-07-07 19:05:01 +00:00
">
2021-01-20 14:27:52 +00:00
<link rel="stylesheet" href="/css/main.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
2021-01-22 17:49:05 +00:00
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap" rel="stylesheet">
2018-10-24 20:36:54 +00:00
<link rel="canonical" href="https://maggioni.xyz/">
<link rel="alternate" type="application/rss+xml" title="maggioni.xyz" href="https://maggioni.xyz/feed.xml">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
2016-07-07 19:05:01 +00:00
<script src="https://rawgit.com/snaptortoise/konami-js/master/konami.js"></script>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
</head>
2021-01-20 14:27:52 +00:00
<body>
2021-01-22 17:49:05 +00:00
<header class="header container">
2021-01-20 14:27:52 +00:00
<nav class="head navbar">
2021-01-22 17:49:05 +00:00
<h1 class="title container"><a href="/">maggioni.xyz</a></h1>
2021-01-20 14:27:52 +00:00
<!-- vim: set ts=2 sw=2 et tw=80: -->
2021-01-22 17:49:05 +00:00
<div class="links">
2021-01-20 14:27:52 +00:00
<a href="/blog/">Blog</a>
<a href="/feed.xml">RSS</a>
<a href="/cv.html">CV</a>
<a href="https://git.maggioni.xyz">Git</a>
<a href="https://cloud.maggioni.xyz">Cloud</a>
</div>
2016-07-07 19:05:01 +00:00
2021-01-20 14:27:52 +00:00
</section>
</header>
<main class="container">
2021-01-22 17:49:05 +00:00
<div class="homequote">
<figure>
<img width="300" height="460" src="images/claudio.jpg">
</figure>
<div class="quote"><p>
I once read a Linus Torvalds quote comparing computer
science to physics, stating that <blockquote><cite>[...] in physics you're
supposed to figure
out how the world is made up, in computer science you create the
world.</cite></blockquote>
</p><p> Hello, my name is Claudio Maggioni, and I have been a passionate
"world builder" for 7 years. </p><p> Since when I began high school, I
meddled with software development, developing a creative mindset and an
interest in problem solving. Since then, I have always been at least in part a
self-taught student of computer science, satisfying my curiosity for topics
that were not covered in general school curriculum. </p><p> My expertise
includes web development, mobile application development of multiplatform
applications, a passion for functional programming, and DevOps skills for
Linux systems. </p><p> Reaching the end of my undergraduate studies in
computer science, I am currently seeking job opportunities to follow at the
end of my studies, eager to apply my skills in a corporate setting.
</p></div>
</div>
<div class="home">
2021-01-20 14:27:52 +00:00
<section>
<h2>Self-hosted services</h2>
2021-01-22 17:49:05 +00:00
<p> Listed below are some websites served by this server: </p>
2018-10-24 11:53:55 +00:00
<ul>
2021-01-22 17:49:05 +00:00
<li><a href="https://git.maggioni.xyz">Gitea</a>, a private Git HTTP
frontend;</li>
<li><a href="https://cloud.maggioni.xyz"><code>maggioni.xyz</code>
cloud</a>, a private <em>Nextcloud</em> instance;</li>
2018-10-24 11:53:55 +00:00
</ul>
2021-01-20 14:27:52 +00:00
</section>
2016-07-07 19:05:01 +00:00
</div>
2021-01-22 17:49:05 +00:00
<!-- vim: set ts=2 sw=2 et tw=80: -->
2021-01-20 14:27:52 +00:00
</main>
2021-01-22 17:49:05 +00:00
<footer class="site-footer container">
2016-09-13 19:40:45 +00:00
<div class="icons">
2021-01-22 17:49:05 +00:00
<a target="_blank" class="icon" href="https://tea.maggioni.xyz/maggicl"><i class="fa fa-git"></i></a>
<a target="_blank" class="icon" href="https://github.com/maggicl"><i class="fa fa-github"></i></a>
<a target="_blank" class="icon" href="https://gitlab.com/maggicl"><i class="fa fa-gitlab"></i></a>
<a target="_blank" class="icon" href="https://www.linkedin.com/in/claudio-maggioni/"><i class="fa fa-linkedin"></i></a>
2016-07-07 19:05:01 +00:00
</div>
2021-01-22 17:49:05 +00:00
<div class="author">
2018-10-23 14:38:45 +00:00
<i class="fa fa-cc" aria-hidden="true"></i>
Claudio Maggioni
<script>
document.write((new Date()).getFullYear());
2021-01-22 17:49:05 +00:00
</script>
<noscript>2021</noscript><br>
2018-10-23 14:38:45 +00:00
Content under
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
CC BY-NC-SA 4.0</a>
2021-01-22 17:49:05 +00:00
</div>
2016-07-07 19:05:01 +00:00
</footer>
2021-01-20 14:27:52 +00:00
</body>
2016-07-07 19:05:01 +00:00
</html>