Skip to content

Commit 974ad0e

Browse files
Merge pull request #2183 from AnujAga2005/feat/add-bronze-sponsors
feat: Add new Bronze sponsors (Spin the Wheel, Time Now, Litslink)
2 parents 845e954 + d65dc6a commit 974ad0e

File tree

6 files changed

+2407
-0
lines changed

6 files changed

+2407
-0
lines changed

pages/index.page.tsx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ const Home = (props: any) => {
124124
devevents: '/img/logos/dark-mode/dev_events_logo.png',
125125
nix: '/img/logos/sponsors/n-ix-logo.png',
126126
oracle: '/img/logos/sponsors/Oracle.png',
127+
litslink: '/img/logos/sponsors/litslink_dark.svg',
128+
spinthewheel: '/img/logos/sponsors/spinthewheel.svg',
129+
timenow: '/img/logos/sponsors/time_now_dark.svg',
127130
},
128131
lightLogos: {
129132
asyncapi: '/img/logos/sponsors/asyncapi-logo-dark.svg',
@@ -149,6 +152,9 @@ const Home = (props: any) => {
149152
devevents: '/img/logos/dark-mode/dev_events_logo.png',
150153
nix: '/img/logos/sponsors/n-ix-logo.png',
151154
oracle: '/img/logos/sponsors/Oracle.png',
155+
spinthewheel: '/img/logos/sponsors/spinthewheel.svg',
156+
litslink: '/img/logos/sponsors/litslink_white.svg',
157+
timenow: '/img/logos/sponsors/time_now_white.svg',
152158
},
153159
};
154160

@@ -924,6 +930,31 @@ for Accounting integrations'
924930
alt='Oracle logo'
925931
/>
926932
</a>
933+
<a
934+
href='https://spinthewheel.io/'
935+
target='_blank'
936+
rel='noreferrer'
937+
>
938+
<img
939+
src={logos.spinthewheel}
940+
className='w-44 transition-transform duration-300 hover:scale-105'
941+
alt='Spin the wheel logo'
942+
/>
943+
</a>
944+
<a href='https://litslink.com/' target='_blank' rel='noreferrer'>
945+
<img
946+
src={logos.litslink}
947+
className='w-44 transition-transform duration-300 hover:scale-105'
948+
alt='Litslink logo'
949+
/>
950+
</a>
951+
<a href='https://time.now/' target='_blank' rel='noreferrer'>
952+
<img
953+
src={logos.timenow}
954+
className='w-24 transition-transform duration-300 hover:scale-105'
955+
alt='Time Now logo'
956+
/>
957+
</a>
927958
<a
928959
href='https://opencollective.com/json-schema/contribute/sponsor-10816/checkout?interval=month&amount=100&name=&legalName=&email='
929960
target='_blank'
Lines changed: 42 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)