Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit b4d355b

Browse files
authored
updated signup form
1 parent 1dcf6d8 commit b4d355b

1 file changed

Lines changed: 18 additions & 19 deletions

File tree

index.html

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -143,26 +143,25 @@ <h2 class="text-center"><span class="break-block-main">Get Emails</span><span cl
143143
<div class="row email-box">
144144
<!-- EMAIL -->
145145
<!-- Begin MailChimp Signup Form -->
146-
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
147-
<style type="text/css">
148-
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
149-
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
150-
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
151-
</style>
152-
<div id="mc_embed_signup">
153-
<form action="//bostonhacks.us11.list-manage.com/subscribe/post?u=13cd178ce59e4de2a1ecb4265&amp;id=2f3fc414d7" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
154-
<div id="mc_embed_signup_scroll">
155-
<label for="mce-EMAIL">Subscribe to our mailing list</label>
156-
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
157-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
158-
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_13cd178ce59e4de2a1ecb4265_2f3fc414d7" tabindex="-1" value=""></div>
159-
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
160-
</div>
161-
</form>
162-
</div>
146+
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
147+
<style type="text/css">
148+
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
149+
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
150+
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
151+
</style>
152+
<div id="mc_embed_signup">
153+
<form action="https://make.us9.list-manage.com/subscribe/post?u=94b5fe1dc0438a137b9ae3088&amp;id=417283e451" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
154+
<div id="mc_embed_signup_scroll">
155+
<label for="mce-EMAIL">Subscribe to our mailing list</label>
156+
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
157+
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
158+
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_94b5fe1dc0438a137b9ae3088_417283e451" tabindex="-1" value=""></div>
159+
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
163160
</div>
164-
165-
<!--End mc_embed_signup-->
161+
</form>
162+
</div>
163+
164+
<!--End mc_embed_signup-->
166165

167166
<div class="row" id="footer">
168167
<img src="img/logo2.png" class="footer-img">

0 commit comments

Comments
 (0)