[microsite] Add CNCF logo (#2511)

This commit is contained in:
Stefan Ålund
2020-09-18 11:24:51 +02:00
committed by GitHub
parent bc48f67508
commit 6341af5b31
4 changed files with 26 additions and 0 deletions
+13
View File
@@ -462,6 +462,19 @@ class Index extends React.Component {
Contribute
</ActionBlock.Link>
</ActionBlock>
<Block small className="bg-black-grey cncf-block">
<Block.Container center>
<Block.SmallTitle small>
Backstage is a{' '}
<a href="https://www.cncf.io">
Cloud Native Computing Foundation
</a>{' '}
sandbox project
</Block.SmallTitle>
<div className="cncf-logo" />
</Block.Container>
</Block>
</main>
);
}