mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1994 from LLK/hotfix/conference-2018-livestream
[Master] Conference 2018 Livestream
This commit is contained in:
commit
7d424580b7
2 changed files with 10 additions and 4 deletions
|
@ -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">
|
||||
|
|
|
@ -27,6 +27,13 @@
|
|||
font-size: 4rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: $type-white;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 1rem;
|
||||
|
||||
|
|
Loading…
Reference in a new issue