import {FontAwesomeIcon} from "@fortawesome/react-fontawesome" import React from 'react' import type {NextPage} from "next" import {default as Link} from "next/link" import {faReddit, faMastodon, faGithub, faDiscord, faTelegram, faSteam, faItchIo, faTwitter} from "@fortawesome/free-brands-svg-icons" import {faBorderAll, faEnvelope, faPizzaSlice, faGamepad, faBook, faBox, faFilm, faMusic} from "@fortawesome/free-solid-svg-icons" import {LinkPanel} from "../components/LinkPanel" const Index: NextPage = () => { return <>

Under construction

This website is currently being recreated from scratch, therefore much of its content is missing!

About me

I'm Stefano Pigozzi, a Computer Science graduate and Master's student at Unimore!

My projects

One of the things I enjoy doing in my free time is developing software to solve problems I encounter in my life, and then publishing the result on the Internet, allowing others to benefit from my solutions and contributing to the open source community.

My posts

Very rarely, I write something interesting and put it here.

Guess what? Nothing has been posted here yet.

My ratings

I have fun rating and comparing things based on my personal tastes!

I am by no means a critic, so don't pay this too much attention unless you're interested in what I like...

Me on the Internet

You can find me in many places on the web, but these are the ones I'm most active on:

You can send me messages on the following ways:

Please do not send me chat messages about Greed, open an issue or you'll end up in my Hall of Shame!

Friends with a website

You can check out my friends' websites here:

This section was just created: if you know me, please tell me your website so I can add it here! :D

} export default Index;