-
-
Notifications
You must be signed in to change notification settings - Fork 326
add sponsors logo #1878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add sponsors logo #1878
Changes from 2 commits
fd7dee6
1a1a0aa
3719337
ccab86f
1c66d36
0c12cd3
c40a477
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -111,6 +111,9 @@ const Home = (props: any) => { | |
| const [rxdb_logo, setRxdb_logo] = useState(''); | ||
| const [wda_logo, setWDA_logo] = useState(''); | ||
| const [anon_logo, setAnon_logo] = useState(''); | ||
| const [sourcemeta_logo, setSourcemeta_logo] = useState(''); | ||
| const [dottxt_logo, setDottxt_logo] = useState(''); | ||
| const [devevents_logo, setDevevents_logo] = useState(''); | ||
|
|
||
| useEffect(() => { | ||
| // Ensure the component is only rendered client-side | ||
|
|
@@ -135,6 +138,9 @@ const Home = (props: any) => { | |
| setRxdb_logo('/img/logos/sponsors/rxdb.svg'); | ||
| setWDA_logo('/img/logos/sponsors/wda-dark.svg'); | ||
| setAnon_logo('/img/logos/sponsors/anon-white.png'); | ||
| setSourcemeta_logo('/img/logos/sponsors/sourcemeta-logo-light.svg'); | ||
| setDottxt_logo('/img/logos/sponsors/dottxt-logo-white.svg'); | ||
| setDevevents_logo('/img/logos/dark-mode/dev_events_logo.png'); | ||
| } else { | ||
| setAsyncapi_logo('/img/logos/sponsors/asyncapi-logo-dark.svg'); | ||
| setAirbnb_logo('/img/logos/sponsors/airbnb-logo.png'); | ||
|
|
@@ -153,6 +159,8 @@ const Home = (props: any) => { | |
| setRxdb_logo('/img/logos/sponsors/rxdb.svg'); | ||
| setWDA_logo('/img/logos/sponsors/wda.svg'); | ||
| setAnon_logo('/img/logos/sponsors/anon-black.png'); | ||
| setSourcemeta_logo('/img/logos/sponsors/sourcemeta-logo-dark.svg'); | ||
| setDottxt_logo('/img/logos/sponsors/dottxt-logo-dark.svg'); | ||
| } | ||
| }, [resolvedTheme]); | ||
| return ( | ||
|
|
@@ -875,6 +883,20 @@ for Accounting integrations' | |
| alt='Instagram Story Viewer' | ||
| /> | ||
| </a> | ||
| <a href='https://dottxt.ai/' target='_blank' rel='noreferrer'> | ||
| <img src={dottxt_logo} className=' w-44' alt='dottxt logo' /> | ||
| </a> | ||
| <a | ||
| href='https://www.sourcemeta.com/' | ||
| target='_blank' | ||
| rel='noreferrer' | ||
| > | ||
| <img | ||
| src={sourcemeta_logo} | ||
| className=' w-44' | ||
| alt='dottxt logo' | ||
| /> | ||
| </a> | ||
| <a | ||
| href='https://opencollective.com/json-schema/contribute/sponsor-10816/checkout?interval=month&amount=100&name=&legalName=&email=' | ||
| target='_blank' | ||
|
|
@@ -901,6 +923,37 @@ for Accounting integrations' | |
| </div> | ||
| </section> | ||
|
|
||
| {/* Media Partner for JSON Schema conference */} | ||
| <section className='my-20'> | ||
| <div className='text-center mb-12'> | ||
| <h2 className='text-h3mobile md:text-h3 font-semibold mb-2'> | ||
|
||
| Media Partner | ||
| </h2> | ||
| <p className='px-12 mx-auto md:w-3/4 md:mx-auto'> | ||
|
||
| The JSON Schema Conference is proudly featured on a global | ||
| platform connecting tech communities with over 250k monthly | ||
| visitors, helping speakers, organizers, and attendees discover and | ||
| engage with leading conferences worldwide. | ||
| <br /> | ||
| </p> | ||
| </div> | ||
| <div className='flex flex-col items-center md:flex-row justify-center text-center gap-x-14 gap-y-4'> | ||
|
||
| <a href='https://dev.events/'> | ||
| {isClient && ( | ||
| <> | ||
| <Image | ||
| src={devevents_logo} | ||
| className='w-48 md:w-56' | ||
| width={192} | ||
| height={224} | ||
| alt='dev events' | ||
| /> | ||
| </> | ||
| )} | ||
| </a> | ||
| </div>{' '} | ||
| </section> | ||
|
|
||
| {/* Supported */} | ||
|
|
||
| <section className='my-20'> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Honyii 👋🏻, the new changes look awesome, great work! 🙌🏻
I just had a small suggestion: