generated from nhcarrigan/template
feat: new socials
This commit is contained in:
@ -1,12 +1,19 @@
|
||||
import { Codeberg } from "@/icons/Codeberg";
|
||||
import { Fiverr } from "@/icons/Fiverr";
|
||||
import { Gather } from "@/icons/Gather";
|
||||
import { Gog } from "@/icons/Gog";
|
||||
import { Kofi } from "@/icons/KoFi";
|
||||
import { Matrix } from "@/icons/Matrix";
|
||||
import { Peerlist } from "@/icons/Peerlist";
|
||||
import { Pixiv } from "@/icons/Pixiv";
|
||||
import { Polywork } from "@/icons/Polywork";
|
||||
import { Saylor } from "@/icons/Saylor";
|
||||
import { VRoid } from "@/icons/VRoid";
|
||||
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
||||
import { faDiscord, faGithub, faHashnode, faLinkedinIn, faMastodon, faReddit, faSlack, faSteam, faTwitch } from "@fortawesome/free-brands-svg-icons";
|
||||
import { faAngellist, faDiscord, faFreeCodeCamp, faGithub, faGrav, faHashnode, faItchIo, faLinkedinIn, faMastodon, faNpm, faPatreon, faPaypal, faReddit, faSignalMessenger, faSlack, faSteam, faStripe, faTwitch, faWordpress } from "@fortawesome/free-brands-svg-icons";
|
||||
import { faSnapchat } from "@fortawesome/free-brands-svg-icons/faSnapchat";
|
||||
import { faXTwitter } from "@fortawesome/free-brands-svg-icons/faXTwitter";
|
||||
import { faBriefcase, faGamepad, faHashtag, faMoneyBill } from "@fortawesome/free-solid-svg-icons";
|
||||
import { faBriefcase, faChessKnight, faComputer, faEnvelope, faGamepad, faGift, faHashtag, faMoneyBill, faSignal, faUniversity } from "@fortawesome/free-solid-svg-icons";
|
||||
|
||||
export const HireMe: {
|
||||
icon: IconDefinition;
|
||||
@ -102,7 +109,7 @@ export const Socials: {
|
||||
},
|
||||
{
|
||||
label: "IRC",
|
||||
link: "https://docs.nhcarrigan.com/#/contact?id=irc",
|
||||
link: "https://docs.nhcarrigan.com/about/contact/#33-irc-channels",
|
||||
alt: "Hash symbol",
|
||||
icon: faHashtag,
|
||||
background: "#000",
|
||||
@ -141,7 +148,7 @@ export const Socials: {
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Resume",
|
||||
label: "Peerlist",
|
||||
link: "https://resume.nhcarrigan.com",
|
||||
alt: "Peerlist Logo",
|
||||
icon: Peerlist,
|
||||
@ -203,5 +210,181 @@ export const Socials: {
|
||||
icon: faGamepad,
|
||||
background: "#333",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Snapchat",
|
||||
link: "https://www.snapchat.com/add/naomi-lgbt",
|
||||
alt: "Snapchat Logo",
|
||||
icon: faSnapchat,
|
||||
background: "#FFFC00",
|
||||
color: "#000"
|
||||
},
|
||||
{
|
||||
label: "GOG",
|
||||
link: "https://www.gog.com/u/naomi-lgbt",
|
||||
alt: "GOG Logo",
|
||||
icon: Gog,
|
||||
background: "#863A3A",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Itch.io",
|
||||
link: "https://nhcarrigan.itch.io/",
|
||||
alt: "Itch.io Logo",
|
||||
icon: faItchIo,
|
||||
background: "#FA5C5C",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Lichess",
|
||||
link: "https://lichess.org/@/naomi-lgbt",
|
||||
alt: "Lichess Logo",
|
||||
icon: faChessKnight,
|
||||
background: "#000",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Saylor Academy",
|
||||
link: "https://learn.saylor.org/user/profile.php?id=2074619",
|
||||
alt: "Saylor Academy Logo",
|
||||
icon: Saylor,
|
||||
background: "#469dcc",
|
||||
color: "#183140"
|
||||
},
|
||||
{
|
||||
label: "Paypal",
|
||||
link: "https://paypal.me/nhcarrigan",
|
||||
alt: "Paypal Logo",
|
||||
icon: faPaypal,
|
||||
background: "#003087",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Ko-Fi",
|
||||
link: "https://ko-fi.com/nhcarrigan",
|
||||
alt: "Ko-Fi Logo",
|
||||
icon: Kofi,
|
||||
background: "#FF5E5B",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Patreon",
|
||||
link: "https://patreon.com/nhcarrigan",
|
||||
alt: "Patreon Logo",
|
||||
icon: faPatreon,
|
||||
background: "#F96854",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "freeCodeCamp",
|
||||
link: "https://forum.freecodecamp.org/u/nhcarrigan/summary",
|
||||
alt: "freeCodeCamp Logo",
|
||||
icon: faFreeCodeCamp,
|
||||
background: "#0a0a23",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "NPM",
|
||||
link: "https://www.npmjs.com/~nhcarrigan",
|
||||
alt: "NPM Logo",
|
||||
icon: faNpm,
|
||||
background: "#CB3837",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "GatherTown",
|
||||
link: "https://app.gather.town/invite?token=CiIvbSnrQiW-akXFSPL_",
|
||||
alt: "GatherTown Logo",
|
||||
icon: Gather,
|
||||
background: "#7B68EE",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "VRoid",
|
||||
link: "https://hub.vroid.com/en/characters/6033404747153826650/models/3483506204509065121",
|
||||
alt: "VRoid Logo",
|
||||
icon: VRoid,
|
||||
color: "#000",
|
||||
"background": "#ffe100"
|
||||
},
|
||||
{
|
||||
label: "Pixiv",
|
||||
link: "https://www.pixiv.net/en/users/77818154",
|
||||
alt: "Pixiv Logo",
|
||||
icon: Pixiv,
|
||||
background: "#0096FA",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Email",
|
||||
link: "https://docs.nhcarrigan.com/about/contact/#7-email-communication",
|
||||
alt: "Email Icon",
|
||||
icon: faEnvelope,
|
||||
background: "#000000",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Coursera",
|
||||
link: "https://www.coursera.org/learner/naomi-lgbt",
|
||||
alt: "University Icon",
|
||||
icon: faUniversity,
|
||||
background: "#0056D2",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Udemy",
|
||||
link: "https://www.udemy.com/user/naomi-carrigan/",
|
||||
alt: "University Icon",
|
||||
icon: faUniversity,
|
||||
background: "#EC5252",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Gravatar",
|
||||
link: "https://gravatar.com/nhcarrigan",
|
||||
alt: "Wordpress Logo",
|
||||
icon: faWordpress,
|
||||
background: "#1E8EDE",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "PC Part Picker",
|
||||
link: "https://pcpartpicker.com/user/nhcarrigan/",
|
||||
alt: "Computer Icon",
|
||||
icon: faComputer,
|
||||
background: "#000",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Throne",
|
||||
link: "https://throne.com/naomilgbt",
|
||||
alt: "Gift Icon",
|
||||
icon: faGift,
|
||||
background: "#000",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Stripe",
|
||||
link: "https://buy.stripe.com/cN24iTfqu1j6b3afZ2",
|
||||
alt: "Stripe Logo",
|
||||
icon: faStripe,
|
||||
background: "#6772E5",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "Signal",
|
||||
link: "https://signal.me/#eu/YGo6ag7kAwkdfkw863-J4qLK3VyKn8uWLhvyX60Jx5J0qrDZnz1B_aLrjM9yAMe6",
|
||||
alt: "Signal Logo",
|
||||
icon: faSignalMessenger,
|
||||
background: "#000",
|
||||
color: "#FFF"
|
||||
},
|
||||
{
|
||||
label: "WellFound",
|
||||
link: "https://wellfound.com/u/naomi-h-carrigan",
|
||||
alt: "Angellist Logo",
|
||||
icon: faAngellist,
|
||||
background: "#000",
|
||||
color: "#FFF"
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user