maggioni.xyz/_site/index.html

129 lines
5.1 KiB
HTML

<!-- vim: set ts=2 sw=2 et tw=80: -->
<!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">
<title>maggioni.xyz</title>
<meta name="description" content="Eat polenta and do not counter-aim!
">
<link rel="stylesheet" href="/css/main.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap" rel="stylesheet">
<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">
<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>
<body>
<header class="header container">
<nav class="head navbar">
<h1 class="title container"><a href="/">maggioni.xyz</a></h1>
<!-- vim: set ts=2 sw=2 et tw=80: -->
<div class="links">
<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>
</section>
</header>
<main class="container">
<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">
<section>
<h2>Self-hosted services</h2>
<p> Listed below are some websites served by this server: </p>
<ul>
<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>
</ul>
</section>
</div>
<!-- vim: set ts=2 sw=2 et tw=80: -->
</main>
<footer class="site-footer container">
<div class="icons">
<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>
</div>
<div class="author">
<i class="fa fa-cc" aria-hidden="true"></i>
Claudio Maggioni
<script>
document.write((new Date()).getFullYear());
</script>
<noscript>2021</noscript><br>
Content under
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
CC BY-NC-SA 4.0</a>
</div>
</footer>
</body>
</html>