Skip to content

Commit

Permalink
updating sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
natapokie committed Sep 3, 2023
1 parent bb78d69 commit baf48ab
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions client/src/util/sponsors.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import Alumni from '../assets/sponsors/Alumni.jpg';
import Hatchery from '../assets/sponsors/Hatchery.jpg';
import Neo from '../assets/sponsors/Neo.jpg';
import Coco from '../assets/sponsors/Coco.jpg';
import OSPE from '../assets/sponsors/OSPE.jpg';
import PEO from '../assets/sponsors/PEO.png';
import UTSU from '../assets/sponsors/UTSU.jpg';
import Mogu from '../assets/sponsors/MoguMogu.png';
import Nani from '../assets/sponsors/Nanis.png';

export const sponsors = [
{
Expand All @@ -20,6 +23,13 @@ export const sponsors = [
rank: 'gold',
label: 'Gold sponsor: Neo Performance',
},
{
website: 'https://www.cocofreshtea.ca/',
image: Coco,
scale: 0.7,
rank: 'gold',
label: 'Silver sponsor: Coco',
},
{
website: 'https://www.utsu.ca/',
image: UTSU,
Expand All @@ -42,10 +52,15 @@ export const sponsors = [
label: 'Bronze sponsor: OSPE',
},
{
website: 'https://hatchery.engineering.utoronto.ca/',
image: Hatchery,
image: Mogu,
scale: 0.82,
rank: 'bronze',
label: 'Bronze sponsor: Mogu',
},
{
image: Nani,
scale: 0.82,
rank: 'bronze',
label: 'Bronze sponsor: Engineering Alumni Network',
label: 'Bronze sponsor: Nani’s Gelato',
},
];

0 comments on commit baf48ab

Please sign in to comment.