website/index.html

30 lines
989 B
HTML

<h1>~tito</h1>
<p>
Hi! I'm Tito Sacchi, alias "tauroh", an Italian high school student trying to
have fun while deciding which of my interests I'm willing to spend more time
on in the forecoming years. I like maths, computers, classical piano,
swimming, electric guitars, hiking, nature photography and a lot of other
things that I'd be glad to share with someone else.
<a href="about_me.html">Read more about me.</a>
</p>
<p>
Write me at
<a href="mailto:tito@tilde.team" class="email">tito@tilde.team</a>. You can
find some (hopefully) accurate contact information on the
<a href="contacts.html">contact page</a>.
A copy of my CV is available <a href="Tito_Sacchi_CV.pdf">here</a> (in
Italian, out of date). Some sensitive information is stripped; send me an
email if you want the complete file.
</p>
<hr>
<h2>Recent posts</h3>
$partial("templates/post-list.html")$
<a href="posts.html">All posts...</a>
<!--
vim: ts=2:sts=2:sw=2:et:nojoinspaces:tw=80
-->