Skip to content

Commit

Permalink
data: close cfp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnm committed Dec 26, 2019
1 parent f8ee385 commit 8b02af3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export default {
menuItems,
news,
socialmedia,
cfpOpen: true,
cfpOpen: false,
};
4 changes: 2 additions & 2 deletions app/data/news.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const news = [
'Join us on the <strong>23th</strong> and <strong>24th</strong> of April 2020 for 2 days of <strong>conference</strong>, with a kick-off day full of <strong>workshops</strong> on the <strong>22th</strong>. Feel free to send us your suggestions over <a href="https://twitter.com/jsheroes" target="_blank" rel="noreferrer noopener">Twitter</a>, we’d be happy to hear from you.',
},
{
title: 'CFP Open',
title: 'CFP Closed',
content:
'The CFP is open until the <strong>20th of December</strong>! Read more about the CFP process <a href="/speak-at-jsheroes" title="Read more about the CFP process">here</a>.',
'The CFP for 2020 is closed. We will announce our complete speaker lineup by the beginning of February 2020.',
},
{
title: 'Sponsors',
Expand Down
8 changes: 4 additions & 4 deletions pages/speak-at-jsheroes.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ const SpeakAtJSHeroes = () => (
How the selection will happen
</h2>
<p>
We are expecting to receive over <strong>300 proposals</strong> for JSHeroes 2020. With
this in mind, we created a team of world wide subject matter experts that will go through
the proposals and will decide what to include on the final agenda. This is a rough
estimation of our schedule and process:
We received <strong>299 proposals</strong> for JSHeroes 2020. With this in mind, we
created a team of world wide subject matter experts that will go through the proposals and
will decide what to include on the final agenda. This is a rough estimation of our
schedule and process:
</p>
<ul>
<li>
Expand Down

0 comments on commit 8b02af3

Please sign in to comment.