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

Re-add rel="me" to all my profiles

This commit is contained in:
Steffo 2023-12-12 00:36:37 +01:00 committed by GitHub
parent a4e37cd897
commit 01eb05c048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,12 +170,14 @@ const Index: NextPage = () => {
icon={faGithub} icon={faGithub}
text={"GitHub"} text={"GitHub"}
description={"Steffo99"} description={"Steffo99"}
me
/> />
<LinkPanel <LinkPanel
href={"https://stackoverflow.com/users/4334568/steffo"} href={"https://stackoverflow.com/users/4334568/steffo"}
icon={faStackOverflow} icon={faStackOverflow}
text={"Stack Overflow"} text={"Stack Overflow"}
description={"Steffo"} description={"Steffo"}
me
/> />
</div> </div>
<div className={"group-lp"}> <div className={"group-lp"}>
@ -184,12 +186,14 @@ const Index: NextPage = () => {
icon={faBorderAll} icon={faBorderAll}
text={"Matrix"} text={"Matrix"}
description={"@steffo:uniberry.info"} description={"@steffo:uniberry.info"}
me
/> />
<LinkPanel <LinkPanel
href={"https://discord.com/users/77703771181817856"} href={"https://discord.com/users/77703771181817856"}
icon={faDiscord} icon={faDiscord}
text={"Discord"} text={"Discord"}
description={"steffo"} description={"steffo"}
me
/> />
</div> </div>
<div className={"group-lp"}> <div className={"group-lp"}>
@ -198,12 +202,14 @@ const Index: NextPage = () => {
icon={faLinkedin} icon={faLinkedin}
text={"Linkedin"} text={"Linkedin"}
description={"Stefano Pigozzi"} description={"Stefano Pigozzi"}
me
/> />
<LinkPanel <LinkPanel
href={"mailto:me@steffo.eu"} href={"mailto:me@steffo.eu"}
icon={faEnvelope} icon={faEnvelope}
text={"Email"} text={"Email"}
description={"me@steffo.eu"} description={"me@steffo.eu"}
me
/> />
</div> </div>
<div className={"group-lp"}> <div className={"group-lp"}>
@ -212,12 +218,14 @@ const Index: NextPage = () => {
icon={faSteam} icon={faSteam}
text={"Steam"} text={"Steam"}
description={"[U:1:74048532]"} description={"[U:1:74048532]"}
me
/> />
<LinkPanel <LinkPanel
href={"https://steffo.itch.io/"} href={"https://steffo.itch.io/"}
icon={faItchIo} icon={faItchIo}
text={"Itch.io"} text={"Itch.io"}
description={"Steffo"} description={"Steffo"}
me
/> />
</div> </div>
</section> </section>