1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 07:17:28 +00:00

Update content a bit

This commit is contained in:
Steffo 2023-12-19 04:18:07 +01:00
parent d0495664d6
commit 9f48f376b6
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -69,25 +69,25 @@ const Index: NextPage = () => {
description={"Customizable web stylesheet"} description={"Customizable web stylesheet"}
/> />
<LinkPanel <LinkPanel
href={"https://github.com/Steffo99/greed"} href={"https://steffo.itch.io/swear-jar"}
icon={faCashRegister} icon={faGamepad}
text={"Greed"} text={"Swear Jar"}
description={"Telegram store bot"} description={"Game jam prototype"}
/> />
</div> </div>
<div className={"group-lp"}> <div className={"group-lp"}>
<LinkPanel <LinkPanel
href={"https://github.com/Steffo99/greed"} href={"https://github.com/Steffo99/greed"}
icon={faCashRegister}
text={"Greed"}
description={"Telegram store bot"}
/>
<LinkPanel
href={"https://github.com/Steffo99/sophon"}
icon={faBookAtlas} icon={faBookAtlas}
text={"Sophon"} text={"Sophon"}
description={"Research hub for universities"} description={"Research hub for universities"}
/> />
<LinkPanel
href={"https://steffo.itch.io/pineapple-surf"}
icon={faGamepad}
text={"Pineapple Surf"}
description={"Game jam prototype"}
/>
</div> </div>
<div className={"group-lp"}> <div className={"group-lp"}>
<LinkPanel <LinkPanel
@ -111,7 +111,7 @@ const Index: NextPage = () => {
description={"Pluggable Docker-based backups"} description={"Pluggable Docker-based backups"}
/> />
<LinkPanel <LinkPanel
href={"https://steffo.itch.io/pineapple-surf"} href={"https://github.com/Steffo99/actions-semver"}
icon={faScissors} icon={faScissors}
text={"actions-semver"} text={"actions-semver"}
description={"GH Action for semver parsing"} description={"GH Action for semver parsing"}