mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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 = () => (
|
||||
<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
|
||||
className="call-to-action button"
|
||||
className="beta-try-it button"
|
||||
href="https://beta.scratch.mit.edu/"
|
||||
>Call to Action</a>
|
||||
>Try it!</a>
|
||||
</FlexRow>
|
||||
</TitleBanner>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue