Merge pull request #10555 from suuus/community-2

Updating meetups on on-demand page and Community page improvements
This commit is contained in:
Ben Lambert
2022-03-31 19:55:14 +02:00
committed by GitHub
6 changed files with 50 additions and 51 deletions
+9
View File
@@ -0,0 +1,9 @@
---
title: Adopter Community Sessions
date: March 16, 2022
category: Meetup
description: In this community session, we celebrate Backstages 2nd birthday and a few other milestones that Backstage reached in March! The amazing Suzanne Daniels also put together a panel from some of our community members to discuss all things developer experience!
youtubeUrl: https://youtu.be/2s98-sxJT1c
youtubeImgUrl: https://i1.ytimg.com/vi/2s98-sxJT1c/mqdefault.jpg
rsvpUrl: https://calendar.google.com/calendar/embed?src=c_qup9gbhn9sqpuao6trttd8mk5s@group.calendar.google.com
eventUrl: https://github.com/backstage/community/issues
+9
View File
@@ -0,0 +1,9 @@
---
title: Contributor Community Sessions
date: March 23, 2022
category: Meetup
description: In this Community Session, we review the recent milestones our Backstage community hit, chat with Djamaile Rahamat, our contributor spotlight, and watch three demos ranging from new plugins to test environments.
youtubeUrl: https://youtu.be/BAzxljI765U
youtubeImgUrl: https://i1.ytimg.com/vi/BAzxljI765U/mqdefault.jpg
rsvpUrl: https://calendar.google.com/calendar/embed?src=c_qup9gbhn9sqpuao6trttd8mk5s@group.calendar.google.com
eventUrl: https://github.com/backstage/community/issues
-9
View File
@@ -1,9 +0,0 @@
---
title: Contributor Community Sessions
date: March 23, 2022
category: Upcoming
description: Join the maintainers and contributors for the Contributor Community Sessions
youtubeUrl: https://youtu.be/evf_LV0KzIk
youtubeImgUrl: https://backstage.io/img/b-sessions.png
rsvpUrl: https://calendar.google.com/calendar/embed?src=c_qup9gbhn9sqpuao6trttd8mk5s@group.calendar.google.com
eventUrl: https://github.com/backstage/community/issues
+1 -1
View File
@@ -6,4 +6,4 @@ description: Adopters Community Session ✨. It's the monthly meetup where we al
youtubeUrl: https://youtu.be/mFi_X58igzk
youtubeImgUrl: https://backstage.io/img/b-sessions.png
rsvpUrl: https://calendar.google.com/calendar/embed?src=c_qup9gbhn9sqpuao6trttd8mk5s@group.calendar.google.com
eventUrl: https://github.com/backstage/community/issues
eventUrl: https://github.com/backstage/community/issues/44
+1 -1
View File
@@ -6,4 +6,4 @@ description: Join the maintainers and contributors for the Contributor Community
youtubeUrl: https://youtu.be/evf_LV0KzIk
youtubeImgUrl: https://backstage.io/img/b-sessions.png
rsvpUrl: https://calendar.google.com/calendar/embed?src=c_qup9gbhn9sqpuao6trttd8mk5s@group.calendar.google.com
eventUrl: https://github.com/backstage/community/issues
eventUrl: https://github.com/backstage/community/issues/44
+30 -40
View File
@@ -16,7 +16,9 @@ const Background = props => {
<main className="MainContent">
<Block small className="stripe-bottom bg-black-grey">
<Block.Container style={{ justifyContent: 'flex-start' }}>
<Block.Title>Backstage Community</Block.Title>
<Block.TextBox>
<Block.Title>Backstage Community</Block.Title>
</Block.TextBox>
<Block.TextBox>
<Block.Paragraph>
What's the use of having fun if you can't share it? Exactly. Join
@@ -55,34 +57,37 @@ const Background = props => {
<Block small className="stripe bg-black">
<Block.Container style={{ justifyContent: 'flex-start' }}>
<Block.Title>Community Sessions</Block.Title>
<Block.TextBox>
<Block.Title>Backstage Community Sessions</Block.Title>
<Block.Paragraph>
<b>Adopters Community Sessions</b>
<br />
Backstage Community Sessions is the monthly meetup where we all
come together to listen to the latest maintainer updates, learn
from each other about adopting, share exciting new demos or
discuss any relevant topic like developer effectiveness, developer
experience, developer portals, etc.
</Block.Paragraph>
<Block.Paragraph>
<b>Contributor Community Sessions</b>
<br />
Discuss all things contributing, diving deep under the hood of
Backstage (Backstage of Backstage? Backerstage?). An open
discussion with maintainers and contributors of Backstage.
Missed a meetup? Wondering when the next one is coming up? We've
got you covered! Check out our all-new Meetups page.
</Block.Paragraph>
<Block.LinkButton href="/on-demand">Meetups</Block.LinkButton>
</Block.TextBox>
<Block.TextBox>
<Block.Graphic
x={60}
y={12}
width={30}
src={`${baseUrl}img/b-sessions.png`}
/>
<Block.Title>Adopter Community Sessions</Block.Title>
<Block.Paragraph>
Backstage Community Sessions is the monthly meetup where we all
come together to listen to the latest maintainer updates, learn
from each other about adopting, share exciting new demos or
discuss any relevant topic like developer effectiveness, developer
experience, developer portals, etc. Have something to share, or a
burning question? Add it to the{' '}
<a href="https://github.com/backstage/community/issues">issue</a>.
</Block.Paragraph>
</Block.TextBox>
<Block.TextBox>
<Block.Title>Contributor Community Sessions</Block.Title>
<Block.Paragraph>
Discuss all things contributing, diving deep under the hood of
Backstage (Backstage of Backstage? Backerstage?). An open
discussion with maintainers and contributors of Backstage. If you
like Backstage, this is your favorite Zoom meeting of the month,
guaranteed! Have something to share, or a burning question? Add it
to the{' '}
<a href="https://github.com/backstage/community/issues">issue</a>.
</Block.Paragraph>
</Block.TextBox>
</Block.Container>
</Block>
@@ -91,6 +96,8 @@ const Background = props => {
<Block.Container style={{ justifyContent: 'flex-start' }}>
<Block.TextBox>
<Block.Title>Backstage official Newsletter</Block.Title>
</Block.TextBox>
<Block.TextBox>
<Block.Paragraph>
The official monthly Backstage newsletter. Containing the latest
news from your favorite project.
@@ -99,12 +106,6 @@ const Background = props => {
Subscribe
</Block.LinkButton>
</Block.TextBox>
<Block.Graphic
x={45}
y={12}
width={30}
src={`${baseUrl}img/news-fpo.png`}
/>
</Block.Container>
</Block>
@@ -145,17 +146,6 @@ const Background = props => {
</Block.TextBox>
</Block.Container>
</Block>
<Block small className="bg-black-grey">
<Block.Container style={{ justifyContent: 'flex-start' }}>
<Block.Graphic
x={41}
y={12}
width={40}
src={`${baseUrl}img/roadie-newsletter.png`}
/>
</Block.Container>
</Block>
</main>
);
};