---
layout: main
---

<div class="homequote">
  <figure>
    <div class="blur">
      <img
        width="300"
        height="460"
        src="images/claudio.jpg?v={{ site.time | date: '%s' }}"
        alt="Me" 
      />
    </div>
  </figure>
  <div class="quote">
    <p>
      Welcome to my website! My name is Claudio, and here is where I upload all 
      the stuff I make with computers.
    </p>

    <p>
      I am an <a href="https://www.usi.ch/">USI</a> Informatics student
      in the Master of Software and Data Engineering. Over on <a
        href="https://git.maggioni.xyz/maggicl">Gitea</a> you will find
      materials and assignments I had to solve during the years should you be a
      fellow student (always glad to lend a hand!).
    </p>

    <p>
      As you can see I am an archer in my free time. Shout out to the folks at
      <a href="https://atal-arco.ch/">ATAL</a>, where I was able to snap that
      picture (by the way I got <em>very</em> lucky there, don't mind the other
      impacts please).
    </p>

    <p>
      I don't have much else to say, but I would like to leave you with this 
      quote from Linus Torvalds which still rings true to me after many years
      of working with computers:
    </p>

    <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>
  </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">git.maggioni.xyz</a>, a private Git HTTP
        frontend;
      </li>
      <li>
        <a href="https://cloud.maggioni.xyz">cloud.maggioni.xyz</a
        >, a private <em>Nextcloud</em> instance;
      </li>
    </ul>
  </section>
</div>
{% comment %} vim: set ts=2 sw=2 et tw=80: {% endcomment %}