Skip to content

Commit

Permalink
Merge pull request #14 from devilkiller-ag/main
Browse files Browse the repository at this point in the history
Added education partners
  • Loading branch information
sukso96100 authored Jul 25, 2024
2 parents 5e56869 + 192da9f commit 2460fe6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Binary file added src/assets/education_partners/jecrc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/education_partners/jic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/data/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import logoPlaceHolder from "@assets/logo_placeholder.svg";
import CanonicalUbuntuLogo from "@assets/sponsors/canonical_ubuntu.svg";
import OnlyOffice from "@assets/sponsors/onlyoffice.svg";
import FossUnited from "@assets/sponsors/fossunited.svg";
import JECRC from "@assets/education_partners/jecrc.png";
import JIC from "@assets/education_partners/jic.png";
import Alias from "@assets/community_partners/alias.svg";
import AWSUGJaipur from "@assets/community_partners/awsugjpr.svg";
import CloudNativeHoogly from "@assets/community_partners/cn_hooghly.svg";
Expand Down Expand Up @@ -98,6 +100,27 @@ export const sponsors = [
}
]
},
{
sponsorLevelName: "Education Partners",
sizeOnLargeScreen: 2 as ColSize,
sizeOnMediumScreen: 2 as ColSize,
sizeOnSmallScreen: 1 as ColSize,
showPopup: true,
list: [
{
name: "JECRC University",
logoUrl: JECRC.src,
url: "https://jecrcuniversity.edu.in/",
description: "JECRC University is an Indian private university located in Jaipur, Rajasthan. It is established by the Act No. 15 of 2012 of Rajasthan Legislative Assembly. It offers several undergraduate and postgraduate-level courses and PhD programmes in science and technology, arts, commerce, health and medicine, law, etc."
},
{
name: "JECRC Incubation Center",
logoUrl: JIC.src,
url: "https://jecrcincubation.com/",
description: "JIC assists start-ups with converting their early-stage companies into highly scalable, commercially viable businesses. JIC envisions fostering an entrepreneur-friendly culture around academics & research."
}
]
},
{
sponsorLevelName: "Community Partners",
sizeOnLargeScreen: 2 as ColSize,
Expand Down

0 comments on commit 2460fe6

Please sign in to comment.