-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
20 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 |
---|---|---|
|
@@ -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='✓' /> | ||
<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> | ||
|