-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/", | ||
}, | ||
]; |