import {FontAwesomeIcon} from "@fortawesome/react-fontawesome" import {useRouter} from "next/router" import React from 'react' import type {NextPage} from "next" import {default as Link} from "next/link" import {faRedditAlien, faMastodon, faGithub, faDiscord, faTelegram, faSteam, faItchIo, faTwitter, faLinkedin, faStackOverflow, faWikipediaW} from "@fortawesome/free-brands-svg-icons" import {faBorderAll, faEnvelope, faGlobe, faPlus, faFileCode, faBagShopping, faShieldAlt} from "@fortawesome/free-solid-svg-icons" import {LinkPanel} from "../components/LinkPanel" import {useKonamiCode} from "../hooks/useKonamiCode" const Index: NextPage = () => { const router = useRouter() useKonamiCode(() => router.push("/garasauto")) return <>

About me

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

When I'm not studying, I contribute to open source, play video games, and eat tons of gelato!

I'm also somewhat interested in the social mechanisms of the Internet, specifically in how platforms influence how people interact with each other online.

Me on the Internet

You can find me in many places around the Internet:

@steffo@fosstodon.org}/> /u/Steffo99}/>

You may message me on any of the following messengers:

Steffo#4036}/> @steffo:ryg.one}/>
Please do not send me chat messages about Greed, open an issue instead!

My projects

You might be interested in one of my released projects:

Revenant's Brooch}/> template-poetry}/> Patched Porobot}/> steamleaderboards}/>
There are more on my GitHub profile!

Friends

You can check out my friends' websites here:

And more!
Hey friends, please make a small personal website, so I can add you here! :D

Fake advertisement

Hey! You're browsing the Internet without an ad-blocker!

For your safety and better browser performance, you should install:

Additionally, if you are technically-inclined, consider setting up this on your network:

I am not affiliated with the developers of this software, but I heavily recommend them to everyone!
} export default Index;