diff --git a/microsite/src/pages/community/index.tsx b/microsite/src/pages/community/index.tsx
index 171a5efcdf..0ab29520e7 100644
--- a/microsite/src/pages/community/index.tsx
+++ b/microsite/src/pages/community/index.tsx
@@ -33,14 +33,14 @@ const Community = () => {
},
{
content: 'Subscribe to the',
- label: 'Community newsletter',
+ label: 'Community Newsletter',
link: 'https://info.backstage.spotify.com/newsletter_subscribe',
},
];
const officialInitiatives: ICollectionItem[] = [
{
- title: 'Community sessions',
+ title: 'Community Sessions',
content:
'Maintainers and adopters meet monthly to share updates, demos, and ideas. You can find recorded session on our YouTube channel!',
link: 'https://github.com/backstage/community/tree/main/backstage-community-sessions#backstage-community-sessions',
@@ -63,6 +63,13 @@ const Community = () => {
link: 'https://training.linuxfoundation.org/training/introduction-to-backstage-developer-portals-made-easy-lfs142x/',
label: 'Learn more',
},
+ {
+ title: 'Certified Backstage Associate (CBA)',
+ content:
+ 'Designed for IT engineers, developers, platform engineers, and other IT professionals, the CBA proves you have the skills and the mindset to work with Backstage.',
+ link: 'https://www.cncf.io/training/certification/cba/',
+ label: 'Learn more',
+ },
];
const partners: { name: string; url: string; logo: string }[] = [
@@ -125,11 +132,11 @@ const Community = () => {
>
Join the vibrant community around Backstage through social media
and different meetups. To ensure that you have a welcoming
- environment, we follow the
+ environment, we follow the{' '}
- {' '}
- CNCF Code of Conduct{' '}
+ CNCF Code of Conduct
+ {' '}
in everything we do.
@@ -159,7 +166,7 @@ const Community = () => {
-