Merge pull request #28669 from fengypants/microsite-cba

Adding CBA info to the microsite's Community page
This commit is contained in:
Ben Lambert
2025-02-04 11:30:44 +01:00
committed by GitHub
3 changed files with 15 additions and 9 deletions
@@ -10,7 +10,7 @@
}
p {
text-align: justify;
text-align: left;
}
}
+13 -7
View File
@@ -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{' '}
<Link to="https://github.com/cncf/foundation/blob/master/code-of-conduct.md">
{' '}
CNCF Code of Conduct{' '}
</Link>
CNCF Code of Conduct
</Link>{' '}
in everything we do.
</ContentBlock>
@@ -159,7 +165,7 @@ const Community = () => {
<BannerSectionGrid
header={
<>
<h2 className="text--primary">Offical Backstage initiatives</h2>
<h2 className="text--primary">Offical Backstage Initiatives</h2>
<h1>Stay tuned to the latest developments</h1>
</>
+1 -1
View File
@@ -13,7 +13,7 @@
.banner {
p {
flex: 1;
text-align: justify;
text-align: left;
}
iframe {