diff options
author | keni7385 <andrea@andreacorsini.xyz> | 2022-06-04 00:09:16 +0300 |
---|---|---|
committer | keni7385 <andrea@andreacorsini.xyz> | 2022-06-04 00:09:16 +0300 |
commit | aa547f522941c9ba3c60dd0083305c59f717cedd (patch) | |
tree | e8ba86747892a89162288ec9be4eed738311190d /_pages/index.html |
Initial commit
Diffstat (limited to '_pages/index.html')
-rw-r--r-- | _pages/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/_pages/index.html b/_pages/index.html new file mode 100644 index 0000000..62ea2dd --- /dev/null +++ b/_pages/index.html @@ -0,0 +1,21 @@ +TITLE="Andrea Corsini's Personal Site" +DESCRIPTION="Andrea Corsini's personal website" +--- +<h2>Welcome to my website</h2> + +<img src="/images/me.jpg" width="100%"> + +<p>Hi, I am Andrea, Italian graduate student, passionate for Linux technologies, + rollerskating and, recently, baking.</p> + +<p>Currently, I am exploring color image + quantization errors, and deep learning methods for signal inverse + problems.</p> + +<p>This website gathers <a href="/notes">my notes</a>, + <a href="/travels/pictures">photos</a>, and personal self-hosted services, + such as email, <a href="https://git.andreacorsini.xyz">git server</a>, + <a href="https://meet.andreacorsini.xyz">Jitsi</a> instance, calendar, Matrix + and others to come.</p> + +<p>Browse it <i>freely</i>!</p> |