forked from jsheroes/legacy-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated news section refs jsheroes#379
- Loading branch information
1 parent
88ddffb
commit 26e46ee
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,16 @@ const news = [ | |
{ | ||
title: 'CFP Closed', | ||
content: | ||
'We received <strong>over 300 proposals</strong> for JSHeroes 2019! We will <strong>announce</strong> all the speakers by the 1st of February!', | ||
"We received <strong>over 300 proposals</strong> for JSHeroes 2019, thank you! We will let you know when CFP for 2020's edition is open!", | ||
}, | ||
{ | ||
title: 'Sponsors', | ||
content: | ||
'Our Call for Sponsors is always open. Send us an email if you’re interested to join our mission in 2019 at <a href="mailto:[email protected]">[email protected]</a> and we’ll take it from there.', | ||
'Our Call for Sponsors is always open. Send us an email if you’re interested to join our mission in 2020 at <a href="mailto:[email protected]">[email protected]</a> and we’ll take it from there.', | ||
}, | ||
{ | ||
title: 'Tickets', | ||
content: `If PayPal is not your preferred payment method, you can also pay by invoice. Drop us a line at <a href="mailto:[email protected]">[email protected]</a> with your request, we’d be happy to help. | ||
Also check out our <a href="#schedule">pre-conference workshops</a> taught by a few of the smartest people we know.`, | ||
content: `If PayPal is not your preferred payment method, you can also pay by invoice. Drop us a line at <a href="mailto:[email protected]">[email protected]</a> with your request, we’d be happy to help.`, | ||
}, | ||
]; | ||
|
||
|