Skip to content

Commit

Permalink
chore: sponsors update for landing page (asyncapi#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jun 12, 2024
1 parent ce6d465 commit c1500a4
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 10 deletions.
7 changes: 7 additions & 0 deletions components/sponsors/GoldSponsorsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ export const goldSponsors: SponsorType[] = [
imageSrc: '/img/sponsors/postman.png',
altText: 'Postman',
imageClass: 'inline-block px-4 sm:h-18'
},
{
name: 'IBM',
website: 'https://www.ibm.com',
imageSrc: '/img/sponsors/ibm.png',
altText: 'IBM',
imageClass: 'inline-block px-4 sm:h-14'
}
];
7 changes: 7 additions & 0 deletions components/sponsors/SilverSponsorsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,12 @@ export const Silversponsors: SponsorType[] = [
altText: 'Aklivity',
imageSrc: '/img/sponsors/aklivity_logo.png',
imageClass: 'inline-block sm:h-9'
},
{
name: 'SmartBear',
website: 'https://smartbear.com',
altText: 'SmartBear',
imageSrc: '/img/sponsors/smartbear_logo.png',
imageClass: 'inline-block sm:h-9'
}
];
14 changes: 7 additions & 7 deletions components/sponsors/SponsorsList.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import type { SponsorType } from '@/types/components/sponsors/SponsorType';

export const sponsors: SponsorType[] = [
{
name: 'IBM',
website: 'https://www.ibm.com',
imageSrc: '/img/sponsors/ibm.png',
altText: 'IBM',
imageClass: 'inline-block px-4 sm:h-14'
},
{
name: 'Solace',
website: 'https://www.solace.com',
imageSrc: '/img/sponsors/solace.png',
altText: 'Solace',
imageClass: 'inline-block px-4 sm:h-12'
},
{
name: 'Gravitee.io',
website: 'https://www.gravitee.io',
imageSrc: '/img/sponsors/gravitee.io_logo.jpg',
altText: 'Gravitee.io',
imageClass: 'inline-block px-4 sm:h-14'
}
];
6 changes: 3 additions & 3 deletions markdown/blog/2024-may-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ May has been a fantastic month for our community. We are delighted to announce t


<a href='https://gravitee.io/' target='_blank'>
<img src='/img/sponsors/gravitee.io_logo.jpg' alt='gravitee' width='500px' />
<img src='/img/sponsors/gravitee.io_logo.jpg' alt='Gravitee.io' width='500px' />
</a>

Furthermore, we are thrilled to welcome [SmartBear](http://www.smartbear.com/) as our Silver sponsor.
Furthermore, we are thrilled to welcome [SmartBear](http://www.smartbear.com/) as our Silver sponsor; thanks to [Frank Kilcommins](https://www.linkedin.com/in/frank-kilcommins/) for making this happen.

<a href='http://www.smartbear.com/' target='_blank'>
<img src='/img/sponsors/sb_logo.jpg' alt='smartbear' width='500px' />
<img src='/img/sponsors/smartbear_logo.png' alt='SmartBear' width='500px' />
</a>

We cannot thank our sponsors enough for their unwavering support. Your contributions are truly invaluable.
Expand Down
3 changes: 3 additions & 0 deletions pages/newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import Head from '@/components/Head';
import Container from '@/components/layout/Container';
import NewsletterSubscribe from '@/components/NewsletterSubscribe';

/**
* @description component that is used on landing page to embed newsletter and subscription option.
*/
export default function NewsletterIndexPage() {
return (
<div>
Expand Down
Binary file modified public/img/sponsors/gravitee.io_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/sponsors/sb_logo.jpg
Binary file not shown.
Binary file added public/img/sponsors/smartbear_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1500a4

Please sign in to comment.