Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 75 additions & 79 deletions src/bh7-assets/desk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ class Hero extends React.Component {
Feb 20-21 | ROCHESTER INSTITUTE OF TECHNOLOGY
</div>
<form action="https://coderit.us11.list-manage.com/subscribe/post?u=122b09a8cef4c1f3888af8e40&amp;id=4c1af7f783" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" className="validate" target="_blank">
<div className="mailchimp-container flex-container">
<div className="mailchimp-container">
<input type="email" name="EMAIL" className="mailchimp-input" placeholder="enter your email to stay updated" required/>
<input type="submit" value="" name="subscribe" id="mc-embedded-subscribe" className="mailchimp-button"/>

{/* real people should not fill this in and expect good things - do not remove this or risk form bot signups*/}
<div style={{position: "absolute", left: "-5000px", ariaHidden: "true"}}><input type="text" name="b_122b09a8cef4c1f3888af8e40_4c1af7f783" tabIndex="-1"/></div>
<div style={{position: "absolute", left: "-20000px", ariaHidden: "true"}}><input type="text" name="b_122b09a8cef4c1f3888af8e40_4c1af7f783" tabIndex="-1"/></div>
</div>
</form>
</div>
Expand Down
Loading