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} 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" import {ProjectPanel} from "../components/ProjectPanel" import {default as imgSteffoweb} from "../public/opengraph.png" import {default as imgBlank} from "../public/img/projects/blank.png" import {default as imgBluelib} from "../public/img/projects/bluelib.png" import {default as imgSophon} from "../public/img/projects/sophon.png" import {default as imgParticleClash} from "../public/img/projects/particle-clash.png" const Index: NextPage = () => { 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.

My projects

I should write an intro sentence here

This very website!} /> Customizable, flexible and modular CSS library} /> Research hub for universities} /> Match-4 game for two players about particles about to collide} />

Me on the Internet

You can find me in many places around the Internet:

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

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 posts

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

Nothing has been posted here yet.

My recommendations

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...

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;