Merge pull request #1994 from LLK/hotfix/conference-2018-livestream

[Master] Conference 2018 Livestream
This commit is contained in:
Ray Schamp 2018-07-25 11:08:12 -04:00 committed by GitHub
commit 7d424580b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View file

@ -18,10 +18,9 @@ const ConferenceSplash = () => (
July 26-28, 2018 | Cambridge, MA, USA
</h3>
<h3>
(Opening Reception on Evening of July 25)
</h3>
<h3>
Scratch@MIT is sold out!
<a href="http://www.media.mit.edu/events/medialabtalk/">
Watch the keynotes live 7/26-7/28 at 9:30 a.m. EDT
</a>
</h3>
<p>
<a href="/conference/2018/schedule">

View file

@ -27,6 +27,13 @@
font-size: 4rem;
}
h3 {
a {
text-decoration: underline;
color: $type-white;
}
}
p {
margin-top: 1rem;