mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge remote-tracking branch 'origin/develop' into studio-modal-benwheeler
This commit is contained in:
commit
5fab657fad
4 changed files with 27 additions and 5 deletions
|
@ -108,7 +108,7 @@ const Footer = props => (
|
|||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="https://wiki.scratch.mit.edu/">
|
||||
<a href="https://en.scratch-wiki.info/">
|
||||
<FormattedMessage id="general.wiki" />
|
||||
</a>
|
||||
</dd>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -174,6 +174,14 @@ const Credits = () => (
|
|||
<span className="name">Tracy Tang</span>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<img
|
||||
alt="Bryce Avatar"
|
||||
src="//cdn.scratch.mit.edu/get_image/user/2029640_170x170.png"
|
||||
/>
|
||||
<span className="name">Bryce Taylor</span>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<img
|
||||
alt="Matthew Avatar"
|
||||
|
@ -198,6 +206,14 @@ const Credits = () => (
|
|||
<span className="name">Chris Willis-Ford</span>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<img
|
||||
alt="Kathy Avatar"
|
||||
src="//cdn.scratch.mit.edu/get_image/user/26779669_170x170.png"
|
||||
/>
|
||||
<span className="name">Kathy Wu</span>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<img
|
||||
alt="Julia Avatar"
|
||||
|
|
Loading…
Reference in a new issue