mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
Update conference to reflect being sold out
This commit is contained in:
parent
fde29bffb5
commit
b07b61c925
3 changed files with 27 additions and 14 deletions
|
@ -21,10 +21,17 @@ var ConferenceSplash = React.createClass({
|
|||
<h3>
|
||||
Scratch Conference 2016 | Cambridge, MA, USA
|
||||
</h3>
|
||||
<h3>
|
||||
August 4 - 6
|
||||
</h3>
|
||||
<p>
|
||||
<a href="//scratchconference2016.eventbrite.com">
|
||||
<b>
|
||||
We're sold out! <a href="//scratchconference2016.eventbrite.com">Join the Waitlist</a>
|
||||
</b>
|
||||
<br />
|
||||
<a href="/conference/schedule">
|
||||
<Button>
|
||||
Register Now
|
||||
See the Schedule
|
||||
</Button>
|
||||
</a>
|
||||
</p>
|
||||
|
|
|
@ -25,6 +25,13 @@
|
|||
p {
|
||||
margin-top: 3rem;
|
||||
|
||||
b {
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: $type-white;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
button {
|
||||
|
|
|
@ -262,6 +262,17 @@ var ConferencePlan = React.createClass({
|
|||
<div className="long">
|
||||
<h2>FAQ</h2>
|
||||
<dl>
|
||||
<dt>
|
||||
The conference is sold out. What can I do?
|
||||
</dt>
|
||||
<dd>
|
||||
Scratch@MIT is sold out and at capacity. However, you can{' '}
|
||||
<a href="//scratchconference2016.eventbrite.com">
|
||||
join the waitlist
|
||||
</a>. People on the waitlist will be notified of openings on{' '}
|
||||
a first come, first served basis.
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
Who is this conference for?
|
||||
</dt>
|
||||
|
@ -279,18 +290,6 @@ var ConferencePlan = React.createClass({
|
|||
Proposal submissions are now closed.
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
How much does it cost to register?
|
||||
</dt>
|
||||
<dd>
|
||||
Through May 1, registration is $150 per ticket (Early Bird rate).{' '}
|
||||
After May 1, registration increases to $250 per ticket. You can register{' '}
|
||||
for the conference through the{' '}
|
||||
<a href="https://www.eventbrite.com/e/scratchmit-2016-registration-21793477879">
|
||||
registration form
|
||||
</a>.
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
I can only attend one day of the conference. Do you offer single-day{' '}
|
||||
registration?
|
||||
|
|
Loading…
Reference in a new issue