Skip to content

Commit

Permalink
feat: new copy and opens link in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Aug 21, 2020
1 parent 081cb56 commit 6c9a7d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ 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>
<p>
<Link to="/nerd-days">Learn more</Link>
</p>
Expand Down

0 comments on commit 6c9a7d8

Please sign in to comment.