Commit dfaee503 authored by Connor Hudson's avatar Connor Hudson

Style top banner, add placeholder copy

parent 5b5eb8cc
...@@ -9,11 +9,13 @@ require('./top-banner.scss'); ...@@ -9,11 +9,13 @@ require('./top-banner.scss');
const TopBanner = () => ( const TopBanner = () => (
<TitleBanner className="beta-top-banner"> <TitleBanner className="beta-top-banner">
<FlexRow> <FlexRow className="beta-top-container column">
<h1 className="beta-header">The Next Generation of Scratch</h1>
<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>
); );
......
@import "../../../colors"; @import "../../../colors";
.beta-top-banner { .beta-top-banner {
.call-to-action { background: $ui-orange;
.beta-header,
.beta-copy,
.beta-try-it {
color: $ui-white; color: $ui-white;
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment