generated from nhcarrigan/template
feat: remove twitch, twitter, meta
This commit is contained in:
parent
a66c296b9b
commit
9f84fbc4d9
48
src/app/apply/page.tsx
Normal file
48
src/app/apply/page.tsx
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* @copyright nhcarrigan
|
||||
* @license Naomi's Public License
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
"use client";
|
||||
import Script from "next/script";
|
||||
import type { JSX } from "react";
|
||||
|
||||
/**
|
||||
* Renders the /apply page.
|
||||
* @returns A React Component.
|
||||
*/
|
||||
const Apply = (): JSX.Element => {
|
||||
return (
|
||||
<>
|
||||
<main className="w-4/5 text-center
|
||||
max-w-4xl m-auto mt-16 mb-1 rounded-lg">
|
||||
<h1 className="text-5xl">{`Staff Application`}</h1>
|
||||
<p>{`This form allows you to apply to join NHCarrigan's volunteer staff team.`}</p>
|
||||
</main>
|
||||
<style>
|
||||
{`.hbspt-form {
|
||||
max-width: 750px;
|
||||
margin: auto;
|
||||
background-color: #04624f;
|
||||
border-radius: 1rem;
|
||||
padding: 1rem;
|
||||
margin-bottom: 100px;
|
||||
font-family: "Fira Code", monospace;
|
||||
}`}
|
||||
</style>
|
||||
<Script
|
||||
src="//js.hsforms.net/forms/embed/v2.js"
|
||||
strategy="beforeInteractive"
|
||||
type="text/javascript"
|
||||
></Script>
|
||||
<Script strategy="afterInteractive">
|
||||
{`hbspt.forms.create({
|
||||
portalId: "47086586",
|
||||
formId: "833ff1c0-6c24-4c26-9af0-331c1f7ce6d4",
|
||||
});`}
|
||||
</Script>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Apply;
|
@ -45,6 +45,17 @@ const Contact = (): JSX.Element => {
|
||||
{`But if none of these work for you at all, there's a direct contact form at the bottom of this list!`}
|
||||
</p>
|
||||
<Rule />
|
||||
<section>
|
||||
<p>A quick note that we have explicitly deactivated our accounts on the following platforms. If you see an account on these platforms using our branding (either as NaomiLGBT OR NHCarrigan), it is an impersonation and should be reported.</p>
|
||||
<ul>
|
||||
<li>Twitch</li>
|
||||
<li>Twitter</li>
|
||||
<li>Instagram</li>
|
||||
<li>Threads</li>
|
||||
<li>WhatsApp</li>
|
||||
</ul>
|
||||
</section>
|
||||
<Rule />
|
||||
<section>
|
||||
<div>
|
||||
{[ HireMe, Donate ].map(
|
||||
|
@ -21,7 +21,6 @@ export const NavItems = [
|
||||
{ href: "/art", text: "Art of Naomi" },
|
||||
{ href: "/manifesto", text: "Transfemme Manifesto" },
|
||||
{ href: "/ask", text: "Ask Me Anything!" },
|
||||
{ href: "/play", text: "Play with Naomi" },
|
||||
{ href: "/tech", text: "Technologies" },
|
||||
{ href: "/contribute", text: "Contribute to our Projects" },
|
||||
{ href: "/koikatsu", text: "Koikatsu Scenes" },
|
||||
@ -34,6 +33,7 @@ export const NavItems = [
|
||||
{ href: "https://merch.nhcarrigan.link", text: "Merchandise" },
|
||||
{ href: "https://docs.nhcarrigan.com", text: "Documentation" },
|
||||
{ href: "https://chat.nhcarrigan.com", text: "Support" },
|
||||
{ href: "/apply", text: "Staff Application" },
|
||||
].sort((a, b) => {
|
||||
return a.text.localeCompare(b.text);
|
||||
});
|
||||
|
@ -11,7 +11,6 @@ import {
|
||||
faGithub,
|
||||
faGooglePlus,
|
||||
faHashnode,
|
||||
faInstagram,
|
||||
faItchIo,
|
||||
faLinkedinIn,
|
||||
faMastodon,
|
||||
@ -26,15 +25,11 @@ import {
|
||||
faSteam,
|
||||
faStripe,
|
||||
faTelegramPlane,
|
||||
faThreads,
|
||||
faTiktok,
|
||||
faTumblr,
|
||||
faTwitch,
|
||||
faWhatsapp,
|
||||
faWordpress,
|
||||
faYoutube,
|
||||
faSnapchat,
|
||||
faXTwitter,
|
||||
} from "@fortawesome/free-brands-svg-icons";
|
||||
import {
|
||||
faAtom,
|
||||
@ -240,14 +235,6 @@ const Socials: Array<{
|
||||
label: "Mastodon",
|
||||
link: "https://mastodon.social/@naomi_lgbt",
|
||||
},
|
||||
{
|
||||
alt: "X Logo",
|
||||
background: "#1DA1F2",
|
||||
color: "#FFFFFF",
|
||||
icon: faXTwitter,
|
||||
label: "X (Twitter)",
|
||||
link: "https://x.com/naomi_lgbt",
|
||||
},
|
||||
{
|
||||
alt: "Steam Logo",
|
||||
background: "#1b2838",
|
||||
@ -256,14 +243,6 @@ const Socials: Array<{
|
||||
label: "Steam",
|
||||
link: "https://steamcommunity.com/id/naomi-lgbt/",
|
||||
},
|
||||
{
|
||||
alt: "Twitch Logo",
|
||||
background: "#6441A4",
|
||||
color: "#FFFFFF",
|
||||
icon: faTwitch,
|
||||
label: "Twitch",
|
||||
link: "https://www.twitch.tv/naomilgbt/",
|
||||
},
|
||||
{
|
||||
alt: "How Long to Beat Logo",
|
||||
background: "#333333",
|
||||
@ -480,14 +459,6 @@ const Socials: Array<{
|
||||
label: "Telegram",
|
||||
link: "https://t.me/naomi_lgbt",
|
||||
},
|
||||
{
|
||||
alt: "WhatsApp Logo",
|
||||
background: "#25D366",
|
||||
color: "#FFFFFF",
|
||||
icon: faWhatsapp,
|
||||
label: "WhatsApp",
|
||||
link: "https://chat.whatsapp.com/JmjRYDvIv5z9ykHDZs2C3Z",
|
||||
},
|
||||
{
|
||||
alt: "Google Chat Logo",
|
||||
background: "#DB4437",
|
||||
@ -528,30 +499,6 @@ const Socials: Array<{
|
||||
label: "YouTube",
|
||||
link: "https://www.youtube.com/@naomilgbt",
|
||||
},
|
||||
{
|
||||
alt: "Tiktok Logo",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: faTiktok,
|
||||
label: "Tiktok",
|
||||
link: "https://www.tiktok.com/@naomilgbt",
|
||||
},
|
||||
{
|
||||
alt: "Threads Logo",
|
||||
background: "#000000",
|
||||
color: "#FFFFFF",
|
||||
icon: faThreads,
|
||||
label: "Threads",
|
||||
link: "https://www.threads.net/@naomi.lgbt",
|
||||
},
|
||||
{
|
||||
alt: "Instagram Logo",
|
||||
background: "#C13584",
|
||||
color: "#FFFFFF",
|
||||
icon: faInstagram,
|
||||
label: "Instagram",
|
||||
link: "https://www.instagram.com/naomi.lgbt/",
|
||||
},
|
||||
{
|
||||
alt: "RetroAchievements Logo",
|
||||
background: "#1066dd",
|
||||
|
Loading…
x
Reference in New Issue
Block a user