diff --git a/microsite/src/pages/community/community.module.scss b/microsite/src/pages/community/community.module.scss
index 3f829b0100..14ff66db37 100644
--- a/microsite/src/pages/community/community.module.scss
+++ b/microsite/src/pages/community/community.module.scss
@@ -10,7 +10,7 @@
}
p {
- text-align: justify;
+ text-align: left;
}
}
diff --git a/microsite/src/pages/community/index.tsx b/microsite/src/pages/community/index.tsx
index 171a5efcdf..1e31edeedc 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,10 @@ 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 +165,7 @@ const Community = () => {
- Offical Backstage initiatives
+ Offical Backstage Initiatives
Stay tuned to the latest developments
>
diff --git a/microsite/src/pages/demos/demos.module.scss b/microsite/src/pages/demos/demos.module.scss
index b99874297e..c8caedbeac 100644
--- a/microsite/src/pages/demos/demos.module.scss
+++ b/microsite/src/pages/demos/demos.module.scss
@@ -13,7 +13,7 @@
.banner {
p {
flex: 1;
- text-align: justify;
+ text-align: left;
}
iframe {