Skip to content

Commit

Permalink
Fixed community image
Browse files Browse the repository at this point in the history
  • Loading branch information
Atif-27 committed Jan 19, 2024
1 parent 5f97cad commit ea48242
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/constants/communityData.js
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
// @ts-nocheck
import GDSCAliah from "assets/CommunityData/GDSC Aliah logo - Ankit Majee.png";
import GDSCBBIT from "assets/CommunityData/Group 1 - GDSC BBIT.png";
import ClueLess from "assets/CommunityData/clueless - Subho Ghosh.png";
import GDSCKalyani from "assets/CommunityData/GDSC Logo chapter lockup centered template - Google Developer Student Clubs IIIT Kalyani.jpg";
import ACM from "assets/CommunityData/acmlogo - Vineet.jpeg";
import Devorld from "assets/CommunityData/20230207_171323_0000 - Harshavardhan Bajoria.png";
export const community = [
{
name: "GDSC Aliah",
url: "/src/assets/CommunityData/GDSC Aliah logo - Ankit Majee.png",
url: GDSCAliah,
link: "https://www.linkedin.com/company/gdsc-aliah/",
},
{
name: "GDSC BBIT",
url: "/src/assets/CommunityData/Group 1 - GDSC BBIT.png",
url: GDSCBBIT,
link: "",
},
{
name: "ClueLess",
url: "/src/assets/CommunityData/clueless - Subho Ghosh.png",
url: ClueLess,
link: "https://www.linkedin.com/company/79089507",
},
{
name: "GDSC IIIT Kalyani",
url: "/src/assets/CommunityData/GDSC Logo chapter lockup centered template - Google Developer Student Clubs IIIT Kalyani.jpg",
url: GDSCKalyani,
link: "https://www.linkedin.com/company/gdsc-iiit-kalyani/",
},
{
name: "ACM SSCBS",
url: "/src/assets/CommunityData/acmlogo - Vineet.jpeg",
url: ACM,
link: "https://www.linkedin.com/in/acm-sscbs/",
},
{
name: "Devorld",
url: "/src/assets/CommunityData/20230207_171323_0000 - Harshavardhan Bajoria.png",
url: Devorld,
link: "https://www.linkedin.com/company/devorld/",
},
];

0 comments on commit ea48242

Please sign in to comment.