Skip to content

Commit

Permalink
Merge pull request #845 from UofT-Frosh-Orientation/update-sponsor-au…
Browse files Browse the repository at this point in the history
…g-2024

updated sponsors for 2024 as of August
  • Loading branch information
ashleyleal authored Aug 24, 2024
2 parents aedd559 + 1e7237c commit 747f574
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 13 deletions.
Binary file removed client/src/assets/sponsors/Longos.jpg
Binary file not shown.
Binary file added client/src/assets/sponsors/Longos.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 client/src/assets/sponsors/Panago.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 client/src/assets/sponsors/Troost_iLead.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 29 additions & 13 deletions client/src/util/sponsors.jsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import Alumni from '../assets/sponsors/Alumni.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';
import Longos from '../assets/sponsors/Longos.jpg';

import Longos from '../assets/sponsors/Longos.png';
import Troost_iLead from '../assets/sponsors/Troost_iLead.jpg';
import Panago from '../assets/sponsors/Panago.png';
// import Neo from '../assets/sponsors/Neo.jpg';
// import Coco from '../assets/sponsors/Coco.jpg';
// import UTSU from '../assets/sponsors/UTSU.jpg';
// import Mogu from '../assets/sponsors/MoguMogu.png';
export const sponsors = [
{
website: 'https://alumni.engineering.utoronto.ca/engineering-alumni-network/',
Expand All @@ -24,6 +25,7 @@ export const sponsors = [
label: 'Bronze sponsor: PEO',
},
{
website: 'https://www.nanisgelato.com/',
image: Nani,
scale: 0.82,
rank: 'bronze',
Expand All @@ -36,13 +38,27 @@ export const sponsors = [
rank: 'bronze',
label: 'Bronze sponsor: Longos',
},
// {
// website: 'https://ospe.on.ca/',
// image: OSPE,
// scale: 0.82,
// rank: 'bronze',
// label: 'Bronze sponsor: OSPE',
// },
{
website: 'https://ospe.on.ca/',
image: OSPE,
scale: 0.82,
rank: 'bronze',
label: 'Bronze sponsor: OSPE',
},
{
website: 'https://ilead.engineering.utoronto.ca/',
image: Troost_iLead,
scale: 0.82,
rank: 'bronze',
label: 'Bronze sponsor: Troost iLead',
},
{
website: 'https://www.panago.com/',
image: Panago,
scale: 0.82,
rank: 'bronze',
label: 'Bronze sponsor: Panago',
},
// {
// image: Mogu,
// scale: 0.82,
Expand Down

0 comments on commit 747f574

Please sign in to comment.