Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated sponsors for 2024 as of August #845

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading