mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
Re-add rel="me"
to all my profiles
This commit is contained in:
parent
a4e37cd897
commit
01eb05c048
1 changed files with 8 additions and 0 deletions
|
@ -170,12 +170,14 @@ const Index: NextPage = () => {
|
|||
icon={faGithub}
|
||||
text={"GitHub"}
|
||||
description={"Steffo99"}
|
||||
me
|
||||
/>
|
||||
<LinkPanel
|
||||
href={"https://stackoverflow.com/users/4334568/steffo"}
|
||||
icon={faStackOverflow}
|
||||
text={"Stack Overflow"}
|
||||
description={"Steffo"}
|
||||
me
|
||||
/>
|
||||
</div>
|
||||
<div className={"group-lp"}>
|
||||
|
@ -184,12 +186,14 @@ const Index: NextPage = () => {
|
|||
icon={faBorderAll}
|
||||
text={"Matrix"}
|
||||
description={"@steffo:uniberry.info"}
|
||||
me
|
||||
/>
|
||||
<LinkPanel
|
||||
href={"https://discord.com/users/77703771181817856"}
|
||||
icon={faDiscord}
|
||||
text={"Discord"}
|
||||
description={"steffo"}
|
||||
me
|
||||
/>
|
||||
</div>
|
||||
<div className={"group-lp"}>
|
||||
|
@ -198,12 +202,14 @@ const Index: NextPage = () => {
|
|||
icon={faLinkedin}
|
||||
text={"Linkedin"}
|
||||
description={"Stefano Pigozzi"}
|
||||
me
|
||||
/>
|
||||
<LinkPanel
|
||||
href={"mailto:me@steffo.eu"}
|
||||
icon={faEnvelope}
|
||||
text={"Email"}
|
||||
description={"me@steffo.eu"}
|
||||
me
|
||||
/>
|
||||
</div>
|
||||
<div className={"group-lp"}>
|
||||
|
@ -212,12 +218,14 @@ const Index: NextPage = () => {
|
|||
icon={faSteam}
|
||||
text={"Steam"}
|
||||
description={"[U:1:74048532]"}
|
||||
me
|
||||
/>
|
||||
<LinkPanel
|
||||
href={"https://steffo.itch.io/"}
|
||||
icon={faItchIo}
|
||||
text={"Itch.io"}
|
||||
description={"Steffo"}
|
||||
me
|
||||
/>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue