Skip to content

Commit

Permalink
Merge pull request #65 from ieeeuoft/IEEE-268-Update-Past-Sponsors
Browse files Browse the repository at this point in the history
IEEE-268: Add sponsors to website
  • Loading branch information
danielqiuu committed Jun 26, 2023
2 parents c35551e + 28e9c49 commit 01c13b1
Show file tree
Hide file tree
Showing 8 changed files with 1,151 additions and 95 deletions.
1 change: 1 addition & 0 deletions src/Assets/Images/sponsors/Amazon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
962 changes: 962 additions & 0 deletions src/Assets/Images/sponsors/Bell.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
46 changes: 46 additions & 0 deletions src/Assets/Images/sponsors/Intel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Assets/Images/sponsors/Mozilla.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 1 addition & 21 deletions src/Assets/Images/sponsors/RBC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions src/Assets/Images/sponsors/Synopsys.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
185 changes: 111 additions & 74 deletions src/Assets/Lists/allSponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export const allSponsors = [
siteLink: "https://www.daisyintelligence.com",
},
{
companyName: "Traction On Demand",
imgType: ".svg",
siteLink: "https://tractionondemand.com",
companyName: "Traction On Demand",
imgType: ".svg",
siteLink: "https://tractionondemand.com",
},
{
companyName: "MathWorks",
Expand All @@ -59,16 +59,6 @@ export const allSponsors = [
imgType: ".svg",
siteLink: "https://www.ecobee.com/en-ca",
},
{
companyName: "AMD",
imgType: ".svg",
siteLink: "https://www.amd.com",
},
{
companyName: "The Hatchery",
imgType: ".svg",
siteLink: "https://hatchery.engineering.utoronto.ca",
},
{
companyName: "Voiceflow",
imgType: ".svg",
Expand Down Expand Up @@ -99,63 +89,119 @@ export const allSponsors = [
imgType: ".svg",
siteLink: "https://www.airmeet.com/",
},
{
companyName: "Telus",
imgType: ".svg",
siteLink: "https://www.telus.com/en/",
},
{
companyName: "RBC",
imgType: ".svg",
siteLink: "https://www.rbcroyalbank.com",
},
{
companyName: "Amazon",
imgType: ".svg",
siteLink: "https://www.amazon.ca/"
},
{
companyName: "Munvo",
imgType: ".png",
siteLink: "https://munvo.com/",
},
{
companyName: "IEEE Toronto",
imgType: ".svg",
siteLink: "https://toronto.ieee.ca/",
},
{
companyName: "Xilinx",
imgType: ".svg",
siteLink: "https://www.xilinx.com/",
},
{
companyName: "PTI Transformers",
imgType: ".svg",
siteLink: "https://www.partnertechnologies.net/",
},
{
companyName: "HP",
imgType: ".svg",
siteLink: "https://www.hpe.com/ca/en/home.html",
},
{
companyName: "Solace",
imgType: ".svg",
siteLink: "https://solace.com",
},
{
companyName: "Cognitive Systems",
imgType: ".svg",
siteLink: "https://www.cognitivesystems.com/",
},
{
companyName: "City of Brampton",
imgType: ".svg",
siteLink: "https://www.brampton.ca/",
},
{
companyName: "BITalino",
imgType: ".png",
siteLink: "https://bitalino.com/en/",
},
{
companyName: "Synopsys",
imgType: ".svg",
siteLink: "https://www.synopsys.com/",
},
{
companyName: "Intel",
imgType: ".svg",
siteLink: "https://www.intel.ca/",
},
{
companyName: "Bell",
imgType: ".svg",
siteLink: "https://www.bell.ca/",
},
{
companyName: "Mozilla",
imgType: ".svg",
siteLink: "https://www.mozilla.org",
},
{
companyName: "AMD",
imgType: ".svg",
siteLink: "https://www.amd.com",
},
{
companyName: "Google",
imgType: ".svg",
siteLink: "https://about.google",
},

{
companyName: "Digi-Key",
imgType: ".svg",
siteLink: "https://www.digikey.ca/",
},
{
companyName: "The Hatchery",
imgType: ".svg",
siteLink: "https://hatchery.engineering.utoronto.ca",
},

];

export default allSponsors;

// OLD, CAN REUSE

// {
// companyName: "IEEE Toronto",
// imgType: ".svg",
// siteLink: "https://toronto.ieee.ca/",
// },
// {
// companyName: "IEEE Canada",
// imgType: ".png",
// siteLink: "https://www.ieee.ca/en/",
// },
// {
// companyName: "Telus",
// imgType: ".svg",
// siteLink: "https://www.telus.com/en/",
// },
// {
// companyName: "Solace",
// imgType: ".svg",
// siteLink: "https://solace.com",
// },
// {
// companyName: "Xilinx",
// imgType: ".svg",
// siteLink: "https://www.xilinx.com/",
// },
// {
// companyName: "Cognitive Systems",
// imgType: ".svg",
// siteLink: "https://www.cognitivesystems.com/",
// },
// {
// companyName: "PTI Transformers",
// imgType: ".svg",
// siteLink: "https://www.partnertechnologies.net/",
// },
// {
// companyName: "City of Brampton",
// imgType: ".svg",
// siteLink: "https://www.brampton.ca/",
// },
// {
// companyName: "BITalino",
// imgType: ".png",
// siteLink: "https://bitalino.com/en/",
// },
// {
// companyName: "HP",
// imgType: ".svg",
// siteLink: "https://www.hpe.com/ca/en/home.html",
// },
// {
// companyName: "IEEE Canadian Foundation",
// imgType: ".jpg",
// siteLink: "http://www.ieeecanadianfoundation.org/",
Expand All @@ -166,22 +212,13 @@ export default allSponsors;
// siteLink: "https://www.studentlife.utoronto.ca/bts/sif",
// },
// {
// companyName: "Google",
// imgType: ".svg",
// siteLink: "https://about.google",
// },
// {
// companyName: "IBM",
// imgType: ".svg",
// siteLink: "https://www.ibm.com/ca-en",
// },
// {
// companyName: "Munvo",
// imgType: ".png",
// siteLink: "https://munvo.com/",
// },
// {
// companyName: "RBC",
// imgType: ".svg",
// siteLink: " https://www.rbcinvestease.com/",
// },






0 comments on commit 01c13b1

Please sign in to comment.