Skip to content

Commit 858c27c

Browse files
authored
[I2-11] Update sponsor modal (#49)
* add tradedesk logo * update sponsor info added names and updated to reflect 2025 sponsors * Revamped sponsor modal now less flat and a bit more appealing with some small animations you can now also exit the modal using esc and an extra x button * small changes to sponsors to make diamond sponsors bigger * update packages * update to include finma
1 parent e20b854 commit 858c27c

File tree

6 files changed

+222
-102
lines changed

6 files changed

+222
-102
lines changed

frontend/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/public/assets/finma_logo.png

4.25 KB
Loading
Lines changed: 33 additions & 0 deletions
Loading

frontend/public/data/sponsorInfos.ts

Lines changed: 84 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export type sponsorInfo = {
2+
name: string;
23
href: string;
34
svg: string;
45
alt: string;
@@ -7,13 +8,23 @@ export type sponsorInfo = {
78

89
export const diamondLinks: sponsorInfo[] = [
910
{
11+
name: 'Atlassian',
12+
href: 'https://www.atlassian.com/',
13+
svg: '/assets/atlassian_logo.svg',
14+
alt: 'Atlassian logo',
15+
description:
16+
'Atlassian Corporation is an Australian-American software company that develops products for software developers, and project managers among other groups.'
17+
},
18+
{
19+
name: 'Jane Street',
1020
href: 'https://www.janestreet.com/',
1121
svg: '/assets/janestreet_logo.svg',
1222
alt: 'Jane Street logo',
1323
description:
1424
'Jane Street is a research-driven trading firm where curious people work together on deep problems.'
1525
},
1626
{
27+
name: 'Tiktok',
1728
href: 'https://careers.tiktok.com/',
1829
svg: '/assets/tiktok_logo.svg',
1930
alt: 'Tiktok logo',
@@ -23,131 +34,134 @@ export const diamondLinks: sponsorInfo[] = [
2334
];
2435

2536
export const goldLinks: sponsorInfo[] = [
26-
{
27-
href: 'https://www.atlassian.com/',
28-
svg: '/assets/atlassian_logo.svg',
29-
alt: 'Atlassian logo',
30-
description:
31-
'Atlassian Corporation is an Australian-American software company that develops products for software developers, and project managers among other groups.'
32-
},
33-
{
34-
href: 'https://www.citadel.com/',
35-
svg: '/assets/citadel_logo.svg',
36-
alt: 'Citadel logo',
37-
description:
38-
"We are an alternative investment manager working on behalf of the world's preeminent institutions. Discover our work, teams, careers and more."
39-
},
40-
{
37+
// {
38+
// name: 'Citadel',
39+
// href: 'https://www.citadel.com/',
40+
// svg: '/assets/citadel_logo.svg',
41+
// alt: 'Citadel logo',
42+
// description:
43+
// "We are an alternative investment manager working on behalf of the world's preeminent institutions. Discover our work, teams, careers and more."
44+
// },
45+
{
46+
name: 'IMC',
4147
href: 'https://www.imc.com/ap/',
4248
svg: '/assets/imc_logo.svg',
4349
alt: 'IMC logo',
4450
description:
4551
'For three decades IMC has provided liquidity to the financial markets globally. Specialised in algorithmic trading and advanced technology, we set the pace for the evolution of market making.'
4652
},
4753
{
54+
name: 'Zurich',
55+
href: 'https://www.zurich.com.au/',
56+
svg: '/assets/zurich_logo.svg',
57+
alt: 'Zurich logo',
58+
description:
59+
"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."
60+
},
61+
{
62+
name: 'Neara',
4863
href: 'https://neara.com/',
4964
svg: '/assets/neara_logo.svg',
5065
alt: 'Neara logo',
5166
description:
5267
'Neara electric utility software is a physics-enabled platform that builds 3D interactive models of critical infrastructure networks and assets.'
5368
},
5469
{
70+
name: 'TheTradeDesk',
71+
href: 'https://www.thetradedesk.com/',
72+
svg: '/assets/the_trade_desk_logo.svg',
73+
alt: 'TheTradeDesk logo',
74+
description:
75+
'The Trade Desk is a global advertising technology company that empowers buyers with a platform to purchase digital advertising across various channels.'
76+
},
77+
{
78+
name: 'SafetyCulture',
5579
href: 'https://safetyculture.com/',
5680
svg: '/assets/safetyculture_logo.svg',
5781
alt: 'SafetyCulture logo',
5882
description:
5983
'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.'
6084
},
61-
{
62-
href: 'https://www.zurich.com.au/',
63-
svg: '/assets/zurich_logo.svg',
64-
alt: 'Zurich logo',
65-
description:
66-
"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."
67-
}
6885
];
6986

7087
export const silverLinks: sponsorInfo[] = [
7188
{
72-
href: 'https://appian.com/',
73-
svg: '/assets/appian_logo.svg',
74-
alt: 'Appian logo',
89+
name: 'Quantium',
90+
href: 'https://quantium.com/',
91+
svg: '/assets/quantium_logo.svg',
92+
alt: 'Quantium logo',
7593
description:
76-
'Appian Corporation is an American cloud computing and enterprise software company headquartered in McLean, Virginia, part of the Dulles Technology Corridor. The company sells a platform as a service for building enterprise software applications.'
94+
"We combine the best of human and artificial intelligence to power possibilities for individuals, organisations and society. Through the application of world leading, advanced analytics solutions, we help our clients solve their most complex problems."
7795
},
7896
{
79-
href: 'https://www.flowtraders.com/',
80-
svg: '/assets/flowtraders_logo.svg',
81-
alt: 'FlowTraders logo',
97+
name: 'Optiver',
98+
href: 'https://optiver.com/',
99+
svg: '/assets/optiver_logo.svg',
100+
alt: 'Optiver logo',
82101
description:
83-
'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.'
84-
},
85-
{
86-
href: 'https://www.jds.net.au/',
87-
svg: '/assets/jds_logo.svg',
88-
alt: 'jds logo',
89-
description: "JDS Australia delivers specialist services in a set of technologies and capabilities that ensure critical IT systems work.",
102+
'Optiver is a global market maker. As one of the oldest market making firms in the world, Optiver has been improving financial markets since 1986.'
90103
},
91104
{
105+
name: 'Macquarie',
92106
href: 'https://www.macquarie.com.au/',
93107
svg: '/assets/macquarie_logo.svg',
94108
alt: 'Macquarie logo',
95109
description:
96110
'Macquarie Bank offers transaction accounts, home loans, credit cards, online banking, business banking and more.'
97111
},
98112
{
99-
href: 'https://optiver.com/',
100-
svg: '/assets/optiver_logo.svg',
101-
alt: 'Optiver logo',
102-
description:
103-
'Optiver is a global market maker. As one of the oldest market making firms in the world, Optiver has been improving financial markets since 1986.'
104-
},
105-
{
106-
href: 'https://quantium.com/',
107-
svg: '/assets/quantium_logo.svg',
108-
alt: 'Quantium logo',
113+
name: 'Sig Susquehanna',
114+
href: 'https://sig.com/',
115+
svg: '/assets/susquehanna_logo.svg',
116+
alt: 'Susquehanna logo',
109117
description:
110-
"We combine the best of human and artificial intelligence to power possibilities for individuals, organisations and society. Through the application of world leading, advanced analytics solutions, we help our clients solve their most complex problems."
118+
'Discover Susquehanna, a global quantitative trading firm built on a rigorous, analytical foundation in financial markets.'
111119
},
112120
{
113-
href: 'https://quickli.com.au/',
114-
svg: '/assets/quickli_logo.svg',
115-
alt: 'Quickli logo',
121+
name: 'Freelancer',
122+
href: 'https://www.freelancer.com/',
123+
svg: '/assets/freelancer_logo.svg',
124+
alt: 'Freelancer logo',
116125
description:
117-
'Bringing 30+ lender calcs into one, easy-to-use interface delivering accurate results and relevant policy insights for even the most complex scenarios.'
126+
'Freelancer is a global crowdsourcing marketplace connecting employers and freelancers to collaborate on a wide range of projects.'
118127
},
119128
{
120-
href: 'https://www.revolutionise.com.au/',
121-
svg: '/assets/revsport_logo.svg',
122-
alt: 'revolutioniseSport logo',
129+
name: 'FlowTraders',
130+
href: 'https://www.flowtraders.com/',
131+
svg: '/assets/flowtraders_logo.svg',
132+
alt: 'FlowTraders logo',
123133
description:
124-
'revolutioniseSPORT is an online management platform for sports of all shapes and sizes.'
125-
},
126-
{
127-
href: 'https://www.recordpoint.com/',
128-
svg: '/assets/recordpoint_logo.svg',
129-
alt: 'RecordPoint logo',
130-
description: 'Manage all your data and records in one central place – without moving them.'
134+
'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.'
131135
},
136+
// {
137+
// href: 'https://quickli.com.au/',
138+
// svg: '/assets/quickli_logo.svg',
139+
// alt: 'Quickli logo',
140+
// description:
141+
// 'Bringing 30+ lender calcs into one, easy-to-use interface delivering accurate results and relevant policy insights for even the most complex scenarios.'
142+
// },
132143
{
133-
href: 'https://sig.com/',
134-
svg: '/assets/susquehanna_logo.svg',
135-
alt: 'Susquehanna logo',
144+
name: 'Finma',
145+
href: 'https://www.finma.au/',
146+
svg: '/assets/finma_logo.png',
147+
alt: 'Finma logo',
136148
description:
137-
'Discover Susquehanna, a global quantitative trading firm built on a rigorous, analytical foundation in financial markets.'
149+
'Finma is an Australian fintech company that provides digital solutions for financial planning, helping users better manage their money and achieve long-term financial goals.'
138150
},
139151
{
152+
name: 'Zip',
140153
href: 'https://zip.co/au',
141154
svg: '/assets/zip_logo.svg',
142155
alt: 'Zip logo',
143156
description:
144157
"Zip Co Limited is a global 'buy now pay later' financial technology company with operations in Australia, New Zealand and the USA."
145158
},
146159
{
147-
href: 'https://www.canva.com/en_au/',
148-
svg: '/assets/canva_logo.svg',
149-
alt: 'Canva logo',
160+
name: 'revolutioniseSport',
161+
href: 'https://www.revolutionise.com.au/',
162+
svg: '/assets/revsport_logo.svg',
163+
alt: 'revolutioniseSport logo',
150164
description:
151-
'Canva is a free-to-use online graphic design tool. Use it to create social media posts, presentations, posters, videos, logos and more.'
152-
}
165+
'revolutioniseSPORT is an online management platform for sports of all shapes and sizes.'
166+
},
153167
];

0 commit comments

Comments
 (0)