mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
Merge remote-tracking branch 'origin/next' into next
# Conflicts: # pages/index.tsx
This commit is contained in:
commit
5d54e83726
1 changed files with 13 additions and 4 deletions
|
@ -173,6 +173,7 @@ const Index: NextPage = () => {
|
||||||
icon={faCircleNodes}
|
icon={faCircleNodes}
|
||||||
text={"Star Shard Uno"}
|
text={"Star Shard Uno"}
|
||||||
description={"@steffo@uno.starshard.studio"}
|
description={"@steffo@uno.starshard.studio"}
|
||||||
|
me
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
@ -185,26 +186,30 @@ 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"}>
|
||||||
<LinkPanel
|
<LinkPanel
|
||||||
href={"https://matrix.to/#/@steffo:ryg.one?via=ryg.one"}
|
href={"https://matrix.to/#/@steffo:uniberry.info?via=uniberry.info"}
|
||||||
icon={faBorderAll}
|
icon={faBorderAll}
|
||||||
text={"Matrix"}
|
text={"Matrix"}
|
||||||
description={"@steffo:ryg.one"}
|
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"}>
|
||||||
|
@ -213,12 +218,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"}>
|
||||||
|
@ -227,12 +234,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>
|
||||||
|
@ -265,8 +274,8 @@ const Index: NextPage = () => {
|
||||||
<LinkPanel
|
<LinkPanel
|
||||||
icon={faGlobe}
|
icon={faGlobe}
|
||||||
text={"Malbyx"}
|
text={"Malbyx"}
|
||||||
href={"https://about.malbyx.tk/"}
|
href={"https://malbyx.eu/it"}
|
||||||
description={"malbyx.tk"}
|
description={"malbyx.eu"}
|
||||||
/>
|
/>
|
||||||
<LinkPanel
|
<LinkPanel
|
||||||
icon={faGlobe}
|
icon={faGlobe}
|
||||||
|
|
Loading…
Reference in a new issue