Signed-off-by: Suzanne Daniels <suzanned@spotify.com>
This commit is contained in:
Suzanne Daniels
2022-03-18 16:48:09 +01:00
parent 31e99139b1
commit 087e10f889
2 changed files with 15 additions and 17 deletions
+2 -4
View File
@@ -120,9 +120,7 @@ const Background = props => {
their efforts! We'll put them in the spotlight ❤️.
<br />
</Block.Paragraph>
<Block.LinkButton href="nominate ">
Nominate now
</Block.LinkButton>
<Block.LinkButton href="nominate ">Nominate now</Block.LinkButton>
</Block.TextBox>
<Block.TextBox>
<Block.Title>Open Mic Meetup</Block.Title>
@@ -148,7 +146,7 @@ const Background = props => {
</Block.TextBox>
</Block.Container>
</Block>
<Block small className="bg-black-grey">
<Block.Container style={{ justifyContent: 'flex-start' }}>
<Block.Graphic
+13 -13
View File
@@ -14,29 +14,29 @@ const Background = props => {
const { baseUrl } = siteConfig;
return (
<main className="MainContent">
<Block small className="stripe-bottom bg-black-grey">
<Block.Container style={{ justifyContent: 'flex-start' }}>
<Block.Title>Contributor Spotlight nomination</Block.Title>
<Block.TextBox>
<Block.Paragraph>
</Block.Paragraph>
</Block.TextBox>
<Block.Paragraph></Block.Paragraph>
</Block.TextBox>
</Block.Container>
</Block>
<Block className="stripe bg-black">
<Block className="stripe bg-black">
<Block.Container style={{ justifyContent: 'flex-start' }}>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdiZ28O7vwHo6NrwirEzGSbuVyBANSv7ItHqRlgVvSz3Z5xqQ/viewform?embedded=true" width="800" height="1262" frameborder="0" marginheight="0" marginwidth="0">Loading</iframe>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSdiZ28O7vwHo6NrwirEzGSbuVyBANSv7ItHqRlgVvSz3Z5xqQ/viewform?embedded=true"
width="800"
height="1262"
frameborder="0"
marginheight="0"
marginwidth="0"
>
Loading
</iframe>
</Block.Container>
</Block>
</main>
);
};