Merge pull request #791 from mewtaylor/hotfix/conference-livestream

[Develop] Hotfix: Add hyperlink to keynote livstream for 2016 conf
This commit is contained in:
Matthew Taylor 2016-08-02 09:37:16 -04:00 committed by GitHub
commit 5cbaabbe97
2 changed files with 8 additions and 1 deletions

View file

@ -30,7 +30,9 @@ var ConferenceSplash = React.createClass({
</p>
<p className="sub-button">
<b>
Scratch@MIT is sold out!
<a href="http://bit.ly/scratchmit2016-live" target="_blank">
Watch the keynote live
</a>
</b>
</p>
</TitleBanner>

View file

@ -31,6 +31,11 @@
b {
margin-top: 2rem;
a {
text-decoration: underline;
color: $type-white;
}
}
a {