From f91cc10987579f127efcae0afac0afdd0a9d7ba6 Mon Sep 17 00:00:00 2001 From: Ray <22254748+rayokamoto@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:30:21 +1030 Subject: [PATCH] chore: Update sponsors --- public/images/sponsors/adelaide.svg | 73 ++++++++++++++++++++++++++++ public/images/sponsors/macquarie.svg | 16 ++---- src/data/sponsors.ts | 16 ++++++ 3 files changed, 92 insertions(+), 13 deletions(-) create mode 100644 public/images/sponsors/adelaide.svg diff --git a/public/images/sponsors/adelaide.svg b/public/images/sponsors/adelaide.svg new file mode 100644 index 00000000..312dd031 --- /dev/null +++ b/public/images/sponsors/adelaide.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/sponsors/macquarie.svg b/public/images/sponsors/macquarie.svg index 7d73b788..e08deea8 100644 --- a/public/images/sponsors/macquarie.svg +++ b/public/images/sponsors/macquarie.svg @@ -1,14 +1,4 @@ - - - - - - - - - - - - - + diff --git a/src/data/sponsors.ts b/src/data/sponsors.ts index 8210fb31..5c8b7d03 100644 --- a/src/data/sponsors.ts +++ b/src/data/sponsors.ts @@ -31,6 +31,22 @@ const SPONSORS: Sponsor[] = [ description: "Jane Street is a proprietary trading firm that operates around the clock and around the globe. We bring a deep understanding of markets, a scientific approach, and innovative technology to bear on the problem of trading profitably in the world's highly competitive financial markets. Founded in 2000, we have offices in New York, London, Hong Kong, and Amsterdam. The environment is open, informal, intellectual and fun. You can wear a t-shirt and jeans to the office every day, the kitchen is stocked, and discussions are always lively. Teaching and learning are central activities through classes, mentoring and discussion.", }, + { + name: 'Macquarie', + image: 'macquarie.svg', + website: 'https://www.macquarie.com/', + type: 'silver', + description: + 'At Macquarie, we’re connecting people and data, building platforms and applications, and designing tomorrow’s technology solutions. We have market leading expertise, so where could a career in Technology at Macquarie take you? Join our leaders and graduates to gain first-hand insights into a career in Technology.', + }, + { + name: 'The University of Adelaide School of Computer and Mathematical Sciences', + image: 'adelaide.svg', + website: 'https://set.adelaide.edu.au/computer-and-mathematical-sciences/', + type: 'bronze', + description: + 'The School of Computer and Mathematical Sciences is home to world-class expertise working to solve some of the most challenging societal problems in pioneering ways. We produce globally significant research and offer best-in-class teaching in our state-of-the-art facilities. We drive industry innovations through collaborations with government and private enterprise.', + }, { name: 'VivCourt', image: 'vivcourt.svg',