Skip to content

Commit

Permalink
mod: updated community partners
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Jan 24, 2024
1 parent f4c876d commit 11ee2a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/CommunityPartners/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import communityPartners from "@/config/communitypartners.json";

function CommunityPartners() {
return (
<section className="lg:h-screen max-w-7xl mx-auto px-2 sm:px-4 lg:px-8 pt-28">
<section className="max-w-7xl mx-auto px-2 sm:px-4 lg:px-8 pt-28">
<h2 className="text-5xl lg:text-8xl text-primary font-bold">Community Partners</h2>
<div className="list grid grid-cols-2 lg:grid-cols-3 w-full gap-8 lg:gap-16 p-8 lg:p-10 max-w-4xl mx-auto">
{communityPartners.map((member) => (
Expand Down
8 changes: 7 additions & 1 deletion config/communitypartners.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"name": "GDSC IKGPTU",
"img": "/cp-gdsc-ikgptu.webp",
"linkedin": "https://in.linkedin.com/company/gdsc-ikgptu",
"github": "https://github.com/GDSC-IKGPTU"
"links": "https://github.com/GDSC-IKGPTU"
},
{
"name": "Crack Soft",
"img": "./Crack Soft.png",
"links": "https://cracksoftsecurities.org/",
"linkedin": "https://www.linkedin.com/company/cracksoftsecurtities"
}
]
1 change: 0 additions & 1 deletion config/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"category": "Gold Sponsors",
"sponsors": [
{ "name": "Secure Hack", "logo": "./Secure Hack.png", "url": "https://www.securehack.net/" },
{ "name": "Crack Soft", "logo": "./Crack Soft.png", "url": "#" },
{ "name": "xyz", "logo": "./xyz.png", "url": "https://gen.xyz/" }
]
}
Expand Down

0 comments on commit 11ee2a5

Please sign in to comment.