generated from nhcarrigan/template
feat: add retro achievements link (#36)
### Explanation _No response_ ### Issue _No response_ ### Attestations - [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [ ] I have pinned the dependencies to a specific patch version. ### Style - [x] I have run the linter and resolved any errors. - [x] My pull request uses an appropriate title, matching the conventional commit standards. - [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [x] My contribution adds new code, and I have added tests to cover it. - [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [x] All new and existing tests pass locally with my changes. - [x] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning Patch - My pull request introduces bug fixes ONLY. Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/36 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
@ -55,6 +55,7 @@ import { Matrix } from "../icons/Matrix";
|
||||
import { Peerlist } from "../icons/Peerlist";
|
||||
import { Pixiv } from "../icons/Pixiv";
|
||||
import { Polywork } from "../icons/Polywork";
|
||||
import { RetroAchievements } from "../icons/RetroAchievements";
|
||||
import { Saylor } from "../icons/Saylor";
|
||||
import { TeeSpring } from "../icons/TeeSpring";
|
||||
import { Throne } from "../icons/Throne";
|
||||
@ -142,8 +143,8 @@ const Socials: Array<{
|
||||
},
|
||||
{
|
||||
alt: "GitHub Logo",
|
||||
background: "#333",
|
||||
color: "#FFF",
|
||||
background: "#333333",
|
||||
color: "#FFFFFF",
|
||||
icon: faGithub,
|
||||
label: "GitHub",
|
||||
link: "https://github.com/nhcarrigan",
|
||||
@ -151,7 +152,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Discord Logo",
|
||||
background: "#7289DA",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faDiscord,
|
||||
label: "Discord",
|
||||
link: "https://chat.naomi.lgbt",
|
||||
@ -159,15 +160,15 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Element Logo",
|
||||
background: "#29B6F6",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: Matrix,
|
||||
label: "Matrix",
|
||||
link: "https://matrix.to/#/#naomi:matrix.org",
|
||||
},
|
||||
{
|
||||
alt: "Octothorpe",
|
||||
background: "#000",
|
||||
color: "#FFF",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: faHashtag,
|
||||
label: "IRC",
|
||||
link: "https://docs.nhcarrigan.com/about/contact/#33-irc-channels",
|
||||
@ -175,7 +176,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Slack Logo",
|
||||
background: "#4A154B",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faSlack,
|
||||
label: "Slack",
|
||||
link: "https://join.slack.com/t/naomi-lgbt/signup",
|
||||
@ -183,7 +184,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Reddit Logo",
|
||||
background: "#FF4500",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faReddit,
|
||||
label: "Reddit",
|
||||
link: "https://reddit.com/r/nhcarrigan",
|
||||
@ -191,7 +192,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Hashnode Logo",
|
||||
background: "#2962FF",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faHashnode,
|
||||
label: "Blog",
|
||||
link: "https://blog.nhcarrigan.com",
|
||||
@ -199,15 +200,15 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "LinkedIn Logo",
|
||||
background: "#0077B5",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faLinkedinIn,
|
||||
label: "LinkedIn",
|
||||
link: "https://linkedin.com/in/naomi-lgbt",
|
||||
},
|
||||
{
|
||||
alt: "Peerlist Logo",
|
||||
background: "rgb(33, 150, 83)",
|
||||
color: "#FFF",
|
||||
background: "#219653",
|
||||
color: "#FFFFFF",
|
||||
icon: Peerlist,
|
||||
label: "Peerlist",
|
||||
link: "https://resume.nhcarrigan.com",
|
||||
@ -215,7 +216,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Polywork Logo",
|
||||
background: "#7C3AED",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: Polywork,
|
||||
label: "Polywork",
|
||||
link: "https://polywork.nhcarrigan.com/",
|
||||
@ -223,7 +224,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Fiverr Logo",
|
||||
background: "#1DBF73",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: Fiverr,
|
||||
label: "Fiverr",
|
||||
link: "https://www.fiverr.com/nhcarrigan",
|
||||
@ -231,7 +232,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Mastodon Logo",
|
||||
background: "#2B90D9",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faMastodon,
|
||||
label: "Mastodon",
|
||||
link: "https://mastodon.social/@naomi_lgbt",
|
||||
@ -239,15 +240,15 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "X Logo",
|
||||
background: "#1DA1F2",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faXTwitter,
|
||||
label: "X (Twitter)",
|
||||
link: "https://x.com/naomi_lgbt",
|
||||
},
|
||||
{
|
||||
alt: "Steam Logo",
|
||||
background: "rgb(27, 40, 56)",
|
||||
color: "rgb(199, 213, 224)",
|
||||
background: "#1b2838",
|
||||
color: "#c7d5e0",
|
||||
icon: faSteam,
|
||||
label: "Steam",
|
||||
link: "https://steamcommunity.com/id/naomi-lgbt/",
|
||||
@ -255,15 +256,15 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Twitch Logo",
|
||||
background: "#6441A4",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faTwitch,
|
||||
label: "Twitch",
|
||||
link: "https://www.twitch.tv/naomilgbt/",
|
||||
},
|
||||
{
|
||||
alt: "How Long to Beat Logo",
|
||||
background: "#333",
|
||||
color: "#FFF",
|
||||
background: "#333333",
|
||||
color: "#FFFFFF",
|
||||
icon: faGamepad,
|
||||
label: "HLTB",
|
||||
link: "https://howlongtobeat.com/user/naomi_lgbt",
|
||||
@ -271,7 +272,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Snapchat Logo",
|
||||
background: "#FFFC00",
|
||||
color: "#000",
|
||||
color: "#000000",
|
||||
icon: faSnapchat,
|
||||
label: "Snapchat",
|
||||
link: "https://www.snapchat.com/add/naomi-lgbt",
|
||||
@ -279,7 +280,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "GOG Logo",
|
||||
background: "#863A3A",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: Gog,
|
||||
label: "GOG",
|
||||
link: "https://www.gog.com/u/naomi-lgbt",
|
||||
@ -287,15 +288,15 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Itch.io Logo",
|
||||
background: "#FA5C5C",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faItchIo,
|
||||
label: "Itch.io",
|
||||
link: "https://nhcarrigan.itch.io/",
|
||||
},
|
||||
{
|
||||
alt: "Lichess Logo",
|
||||
background: "#000",
|
||||
color: "#FFF",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: faChessKnight,
|
||||
label: "Lichess",
|
||||
link: "https://lichess.org/../naomi-lgbt",
|
||||
@ -311,7 +312,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Paypal Logo",
|
||||
background: "#003087",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faPaypal,
|
||||
label: "Paypal",
|
||||
link: "https://paypal.me/nhcarrigan",
|
||||
@ -319,7 +320,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Ko-Fi Logo",
|
||||
background: "#FF5E5B",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: Kofi,
|
||||
label: "Ko-Fi",
|
||||
link: "https://ko-fi.com/nhcarrigan",
|
||||
@ -327,7 +328,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Patreon Logo",
|
||||
background: "#F96854",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faPatreon,
|
||||
label: "Patreon",
|
||||
link: "https://patreon.com/nhcarrigan",
|
||||
@ -335,7 +336,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "freeCodeCamp Logo",
|
||||
background: "#0a0a23",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faFreeCodeCamp,
|
||||
label: "freeCodeCamp",
|
||||
link: "https://forum.freecodecamp.org/u/nhcarrigan/summary",
|
||||
@ -343,7 +344,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "NPM Logo",
|
||||
background: "#CB3837",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faNpm,
|
||||
label: "NPM",
|
||||
link: "https://www.npmjs.com/~nhcarrigan",
|
||||
@ -351,7 +352,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "GatherTown Logo",
|
||||
background: "#7B68EE",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: Gather,
|
||||
label: "GatherTown",
|
||||
link: "https://app.gather.town/invite?token=CiIvbSnrQiW-akXFSPL_",
|
||||
@ -359,7 +360,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "VRoid Logo",
|
||||
background: "#ffe100",
|
||||
color: "#000",
|
||||
color: "#000000",
|
||||
icon: VRoid,
|
||||
label: "VRoid",
|
||||
link: "https://hub.vroid.com/en/characters/6033404747153826650/models/3483506204509065121",
|
||||
@ -367,7 +368,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Pixiv Logo",
|
||||
background: "#0096FA",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: Pixiv,
|
||||
label: "Pixiv",
|
||||
link: "https://www.pixiv.net/en/users/77818154",
|
||||
@ -375,7 +376,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Email Icon",
|
||||
background: "#000000",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faEnvelope,
|
||||
label: "Email",
|
||||
link: "https://docs.nhcarrigan.com/about/contact/#7-email-communication",
|
||||
@ -383,7 +384,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Coursera Logo",
|
||||
background: "#0056D2",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: Coursera,
|
||||
label: "Coursera",
|
||||
link: "https://www.coursera.org/learner/naomi-lgbt",
|
||||
@ -391,7 +392,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Udemy Logo",
|
||||
background: "#EC5252",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: Udemy,
|
||||
label: "Udemy",
|
||||
link: "https://www.udemy.com/user/naomi-carrigan/",
|
||||
@ -399,23 +400,23 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Wordpress Logo",
|
||||
background: "#1E8EDE",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faWordpress,
|
||||
label: "Gravatar",
|
||||
link: "https://gravatar.com/nhcarrigan",
|
||||
},
|
||||
{
|
||||
alt: "Computer Icon",
|
||||
background: "#000",
|
||||
color: "#FFF",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: faComputer,
|
||||
label: "PC Part Picker",
|
||||
link: "https://pcpartpicker.com/user/nhcarrigan/",
|
||||
},
|
||||
{
|
||||
alt: "Throne.me Logo",
|
||||
background: "#000",
|
||||
color: "#FFF",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: Throne,
|
||||
label: "Throne",
|
||||
link: "https://throne.com/naomilgbt",
|
||||
@ -423,14 +424,14 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Stripe Logo",
|
||||
background: "#6772E5",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faStripe,
|
||||
label: "Stripe",
|
||||
link: "https://buy.stripe.com/cN24iTfqu1j6b3afZ2",
|
||||
},
|
||||
{
|
||||
alt: "Signal Logo",
|
||||
background: "#FFF",
|
||||
background: "#FFFFFF",
|
||||
color: "#3A76F0",
|
||||
icon: faSignalMessenger,
|
||||
label: "Signal",
|
||||
@ -438,24 +439,24 @@ const Socials: Array<{
|
||||
},
|
||||
{
|
||||
alt: "Angellist Logo",
|
||||
background: "#000",
|
||||
color: "#FFF",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: faAngellist,
|
||||
label: "WellFound",
|
||||
link: "https://wellfound.com/u/naomi-h-carrigan",
|
||||
},
|
||||
{
|
||||
alt: "ProtonDB Logo",
|
||||
background: "#000",
|
||||
color: "#FFF",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: faAtom,
|
||||
label: "ProtonDB",
|
||||
link: "https://www.protondb.com/users/1717755560",
|
||||
},
|
||||
{
|
||||
alt: "TeeSpring Logo",
|
||||
background: "#000",
|
||||
color: "#FFF",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: TeeSpring,
|
||||
label: "Merch",
|
||||
link: "https://nhcarrigan.creator-spring.com/",
|
||||
@ -463,7 +464,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "BlueSky Logo",
|
||||
background: "#1DA1F2",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faBluesky,
|
||||
label: "BlueSky",
|
||||
link: "https://bsky.app/profile/naomi-lgbt.bsky.social",
|
||||
@ -471,7 +472,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Telegram Logo",
|
||||
background: "#0088cc",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faTelegramPlane,
|
||||
label: "Telegram",
|
||||
link: "https://t.me/naomi_lgbt",
|
||||
@ -479,7 +480,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "WhatsApp Logo",
|
||||
background: "#25D366",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faWhatsapp,
|
||||
label: "WhatsApp",
|
||||
link: "https://wa.me/qr/WCGJIID7UKWIE1",
|
||||
@ -487,14 +488,14 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Google Chat Logo",
|
||||
background: "#DB4437",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faGooglePlus,
|
||||
label: "Google Chat",
|
||||
link: "https://chat.google.com/room/AAAAK270m3M",
|
||||
},
|
||||
{
|
||||
alt: "Tree Nation Logo",
|
||||
background: "#FFF",
|
||||
background: "#FFFFFF",
|
||||
color: "#55C1A8",
|
||||
icon: TreeNation,
|
||||
label: "Tree Nation",
|
||||
@ -503,7 +504,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Meetup Logo",
|
||||
background: "#FF6D00",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faMeetup,
|
||||
label: "Meetup",
|
||||
link: "https://www.meetup.com/members/437962584/",
|
||||
@ -511,7 +512,7 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Tumblr Logo",
|
||||
background: "#36465D",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faTumblr,
|
||||
label: "Tumblr",
|
||||
link: "https://www.tumblr.com/naomi-lgbt",
|
||||
@ -519,23 +520,23 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "YouTube Logo",
|
||||
background: "#FF0000",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faYoutube,
|
||||
label: "YouTube",
|
||||
link: "https://www.youtube.com/@naomilgbt",
|
||||
},
|
||||
{
|
||||
alt: "Tiktok Logo",
|
||||
background: "#000",
|
||||
color: "#FFF",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: faTiktok,
|
||||
label: "Tiktok",
|
||||
link: "https://www.tiktok.com/@naomilgbt",
|
||||
},
|
||||
{
|
||||
alt: "Threads Logo",
|
||||
background: "#000",
|
||||
color: "#FFF",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: faThreads,
|
||||
label: "Threads",
|
||||
link: "https://www.threads.net/@naomi.lgbt",
|
||||
@ -543,11 +544,19 @@ const Socials: Array<{
|
||||
{
|
||||
alt: "Instagram Logo",
|
||||
background: "#C13584",
|
||||
color: "#FFF",
|
||||
color: "#FFFFFF",
|
||||
icon: faInstagram,
|
||||
label: "Instagram",
|
||||
link: "https://www.instagram.com/naomi.lgbt/",
|
||||
},
|
||||
{
|
||||
alt: "RetroAchievements Logo",
|
||||
background: "#1066dd",
|
||||
color: "#cc9a00",
|
||||
icon: RetroAchievements,
|
||||
label: "RetroAchievements",
|
||||
link: "https://retroachievements.org/user/naomilgbt",
|
||||
},
|
||||
];
|
||||
|
||||
export { HireMe, Donate, Socials };
|
||||
|
Reference in New Issue
Block a user