Skip to content

Commit

Permalink
Merge pull request #111 from hack4bengal/ark-dev
Browse files Browse the repository at this point in the history
[FEAT]: Community Partners
  • Loading branch information
tamalCodes authored Jun 15, 2024
2 parents c5bc59b + 6cf9d86 commit ac0f2be
Show file tree
Hide file tree
Showing 18 changed files with 128 additions and 9 deletions.
1 change: 1 addition & 0 deletions src/assets/data/MentorsContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
];
99 changes: 92 additions & 7 deletions src/assets/data/SponsorsContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},

{
Expand All @@ -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: [
Expand Down Expand Up @@ -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;
Binary file not shown.
Binary file added src/assets/images/CommunityImages/bytemonk.webp
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/CommunityImages/ddc.webp
Binary file not shown.
Binary file added src/assets/images/CommunityImages/gdsc_fiem.webp
Binary file not shown.
Binary file added src/assets/images/CommunityImages/gdsc_iiest.webp
Binary file not shown.
Binary file added src/assets/images/CommunityImages/gdsc_msit.webp
Binary file not shown.
Binary file added src/assets/images/CommunityImages/gdsc_nsec.webp
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/CommunityImages/noobcode.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/CommunityImages/skepsis.webp
Binary file not shown.
23 changes: 22 additions & 1 deletion src/components/private/sponsors/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -86,7 +87,27 @@ const Sponsors = () => {
</div>
</div>
</div>
</div>
<div className="sponsors__container_flex">
<div className="sponsors__container domain_container">
<h1>Community Partners</h1>
<div className="sponsors__flexbox community">
<Marquee
autoFill={true}
pauseOnHover={true}
className="testimonials__container"
speed={50}
direction="right"
>
{sponsors["Community"].map((item, index) => {
return (
<SingleSponsors key={index} sponsor={item} type="silver" />
);
})}
</Marquee>
</div>
</div>
</div>
</div >
</>
);
};
Expand Down
14 changes: 13 additions & 1 deletion src/components/private/sponsors/Sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
}
}
}

.sponsors__flexbox {
display: flex;
flex-wrap: wrap;
Expand All @@ -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;
}
Expand All @@ -87,4 +99,4 @@
.platinum_container {
margin-top: 2rem;
}
}
}

0 comments on commit ac0f2be

Please sign in to comment.