Skip to content

Commit 57909b5

Browse files
committed
Additional sponsors
1 parent 714be6a commit 57909b5

File tree

4 files changed

+24
-17
lines changed

4 files changed

+24
-17
lines changed

config/sponsors.ts

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ const goldSponsors: Sponsor[] = [
4949
type: SponsorType.Gold,
5050
url: 'https://www.twilio.com/',
5151
},
52+
{
53+
id: '2026-fabirc',
54+
imageUrl: '/static/images/sponsors/2026-fabric.png',
55+
name: 'Fabric Group',
56+
type: SponsorType.Gold,
57+
url: 'https://www.fabricgroup.com.au/',
58+
},
5259
]
5360

5461
const silverSponsors: Sponsor[] = [
@@ -62,14 +69,14 @@ const silverSponsors: Sponsor[] = [
6269
]
6370

6471
const coffeeCartSponsors: Sponsor[] = [
65-
// {
66-
// id: '2026-drawboard',
67-
// imageUrl: '/static/images/sponsors/2025-drawboard.png',
68-
// name: 'Drawboard',
69-
// type: SponsorType.CoffeeCart,
70-
// url: 'https://www.drawboard.com/',
71-
// logoSize: '60',
72-
// },
72+
{
73+
id: '2026-drawboard',
74+
imageUrl: '/static/images/sponsors/2025-drawboard.png',
75+
name: 'Drawboard',
76+
type: SponsorType.CoffeeCart,
77+
url: 'https://www.drawboard.com/',
78+
logoSize: '60',
79+
},
7380
{
7481
id: '2026-rea',
7582
imageUrl: '/static/images/sponsors/2026-rea.png',
@@ -99,15 +106,15 @@ const serviceSponsors: Sponsor[] = [
99106
url: 'https://www.kaleida.team/',
100107
logoSize: '40',
101108
},
102-
// {
103-
// id: '2026-nonzerosum',
104-
// imageUrl: '/static/images/sponsors/2026-nonzerosum.png',
105-
// name: 'Non Zero Sum',
106-
// type: SponsorType.Service,
107-
// serviceProvided: 'Childcare',
108-
// url: 'https://nonzerosum.au/',
109-
// logoSize: '40',
110-
// },
109+
{
110+
id: '2026-nonzerosum',
111+
imageUrl: '/static/images/sponsors/2026-non-zero-sum.png',
112+
name: 'Non Zero Sum',
113+
type: SponsorType.Service,
114+
serviceProvided: 'Childcare',
115+
url: 'https://nonzerosum.au/',
116+
logoSize: '40',
117+
},
111118
]
112119

113120
const communityPartners: Sponsor[] = []
31.8 KB
Loading
17.3 KB
Loading
16.8 KB
Loading

0 commit comments

Comments
 (0)