diff --git a/microsite/pages/en/community.js b/microsite/pages/en/community.js
index 3d32226c60..15db10e420 100644
--- a/microsite/pages/en/community.js
+++ b/microsite/pages/en/community.js
@@ -8,8 +8,6 @@
const React = require('react');
const Components = require(`${process.cwd()}/core/Components.js`);
const Block = Components.Block;
-const Breakpoint = Components.Breakpoint;
-const ActionBlock = Components.ActionBlock;
const BulletLine = Components.BulletLine;
const PARTNERS = [{
@@ -41,7 +39,7 @@ const Background = props => {
Backstage Community
Join
- the vibrant community around the Backstage project through social media and different meetups. To ensure you have a welcoming environment, we follow {' '}
+ the vibrant community around Backstage through social media and different meetups. To ensure you have a welcoming environment, we follow {' '}
{' '}
CNCF Code of Conduct
@@ -49,20 +47,20 @@ const Background = props => {
in everything we do.
-
+
-
- Get started in our community!
+
+ Get started in our community!
-
-
+
Chat and get support on our{' '}
Discord
-
-
+
Get into contributing with the{' '}
Good First Issues
@@ -70,7 +68,7 @@ const Background = props => {
-
-
+
Subscribe to the{' '}
Community newsletter
@@ -78,7 +76,7 @@ const Background = props => {
-
-
+
Join the{' '}
Twitter community
@@ -91,51 +89,47 @@ const Background = props => {
-
-
+
+
Offical Backstage initiatives
Stay tuned to the latest developments
-
-
-
-
-
-
-
-
- Community sessions
-
-
- Maintainers and adopters meet monthly to share updates,
- demos, and ideas. Yep, all sessions are recorded!
-
- Join a session
-
-
-
-
- Newsletter
-
-
- The official monthly Backstage newsletter. Don't miss
- the latest news from your favorite project!
-
- Subscribe
-
-
-
-
- Contributor Spotlight
-
-
- A recognition for valuable community work. Nominate contributing members for
- their efforts! We'll put them in the spotlight ❤️
-
- Nominate now
-
-
+
+
+
+
+ Community sessions
+
+
+ Maintainers and adopters meet monthly to share updates,
+ demos, and ideas. Yep, all sessions are recorded!
+
+ Join a session
+
+
+
+
+ Newsletter
+
+
+ The official monthly Backstage newsletter. Don't miss
+ the latest news from your favorite project!
+
+ Subscribe
+
+
+
+
+ Contributor Spotlight
+
+
+ A recognition for valuable community work. Nominate contributing members for
+ their efforts! We'll put them in the spotlight ❤️
+
+ Nominate now
+
+
@@ -186,45 +180,6 @@ const Background = props => {
))}
-
-
- {/*
-
-
- Spotlight
-
- A recognition for valuable community work, the{' '}
- Contributor Spotlight. Nominate contributing members for
- their efforts! We'll put them in the spotlight ❤️.
-
-
- Nominate now
-
-
- Open Mic Meetup
-
- A monthly casual get together of Backstage users sharing their
- experiences and helping each other. Hosted by{' '}
- Roadie.io and{' '}
- Frontside Software.
-
-
-
- Learn more
-
-
-
- Backstage Weekly
-
- A weekly newsletter with news, updates and things community from
- your friends at Roadie.io.
-
-
- Learn more
-
-
-
- */}
);
};