mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Delay Scratch Conference to 2021
This commit is contained in:
parent
d8df31587e
commit
8cf5e09546
1 changed files with 12 additions and 13 deletions
|
@ -51,14 +51,14 @@ const ConferenceSplash = () => (
|
||||||
<FormattedDate
|
<FormattedDate
|
||||||
day="2-digit"
|
day="2-digit"
|
||||||
month="long"
|
month="long"
|
||||||
value={new Date(2020, 6, 23)}
|
value={new Date(2021, 6, 22)}
|
||||||
year="numeric"
|
year="numeric"
|
||||||
/>
|
/>
|
||||||
{' - '}
|
{' - '}
|
||||||
<FormattedDate
|
<FormattedDate
|
||||||
day="2-digit"
|
day="2-digit"
|
||||||
month="long"
|
month="long"
|
||||||
value={new Date(2020, 6, 25)}
|
value={new Date(2021, 6, 24)}
|
||||||
year="numeric"
|
year="numeric"
|
||||||
/>
|
/>
|
||||||
<FormattedMessage id="conference-2020.dateDescMore" />
|
<FormattedMessage id="conference-2020.dateDescMore" />
|
||||||
|
@ -91,6 +91,15 @@ const ConferenceSplash = () => (
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<FormattedMessage id="conference-2020.registrationDelayed" />
|
<FormattedMessage id="conference-2020.registrationDelayed" />
|
||||||
|
<br />
|
||||||
|
<FormattedMessage
|
||||||
|
id="conference-2020.connectNow"
|
||||||
|
values={{
|
||||||
|
scratchInPracticeLink: <a href="https://sip.scratch.mit.edu/">
|
||||||
|
<FormattedMessage id="conference-2020.scratchInPracticeText" />
|
||||||
|
</a>
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
className="button mod-2020-panel"
|
className="button mod-2020-panel"
|
||||||
|
@ -101,14 +110,7 @@ const ConferenceSplash = () => (
|
||||||
</section>
|
</section>
|
||||||
<section className="conf2020-panel mod-stay">
|
<section className="conf2020-panel mod-stay">
|
||||||
<p className="conf2020-panel-desc">
|
<p className="conf2020-panel-desc">
|
||||||
<FormattedMessage
|
<FormattedMessage id="conference-2020.stayDesc1" />
|
||||||
id="conference-2020.stayDesc1"
|
|
||||||
values={{
|
|
||||||
hyattLink: <a href="https://www.hyatt.com/en-US/group-booking/BOSRC/G-SCRA">Hyatt Regency Cambridge Hotel</a>,
|
|
||||||
acLink: <a href="https://www.marriott.com/event-reservations/reservation-link.mi?id=1582152189255&key=GRP&app=resvlink">AC Hotel Boston Cambridge</a>,
|
|
||||||
allstonLink: <a href="https://hotelstudioallston.reztrip.com/ext/promoRate?property=1604&mode=b&pm=true&sr=556197&vr=3">Studio Allston Hotel</a>
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
|
@ -116,9 +118,6 @@ const ConferenceSplash = () => (
|
||||||
values={{
|
values={{
|
||||||
emailLink: <a href="mailto:conference@scratch.mit.edu">
|
emailLink: <a href="mailto:conference@scratch.mit.edu">
|
||||||
conference@scratch.mit.edu
|
conference@scratch.mit.edu
|
||||||
</a>,
|
|
||||||
registrationLink: <a href="http://scratch2020.eventbrite.com/">
|
|
||||||
<FormattedMessage id="conference-2020.registrationLinkText" />
|
|
||||||
</a>
|
</a>
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue