Merge pull request #14522 from thisisobate/tutorial/new

Feat: add training section to backstage.io
This commit is contained in:
Johan Haals
2022-11-09 11:30:48 +01:00
committed by GitHub
+24 -1
View File
@@ -149,7 +149,7 @@ const Background = props => {
</Block.Container>
</Block>
<Block className="stripe-top bg-black">
<Block className="stripe-bottom bg-black-grey">
<Block.Container wrapped style={{ justifyContent: 'flex-start' }}>
<Block.TextBox wide>
<Block.Subtitle>Community initiatives</Block.Subtitle>
@@ -183,6 +183,29 @@ const Background = props => {
</Block.Container>
</Block>
<Block className="stripe-top stripe-bottom">
<Block.Container style={{ flexFlow: 'column nowrap' }}>
<Block.TextBox wide>
<Block.Subtitle>Trainings and Certifications</Block.Subtitle>
</Block.TextBox>
<Block.TextBox style={{ flexShrink: '1', alignSelf: 'stretch' }}>
<BulletLine />
<Block.SmallTitle small>
Introduction to Backstage: Developer Portals Made Easy (LFS142x)
</Block.SmallTitle>
<Block.Paragraph>
This is a course produced and curated by the Linux Foundation.
This course introduces you to Backstage and how to get started
with the project.
</Block.Paragraph>
<Block.LinkButton href="https://training.linuxfoundation.org/training/introduction-to-backstage-developer-portals-made-easy-lfs142x/">
Learn more
</Block.LinkButton>
</Block.TextBox>
</Block.Container>
</Block>
<Block className="stripe-top bg-black-grey">
<Block.Container wrapped style={{ justifyContent: 'flex-start' }}>
<Block.TextBox wide>