mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Add middle banner in progress copy
This commit is contained in:
parent
dfaee503b8
commit
251f7bf59d
1 changed files with 5 additions and 3 deletions
|
@ -9,11 +9,13 @@ require('./middle-banner.scss');
|
||||||
|
|
||||||
const MiddleBanner = () => (
|
const MiddleBanner = () => (
|
||||||
<TitleBanner className="beta-middle-banner">
|
<TitleBanner className="beta-middle-banner">
|
||||||
<FlexRow>
|
<FlexRow className="beta-middle-container column">
|
||||||
|
<h2 className="beta-header">The Next Generation of Scratch</h2>
|
||||||
|
<h3 className="beta-copy">Try out the beta version of Scratch 3.0</h3>
|
||||||
<a
|
<a
|
||||||
className="call-to-action button"
|
className="beta-try-it button"
|
||||||
href="https://beta.scratch.mit.edu/"
|
href="https://beta.scratch.mit.edu/"
|
||||||
>Call to Action</a>
|
>Try it!</a>
|
||||||
</FlexRow>
|
</FlexRow>
|
||||||
</TitleBanner>
|
</TitleBanner>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue