From 4fbbd47711a34e08beb617a3900593ecc1bf05e7 Mon Sep 17 00:00:00 2001 From: Alyssa Xia Date: Wed, 11 Sep 2024 17:49:53 +1000 Subject: [PATCH] updating for Zurich adn jds --- frontend/public/assets/jds_logo.svg | 9 +++++++++ frontend/public/assets/zurich_logo.svg | 9 +++++++++ frontend/public/data/sponsorInfos.ts | 12 ++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 frontend/public/assets/jds_logo.svg create mode 100644 frontend/public/assets/zurich_logo.svg diff --git a/frontend/public/assets/jds_logo.svg b/frontend/public/assets/jds_logo.svg new file mode 100644 index 0000000..a717126 --- /dev/null +++ b/frontend/public/assets/jds_logo.svg @@ -0,0 +1,9 @@ + + member_banner_image_769 + + + + + + \ No newline at end of file diff --git a/frontend/public/assets/zurich_logo.svg b/frontend/public/assets/zurich_logo.svg new file mode 100644 index 0000000..753da8a --- /dev/null +++ b/frontend/public/assets/zurich_logo.svg @@ -0,0 +1,9 @@ + + images (1) + + + + + + \ No newline at end of file diff --git a/frontend/public/data/sponsorInfos.ts b/frontend/public/data/sponsorInfos.ts index 25f1a73..f64eade 100644 --- a/frontend/public/data/sponsorInfos.ts +++ b/frontend/public/data/sponsorInfos.ts @@ -52,6 +52,12 @@ export const goldLinks: sponsorInfo[] = [ svg: '/assets/safetyculture_logo.svg', alt: 'SafetyCulture logo', description: "Get to the root cause of workplace trends with total visibility across your organization. Use data from completed inspections, reported incidents, sensors, and asset history to keep workers safe, and prevent things from happening in the first place" + }, + { + href: 'https://www.zurich.com.au/', + svg: '/assets/zurich_logo.svg', + alt: 'Zurich logo', + description: "Zurich is one of the world's most experienced insurers whose strategy focuses on providing the right general insurance and life insurance solutions for its clients" } ]; @@ -68,6 +74,12 @@ export const silverLinks: sponsorInfo[] = [ alt: 'FlowTraders logo', description: "Flow Traders is a proprietary trading firm. A market maker, it provides liquidity in the securities market by using high frequency and quantitative trading strategies", }, + { + href: 'https://www.jds.net.au/', + svg: '/assets/jds_logo.svg', + alt: 'jds logo', + description: "JDS Australia delivers specialist services in a set of technologies and capabilities that ensure critical IT systems work", + }, { href: 'https://www.macquarie.com.au/', svg: '/assets/macquarie_logo.svg',