Skip to content

Commit

Permalink
fix: social handles
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk4b1r committed Oct 31, 2024
1 parent f8b6732 commit cb87af4
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 61 deletions.
14 changes: 7 additions & 7 deletions src/components/Homepage/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ import { FaXTwitter } from "react-icons/fa6";
import { animateScroll as scroll } from "react-scroll";

const SocialLinks = {
github: "https://www.github.com/thecyberworld",
instagram: "https://www.instagram.com/thecyberw0rld",
twitter: "https://www.twitter.com/thecyberw0rld",
github: "https://www.github.com/th3cyb3rhub",
instagram: "https://www.instagram.com/th3cyb3rhub",
twitter: "https://www.twitter.com/th3cyb3rhub",
discord: "https://discord.gg/QHBPq6xP5p",
telegram: "https://t.me/thecyberw0rld",
linktree: "https://linktr.ee/thecyberworld",
youtube: "https://www.youtube.com/c/thecyberworld",
linkedin: "https://linkedin.com/company/thecyberw0rld",
telegram: "https://t.me/th3cyb3rhub",
linktree: "https://linktr.ee/th3cyb3rhub",
youtube: "https://www.youtube.com/@th3cyb3rhub",
linkedin: "https://linkedin.com/company/th3cyb3rhub",
};

const toggleHome = () => {
Expand Down
4 changes: 2 additions & 2 deletions src/components/Homepage/Info/Data.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const communityData = {
link1: "https://discord.gg/thecyberworld-799183504759324672",
buttonType1: "redirect",
buttonLabel2: "All community links",
link2: "https://linktr.ee/thecyberworld",
link2: "https://linktr.ee/th3cyb3rhub",
buttonType2: "redirect",
lightBg: false,
lightText: true,
Expand Down Expand Up @@ -154,7 +154,7 @@ export const contributeData = {
Contribute to Projects
</>
),
link1: "https://github.com/thecyberworld",
link1: "https://github.com/th3cyb3rhub",
buttonType1: "redirect",
buttonLabel2: <>Contribute to Community</>,
link2: "/community",
Expand Down
59 changes: 28 additions & 31 deletions src/components/Homepage/Socials/Socials.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,23 @@ import {
SocialCardTelegram,
SocialCardInstagram,
SocialCardLinkedin,
SocialCardFacebook,
// SocialCardFacebook,
SocialH1,
SocialWrapper,
} from "./SocialsElements";
import {
FaDiscord,
FaFacebookF,
// FaFacebookF,
FaGithub,
FaInstagram,
FaLinkedinIn,
FaTelegramPlane,
FaYoutube,
} from "react-icons/fa";
import { FaThreads, FaXTwitter } from "react-icons/fa6";
import {
// FaThreads,
FaXTwitter,
} from "react-icons/fa6";
import { H1 } from "src/components/Homepage/ContactForm/ContactFormElements";

const Socials = () => {
Expand All @@ -35,61 +38,55 @@ const Socials = () => {
<FaDiscord /> <SocialH1> Discord </SocialH1>
</SocialCardDiscord>

<SocialCardGithub href="https://www.github.com/thecyberworld" target="_blank" aria-label="Github">
<SocialCardGithub href="https://www.github.com/th3cyb3rhub" target="_blank" aria-label="Github">
<FaGithub /> <SocialH1> Github </SocialH1>
</SocialCardGithub>

<SocialCardYoutube
href="https://www.youtube.com/c/thecyberworld"
target="_blank"
aria-label="Youtube"
>
<SocialCardYoutube href="https://www.youtube.com/@th3cyb3rhub" target="_blank" aria-label="Youtube">
<FaYoutube /> <SocialH1> YouTube </SocialH1>
</SocialCardYoutube>

{/* <br/> */}

<SocialCardLinkedin
href="https://linkedin.com/company/thecyberw0rld"
href="https://linkedin.com/company/th3cyb3rhub"
target="_blank"
aria-label="Linkedin"
>
<FaLinkedinIn /> <SocialH1> LinkedIn </SocialH1>
</SocialCardLinkedin>

<SocialCardTelegram href="https://t.me/thecyberw0rld" target="_blank" aria-label="Telegram">
<SocialCardTelegram href="https://t.me/th3cyb3rhub" target="_blank" aria-label="Telegram">
<FaTelegramPlane /> <SocialH1> Telegram </SocialH1>
</SocialCardTelegram>

<SocialCardTwitter
href="https://www.twitter.com/thecyberw0rld"
target="_blank"
aria-label="Twitter"
>
<SocialCardTwitter href="https://www.twitter.com/th3cyb3rhub" target="_blank" aria-label="Twitter">
<FaXTwitter /> <SocialH1> Twitter </SocialH1>
</SocialCardTwitter>

<SocialCardInstagram
href="https://www.threads.net/thecyberw0rld"
target="_blank"
aria-label="Thread"
>
<FaThreads /> <SocialH1> Threads </SocialH1>
</SocialCardInstagram>
{/* <SocialCardInstagram */}
{/* href="https://www.threads.net/th3cyb3rhub" */}
{/* target="_blank" */}
{/* aria-label="Thread" */}
{/* > */}
{/* <FaThreads /> <SocialH1> Threads </SocialH1> */}
{/* </SocialCardInstagram> */}

<SocialCardInstagram
href="https://www.instagram.com/thecyberw0rld"
href="https://www.instagram.com/th3cyb3rhub"
target="_blank"
aria-label="Instagram"
>
<FaInstagram /> <SocialH1> Instagram </SocialH1>
</SocialCardInstagram>

<SocialCardFacebook
href="https://www.facebook.com/thecyberworldcommunity/"
target="_blank"
aria-label="Facebook"
>
<FaFacebookF /> <SocialH1> Facebook </SocialH1>
</SocialCardFacebook>
{/* <SocialCardFacebook */}
{/* href="https://www.facebook.com/th3cyb3rhub/" */}
{/* target="_blank" */}
{/* aria-label="Facebook" */}
{/* > */}
{/* <FaFacebookF /> <SocialH1> Facebook </SocialH1> */}
{/* </SocialCardFacebook> */}
</SocialsWrapper>
</SocialsContainer>
</SocialWrapper>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const SpecialSponsors = () => {
<SponsorsH2>{""}</SponsorsH2>
</SponsorsFooterBar>
</SponsorsLayout>
<SponsorButton href={"https://github.com/sponsors/Thecyberworld"} target={"_blank"} rel={"noreferrer"}>
<SponsorButton href={"https://github.com/sponsors/th3cyb3rhub"} target={"_blank"} rel={"noreferrer"}>
Sponsor Thecyberworld Community
</SponsorButton>
</SponsorsContainer>
Expand Down
6 changes: 3 additions & 3 deletions src/components/Learn/Roadmaps/RoadmapsData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ const RoadmapsData = [
resources: [
{
title: "Do Open Source Contributions [fix bugs, add features to existing projects]",
url: "https://github.com/thecyberworld/TheCyberHUB",
url: "https://github.com/th3cyb3rhub/TheCyberHUB",
},
],
},
Expand Down Expand Up @@ -473,7 +473,7 @@ const RoadmapsData = [
resources: [
{
title: "Do Open Source Contributions [fix bugs, add features to existing projects]",
url: "https://github.com/thecyberworld",
url: "https://github.com/th3cyb3rhub",
},
],
},
Expand Down Expand Up @@ -542,7 +542,7 @@ const RoadmapsData = [
resources: [
{
title: "Do Open Source Contributions [fix bugs, add features to existing projects]",
url: "https://github.com/thecyberworld/thecyberhub-app",
url: "https://github.com/th3cyb3rhub/thecyberhub-app",
},
],
},
Expand Down
22 changes: 11 additions & 11 deletions src/components/OldEvents/EventsData/HacktoberfestEventData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const HacktoberfestEventData = [
,
<a
style={{ color: "white" }}
href={"https://github.com/thecyberworld/"}
href={"https://github.com/th3cyb3rhub/"}
target={"_blank"}
rel="noreferrer"
>
Expand All @@ -34,7 +34,7 @@ const HacktoberfestEventData = [
your reward. <br />
Contributions/pull requests can be made to the following repositories under the
<b>
<Link href={"https://github.com/thecyberworld/"} target={"_blank"}>
<Link href={"https://github.com/th3cyb3rhub/"} target={"_blank"}>
Thecyberworld
</Link>
</b>
Expand All @@ -43,45 +43,45 @@ const HacktoberfestEventData = [
<ListContent>
<List>
Thecyberhub website:
<Link href={"https://github.com/thecyberworld/TheCyberHUB"} target={"_blank"}>
<Link href={"https://github.com/th3cyb3rhub/TheCyberHUB"} target={"_blank"}>
link
</Link>
</List>
<List>
Thecyberhub App:
<Link href={"https://github.com/thecyberworld/thecyberhub-app"} target={"_blank"}>
<Link href={"https://github.com/th3cyb3rhub/thecyberhub-app"} target={"_blank"}>
link
</Link>
</List>
<List>
Thecyberbot discord:
<Link href={"https://github.com/thecyberworld/thecyberbot-discord"} target={"_blank"}>
<Link href={"https://github.com/th3cyb3rhub/thecyberbot-discord"} target={"_blank"}>
link
</Link>
</List>
<List>
Thecyberhub Extension:
<Link href={"https://github.com/thecyberworld/thecyberhub-ext"} target={"_blank"}>
<Link href={"https://github.com/th3cyb3rhub/thecyberhub-ext"} target={"_blank"}>
link
</Link>
</List>
<List>
Port scanner:
<Link href={"https://github.com/thecyberworld/port-scanner"} target={"_blank"}>
<Link href={"https://github.com/th3cyb3rhub/port-scanner"} target={"_blank"}>
link
</Link>
</List>
<List>
Subdomain finder:
<Link href={"https://github.com/thecyberworld/subdomain-finder"} target={"_blank"}>
<Link href={"https://github.com/th3cyb3rhub/subdomain-finder"} target={"_blank"}>
link
</Link>
</List>
</ListContent>
</div>
Read the
<Link
href={"https://github.com/thecyberworld/TheCyberHUB/blob/main/CONTRIBUTING.md"}
href={"https://github.com/th3cyb3rhub/TheCyberHUB/blob/main/CONTRIBUTING.md"}
target={"_blank"}
>
Thecyberworld Contributing Guide
Expand All @@ -98,14 +98,14 @@ const HacktoberfestEventData = [
on the main Thecyberworld org. If you would like to challenge yourself, you can create some issues
and features requests on
<b>
<Link href={"https://github.com/thecyberworld"} target={"_blank"}>
<Link href={"https://github.com/th3cyb3rhub"} target={"_blank"}>
Thecyberworld
</Link>
</b>
and work on those issues.
<br />
<br />
<Link href={"https://github.com/thecyberworld/"} target={"_blank"}></Link>
<Link href={"https://github.com/th3cyb3rhub/"} target={"_blank"}></Link>
Some good resources to get started for beginners:
<div style={{ margin: "10px 20px" }}>
<ListContent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const OpenSecProjects = () => {
const [repositories, setRepositories] = useState([]);

useEffect(() => {
fetch("https://api.github.com/users/thecyberworld/repos")
fetch("https://api.github.com/users/th3cyb3rhub/repos")
.then((response) => response.json())
.then((data) => setRepositories(data))
.catch((error) => console.log(error));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ const OpensourceProjectsData = [
{
id: 1,
title: "thecyberhub.org",
link: "https://github.com/thecyberworld/TheCyberHUB",
link: "https://github.com/th3cyb3rhub/TheCyberHUB",
content: " Community website.",
tags: ["React", "Website"],
},
{
id: 2,
title: "thecyberhub-app",
link: "https://github.com/thecyberworld/thecyberhub-app",
link: "https://github.com/th3cyb3rhub/thecyberhub-app",
content: "Thecyberhub mobile app.",
tags: ["React Native", "Website"],
},
{
id: 3,
title: "ThecyberX",
link: "https://github.com/thecyberworld/ThecyberX",
link: "https://github.com/th3cyb3rhub/ThecyberX",
content: "Cyber security web extension.",
tags: ["React", "NextJs", "Web Extension"],
},
{
id: 4,
title: "thecyberbot-discord",
link: "https://github.com/thecyberworld/thecyberbot-discord",
link: "https://github.com/th3cyb3rhub/thecyberbot-discord",
content: "Thecyberbot Discord",
tags: ["Python", "Bot", "Discord"],
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Other/Support/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Sponsors = () => {
</SponsorsP>
</SponsorsDescription>
</SponsorsDescriptionContainer>
<SponsorsLink href="https://www.buymeacoffee.com/thecyberw0rld" target={"_blank"}>
<SponsorsLink href="https://www.buymeacoffee.com/th3cyb3rhub" target={"_blank"}>
<BuyMeACoffeeImage src="https://img.buymeacoffee.com/button-api/?text=Support our work from here&emoji=💰&slug=thecyberw0rld&button_colour=ff6b08&font_colour=000000&font_family=Poppins&outline_colour=000000&coffee_colour=ff6b08" />
</SponsorsLink>
</SponsorsContainer>
Expand Down

0 comments on commit cb87af4

Please sign in to comment.