sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit 45aa0e98751f87b3d0bdd44d6d6e9cc627e25c8d
parent 23e64e2a2ad52ef9d10fa23089d1c0ff56dd005e
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed, 25 May 2022 15:57:41 +0200

Reorganized home page and top navbar

Diffstat:
Msrc/home.md | 7++++---
Mtop.html | 6++----
2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/home.md b/src/home.md @@ -3,10 +3,11 @@ ![A picture of me](me.png "Me") I am a PhD student in Mathematics at the Universities of Luxembourg and Leiden. -During my free time I enjoy tinkering with my computer, programming and -playing with the Rubik's cube. +Check out my [list of papers and talks](research). + +During my free time I enjoy tinkering with my computer, [programming](git) +and playing with the [Rubik's cube](speedcubing). -Download my [cv (pdf, 220Kb)](tronto-cv.pdf). ### Email diff --git a/top.html b/top.html @@ -20,10 +20,8 @@ </a> </td> <td class="links"> - <a href="/research/">Research</a> | - <a href="/git/">Git</a> | - <a href="/speedcubing/">Cubing</a> | - <a href="/blog/">Blog</a> + <a href="/tronto-cv.pdf" title="pdf, 205Kb">CV</a> | + <a href="/git">Git</a> | <a href="/blog">Blog</a> </td> </tr> </table>