Add middle banner in progress copy

This commit is contained in:
Connor Hudson 2018-07-02 11:41:10 -04:00
parent dfaee503b8
commit 251f7bf59d

View file

@ -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>
); );