Skip to content

Commit

Permalink
fix: add link to pdf overview
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesius committed Aug 21, 2020
1 parent 065f688 commit a166d33
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
19 changes: 16 additions & 3 deletions src/pages/nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import cx from 'classnames';
import PageLayout from '../components/PageLayout';
import SEO from '../components/Seo';
import nerdDays from '../images/nerd-days/nerd-days.png';
// import nerdDaysGuideDL from './nerd-day-cfp-overview.pdf';
import styles from './nerd-days.module.scss';
import '../components/marketo.scss';

Expand Down Expand Up @@ -80,13 +81,25 @@ const NerdDaysPage = () => {
Submit your proposals
</Link>{' '}
by September 1, 2020 at 11:59 PM PT. For more details, check out
the one-pager. proposals will contacted by September 30, 2020 at
the latest.
the one-pager. Accepted proposals will be contacted by September 30, 2020
at the latest.
</p>
<p>
For an overview and tips for the call for proposals process,
<Link
to="https://resources.newrelic.com/nerd-days-call-for-proposals"
alt="cfp guide"
>
{' '}
check our our guide.
</Link>
</p>
</div>
<div className={styles.formholder}>
<div className={styles.form}>
<p className={styles.formhead}>REGISTER FOR NERD DAYS</p>
<p className={styles.formhead}>
REGISTER FOR NERD DAYS | AMERICAS
</p>
<form id="mktoForm_3525" />
</div>
</div>
Expand Down
5 changes: 5 additions & 0 deletions src/pages/nerd-days.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
margin-left: 0.5rem;
}

.cfpImage {
display: block;
width: 25%;
}

.formholder {
position: relative;
}
Expand Down

0 comments on commit a166d33

Please sign in to comment.