Skip to content

Commit

Permalink
Update nctPage.jsx (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao authored Nov 15, 2023
1 parent 901af7a commit 565bdb3
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/Index/nctPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,26 +93,6 @@ class IndexPageComponent extends React.Component {
{homepageCharts}
</Carousel>
</MediaQuery>
<div className='nct-right-box emailSignUpForm'>
<h2>Sign Up For Updates</h2>
<form
action='https://public.govdelivery.com/accounts/USNIAID/subscribers/qualify'
target='_blank'
method='post'
>
<input name='utf8' type='hidden' value='&#x2713;' />
<input type='hidden' name='topic_id' id='topic_id' value='USNIAID_185' />
<label><span>Email Address</span>
<Input
name='email'
placeholder='[email protected]'
/>
</label>
<Button type='primary' htmlType='submit' className='g3-button g3-button--primary'>
Submit
</Button>
</form>
</div>
<div className='high-light nct-right-box'>
<p><strong>Data Sharing and Submission</strong></p>
<p>If you are interested in making your data available via this platform, please <a href={`mailto:${components.login.email}`}>contact us.</a></p>
Expand Down

0 comments on commit 565bdb3

Please sign in to comment.