diff --git a/src/assets/data/MentorsContent.js b/src/assets/data/MentorsContent.js index 1dd1275..1012410 100644 --- a/src/assets/data/MentorsContent.js +++ b/src/assets/data/MentorsContent.js @@ -33,6 +33,7 @@ export const mentorContent = [ designation: "Co-Founder", company: "Dynopii", linkedin: "https://www.linkedin.com/in/haquekazi", + twitter: "https://x.com/imkazi23", image: kazi_haque, }, ]; diff --git a/src/assets/data/SponsorsContent.js b/src/assets/data/SponsorsContent.js index 7f4dfc7..980c58d 100644 --- a/src/assets/data/SponsorsContent.js +++ b/src/assets/data/SponsorsContent.js @@ -11,26 +11,40 @@ import gdg from "../images/SponsorImages/gdg.png"; import superteam from "../images/SponsorImages/superteam.png"; import callchimp from "../images/SponsorImages/callchimp.png"; import tezos from "../images/SponsorImages/tezos.png"; +import coding_catalyst from "../images/CommunityImages/coding_catalyst.webp"; +import ddc from "../images/CommunityImages/ddc.webp"; +import gdsc_nsec from "../images/CommunityImages/gdsc_nsec.webp"; +import gdsc_msit from "../images/CommunityImages/gdsc_msit.webp"; +import bytemonk from "../images/CommunityImages/bytemonk.webp"; +import resourcio_community from "../images/CommunityImages/resourcio_community.webp"; +import os_community from "../images/CommunityImages/os_community.webp"; +import gdsc_fiem from "../images/CommunityImages/gdsc_fiem.webp"; +import skepsis from "../images/CommunityImages/skepsis.webp"; +import noobcode from "../images/CommunityImages/noobcode.webp"; +import polygon_guild_kolkata from "../images/CommunityImages/polygon_guild_kolkata.webp"; +import iei_students_chapter_cse_aot from "../images/CommunityImages/iei_students_chapter_cse_aot.webp"; +import autosecurityy from "../images/CommunityImages/autosecurityy.webp"; +import gdsc_iiest from "../images/CommunityImages/gdsc_iiest.webp"; const sponsors = { Platinum: [ { name: "Filecoin", img: filecoin, - link: "https://filecoin.io/", + link: "https://filecoin.io", }, ], Gold: [ { name: "Github", img: github, - link: "https://github.com/", + link: "https://github.com", }, { name: "Avalanche", img: avalanche, - link: "https://www.avax.network/", + link: "https://www.avax.network", }, { @@ -42,26 +56,26 @@ const sponsors = { { name: "HackQuest", img: hackquest, - link: "https://www.hackquest.io/", + link: "https://www.hackquest.io", }, ], Silver: [ { name: "Road To DevCon", img: devcon, - link: "https://devcon.org/en/", + link: "https://devcon.org", }, ], Bronze: [ { name: "Router Protocol", img: router, - link: "https://www.routerprotocol.com/", + link: "https://www.routerprotocol.com", }, { name: "GDG Cloud Kolkata", img: gdg, - link: "https://ccd2024.gdgcloudkol.org/", + link: "https://ccd2024.gdgcloudkol.org", }, ], Domain: [ @@ -95,6 +109,77 @@ const sponsors = { link: "https://www.jis.com", }, ], + Community: [ + { + name: "Coding Catalyst", + img: coding_catalyst, + link: "https://linktr.ee/codingcatalystt", + }, + { + name: "DevDotCom", + img: ddc, + link: "https://devdotcom.tech", + }, + { + name: "GDSC NSEC", + img: gdsc_nsec, + link: "https://gdsc.community.dev/netaji-subhash-engineering-college-kolkata-india", + }, + { + name: "GDSC MSIT", + img: gdsc_msit, + link: "https://gdsc.community.dev/meghnad-saha-institute-of-technology-kolkata-india", + }, + { + name: "Bytemonk", + img: bytemonk, + link: "https://bytemonk.gcect.org.in", + }, + { + name: "Resourcio Community", + img: resourcio_community, + link: "https://www.linkedin.com/company/resourcio-community2022", + }, + { + name: "OS Community", + img: os_community, + link: "https://osdevcommunity.github.io/linktree", + }, + { + name: "GDSC FIEM", + img: gdsc_fiem, + link: "https://gdsc.community.dev/future-institute-of-engineering-management-kolkata-india", + }, + { + name: "SKEPSIS", + img: skepsis, + }, + { + name: "NoobCode", + img: noobcode, + link: "https://noobcode-website.vercel.app", + }, + { + name: "Polygon Guild Kolkata", + img: polygon_guild_kolkata, + link: "https://www.linkedin.com/company/polygon-guild-kolkata", + }, + { + name: "IEI Students' Chapter CSE (AOT)", + img: iei_students_chapter_cse_aot, + link: "https://sccseaot.vercel.app", + }, + { + name: "Autosecurityy", + img: autosecurityy, + link: "https://autosecurityy.com", + }, + { + name: "GDSC IIEST", + img: gdsc_iiest, + link: "https://gdsc.community.dev/indian-institute-of-engineering-science-and-technology-shibpur-howrah-india", + }, + ], }; export default sponsors; diff --git a/src/assets/images/CommunityImages/autosecurityy.webp b/src/assets/images/CommunityImages/autosecurityy.webp new file mode 100644 index 0000000..3dbcae8 Binary files /dev/null and b/src/assets/images/CommunityImages/autosecurityy.webp differ diff --git a/src/assets/images/CommunityImages/bytemonk.webp b/src/assets/images/CommunityImages/bytemonk.webp new file mode 100644 index 0000000..3940cb1 Binary files /dev/null and b/src/assets/images/CommunityImages/bytemonk.webp differ diff --git a/src/assets/images/CommunityImages/coding_catalyst.webp b/src/assets/images/CommunityImages/coding_catalyst.webp new file mode 100644 index 0000000..5270033 Binary files /dev/null and b/src/assets/images/CommunityImages/coding_catalyst.webp differ diff --git a/src/assets/images/CommunityImages/ddc.webp b/src/assets/images/CommunityImages/ddc.webp new file mode 100644 index 0000000..5270f98 Binary files /dev/null and b/src/assets/images/CommunityImages/ddc.webp differ diff --git a/src/assets/images/CommunityImages/gdsc_fiem.webp b/src/assets/images/CommunityImages/gdsc_fiem.webp new file mode 100644 index 0000000..e8148e0 Binary files /dev/null and b/src/assets/images/CommunityImages/gdsc_fiem.webp differ diff --git a/src/assets/images/CommunityImages/gdsc_iiest.webp b/src/assets/images/CommunityImages/gdsc_iiest.webp new file mode 100644 index 0000000..6bb63c8 Binary files /dev/null and b/src/assets/images/CommunityImages/gdsc_iiest.webp differ diff --git a/src/assets/images/CommunityImages/gdsc_msit.webp b/src/assets/images/CommunityImages/gdsc_msit.webp new file mode 100644 index 0000000..75e1f53 Binary files /dev/null and b/src/assets/images/CommunityImages/gdsc_msit.webp differ diff --git a/src/assets/images/CommunityImages/gdsc_nsec.webp b/src/assets/images/CommunityImages/gdsc_nsec.webp new file mode 100644 index 0000000..ecd7b14 Binary files /dev/null and b/src/assets/images/CommunityImages/gdsc_nsec.webp differ diff --git a/src/assets/images/CommunityImages/iei_students_chapter_cse_aot.webp b/src/assets/images/CommunityImages/iei_students_chapter_cse_aot.webp new file mode 100644 index 0000000..d6a2a73 Binary files /dev/null and b/src/assets/images/CommunityImages/iei_students_chapter_cse_aot.webp differ diff --git a/src/assets/images/CommunityImages/noobcode.webp b/src/assets/images/CommunityImages/noobcode.webp new file mode 100644 index 0000000..88fd12e Binary files /dev/null and b/src/assets/images/CommunityImages/noobcode.webp differ diff --git a/src/assets/images/CommunityImages/os_community.webp b/src/assets/images/CommunityImages/os_community.webp new file mode 100644 index 0000000..874eb3a Binary files /dev/null and b/src/assets/images/CommunityImages/os_community.webp differ diff --git a/src/assets/images/CommunityImages/polygon_guild_kolkata.webp b/src/assets/images/CommunityImages/polygon_guild_kolkata.webp new file mode 100644 index 0000000..0d91000 Binary files /dev/null and b/src/assets/images/CommunityImages/polygon_guild_kolkata.webp differ diff --git a/src/assets/images/CommunityImages/resourcio_community.webp b/src/assets/images/CommunityImages/resourcio_community.webp new file mode 100644 index 0000000..4fa6938 Binary files /dev/null and b/src/assets/images/CommunityImages/resourcio_community.webp differ diff --git a/src/assets/images/CommunityImages/skepsis.webp b/src/assets/images/CommunityImages/skepsis.webp new file mode 100644 index 0000000..591c0be Binary files /dev/null and b/src/assets/images/CommunityImages/skepsis.webp differ diff --git a/src/components/private/sponsors/Sponsors.jsx b/src/components/private/sponsors/Sponsors.jsx index 8ca54a1..0778ea2 100644 --- a/src/components/private/sponsors/Sponsors.jsx +++ b/src/components/private/sponsors/Sponsors.jsx @@ -4,6 +4,7 @@ import sponsors from "../../../assets/data/SponsorsContent"; import { Header } from "../../shared"; import "./Sponsors.scss"; import SingleSponsors from "./singlesponsors/SingleSponsors"; +import Marquee from "react-fast-marquee"; const Sponsors = () => { return ( @@ -86,7 +87,27 @@ const Sponsors = () => { - +
+
+

Community Partners

+
+ + {sponsors["Community"].map((item, index) => { + return ( + + ); + })} + +
+
+
+ ); }; diff --git a/src/components/private/sponsors/Sponsors.scss b/src/components/private/sponsors/Sponsors.scss index dd4bef3..fbe1c43 100644 --- a/src/components/private/sponsors/Sponsors.scss +++ b/src/components/private/sponsors/Sponsors.scss @@ -68,6 +68,7 @@ } } } + .sponsors__flexbox { display: flex; flex-wrap: wrap; @@ -78,6 +79,17 @@ max-width: 1400px; margin: auto; + &.community { + .rfm-marquee-container { + .rfm-marquee { + .rfm-child { + $gap: 1.5rem; + margin-left: $gap; + } + } + } + } + @media screen and (max-width: 576px) { gap: 1rem; } @@ -87,4 +99,4 @@ .platinum_container { margin-top: 2rem; } -} +} \ No newline at end of file