import {FontAwesomeIcon} from "@fortawesome/react-fontawesome" 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, faGlobe, faPlus} 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" import {default as imgTheColdNight} from "../public/img/projects/the-cold-night.png" import {default as imgLoopingForLoops} from "../public/img/projects/looping-for-loops.png" import {default as imgKeepEverythingAlive} from "../public/img/projects/keep-everything-alive.png" import {default as imgGravityFusion} from "../public/img/projects/gravity-fusion.png" import {default as imgSlimeBloodAndPain} from "../public/img/projects/slime-blood-and-pain.png" import {default as imgBleachBeach} from "../public/img/projects/bleach-beach.png" import {default as imgBeatTD} from "../public/img/projects/beat-td.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

In my free time, I have developed many open source projects, some of which have gained popularity and are still in use today!

Software
This very website!} /> Customizable, flexible and modular CSS library} /> Research hub for universities} />
Scientific papers
Stefano Pigozzi, Francesco Faenza, Claudia Canali} />
Game jam entries
LD51: Match-4 particle collider} /> LD50: Top-down snowman melter} /> LD47: Fruit-looping platformer} /> LD46: Lively microgame collection} /> LD45: Colorful incremental game} /> LD44: Infinite dungeon crawler} /> LD42: Wonky physics-based spear fishing simulator} /> LD41: Rhythm-based tower-defense} />
Notes
There's nothing here yet.} /> There's nothing here yet.} /> There's nothing here yet.} /> There's nothing here yet.} />

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

You can check out my friends' websites here (in alphanumeric order):

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