mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #790 from mewtaylor/hotfix/conference-livestream
[Master] Hotfix: Add hyperlink to keynote livstream for 2016 conf
This commit is contained in:
commit
776623bbb3
2 changed files with 8 additions and 1 deletions
|
@ -30,7 +30,9 @@ var ConferenceSplash = React.createClass({
|
||||||
</p>
|
</p>
|
||||||
<p className="sub-button">
|
<p className="sub-button">
|
||||||
<b>
|
<b>
|
||||||
Scratch@MIT is sold out!
|
<a href="http://bit.ly/scratchmit2016-live" target="_blank">
|
||||||
|
Watch the keynote live
|
||||||
|
</a>
|
||||||
</b>
|
</b>
|
||||||
</p>
|
</p>
|
||||||
</TitleBanner>
|
</TitleBanner>
|
||||||
|
|
|
@ -31,6 +31,11 @@
|
||||||
|
|
||||||
b {
|
b {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
color: $type-white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue