diff --git a/.gitignore b/.gitignore index 1d37622..201a103 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /node_modules /.pnp .pnp.js +.npmrc # testing /coverage diff --git a/app/garasauto/page.tsx b/app/garasauto/page.tsx deleted file mode 100644 index c508a7f..0000000 --- a/app/garasauto/page.tsx +++ /dev/null @@ -1,31 +0,0 @@ -import {faCar, faGlobe} from "@fortawesome/free-solid-svg-icons" -import React from "react" -import {LinkPanel} from "../../components/LinkPanel" - - -export default function GarasautoPage() { - return ( -
- I'm Stefano Pigozzi, an Italian Computer Science graduate and Master's student at Unimore! -
-- I like connecting people via technology! -
-- For that reason, I enjoy using, exploring, studying and developing: -
-- I'm also a supporter of the free software movement, and try to release everything I make under a free software license. -
-- I hope to see you around the Internet, just like how you've stumbled on my homepage here! -
-- Often, while experimenting with a new technology, I notice something that can be improved, and I try to come up with a solution to it. -
-- Here's a small sample of what I've worked on: -
-- If you're interested in seeing more, you can: -
-- I sign up to basically any website I stumble upon to explore and study its functions, mechanisms, culture and community, so don't be surprised if you see me somewhere! -
-- I'm currently mostly active on the Fediverse, in particular on: -
-- Other services I often use are: -
-- I think that everyone should have their personal website, and to encourage that, I list the website of all my IRL friends here, so that other people may see them! -
-- You can check them out here: -
-- Hey friends! If you make a website, please let me know: -
-- 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: -
-- Enjoy a better Internet, and remember to pay for the services you find useful so that they don't need ads to keep existing! -
-