diff --git a/microsite/pages/en/index.js b/microsite/pages/en/index.js
index f595032bd0..37298ae8e2 100644
--- a/microsite/pages/en/index.js
+++ b/microsite/pages/en/index.js
@@ -462,6 +462,19 @@ class Index extends React.Component {
Contribute
+
+
+
+
+ Backstage is a{' '}
+
+ Cloud Native Computing Foundation
+ {' '}
+ sandbox project
+
+
+
+
);
}
diff --git a/microsite/static/css/custom.css b/microsite/static/css/custom.css
index 111065a5d5..00a102ba00 100644
--- a/microsite/static/css/custom.css
+++ b/microsite/static/css/custom.css
@@ -1070,3 +1070,14 @@ code {
margin: auto;
}
}
+
+.cncf-block {
+ text-align: center;
+}
+
+.cncf-logo {
+ background: center no-repeat url(../img/cncf-white.svg);
+ width: 100%;
+ height: 100px;
+ margin-bottom: 40px;
+}
diff --git a/microsite/static/img/cncf-color.svg b/microsite/static/img/cncf-color.svg
new file mode 100644
index 0000000000..12f7d3e48a
--- /dev/null
+++ b/microsite/static/img/cncf-color.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/microsite/static/img/cncf-white.svg b/microsite/static/img/cncf-white.svg
new file mode 100644
index 0000000000..d94aaf3249
--- /dev/null
+++ b/microsite/static/img/cncf-white.svg
@@ -0,0 +1 @@
+
\ No newline at end of file