Skip to content

Commit

Permalink
Revert "Revert "Update countdown timer after CFP closes""
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Sep 2, 2020
1 parent c1136df commit 66589ae
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,12 @@ const IndexPage = ({ data, pageContext }) => {
getting your hands on the software to solve problems
efficiently.
</p>
<p>
Got a cool project you want to share with fellow engineers?
<a
target="_blank"
rel="noopener noreferrer"
href="https://docs.google.com/forms/d/e/1FAIpQLSe8LOilCrD_TCUPyHFHG_QzVW2UdUR0UKZ8H8WNylz0flB7OQ/viewform"
>
{' '}
Submit your proposal!
</a>{' '}
Submissions are due September 1, 2020 at 11:59 PM PT.
</p>
<Countdown
targetDate="September 1 2020 23:59:59 PDT"
inactiveMessage="Submissions are closed"
targetDate="October 13 2020 9:00:00 PDT"
inactiveMessage="Countdown to Nerd Days"
/>
<p>
<Link to="/nerd-days">Learn more</Link>
<Link to="/nerd-days">Register</Link>
</p>
</div>
<div
Expand Down

0 comments on commit 66589ae

Please sign in to comment.