Skip to content

Commit 36a5dda

Browse files
Remove newsletter form from index.html (#21)
* cruft * remove newsletter form
1 parent 4c04205 commit 36a5dda

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

assets/static/fonts.tar.gz.enc

-1.17 MB
Binary file not shown.

templates/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,4 @@ <h4>{{ this.rightBoxTitle }}</h4>
9191
</div>
9292
</section>
9393

94-
<!-- newsletter -->
95-
<section id='newsletter'>
96-
97-
<!-- Begin Mailchimp Signup Form -->
98-
<div id="mc_embed_signup" class="basic-container">
99-
<form action="https://xyz.us19.list-manage.com/subscribe/post?u=a6cdfced9229049b93b75a13e&amp;id=d5199f98f9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
100-
<div id="mc_embed_signup_scroll">
101-
<label for="mce-EMAIL">Join our newsletter!</label>
102-
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address (no spam, I swear!)" required>
103-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
104-
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_a6cdfced9229049b93b75a13e_d5199f98f9" tabindex="-1" value=""></div>
105-
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
106-
</div>
107-
</form>
108-
</div>
109-
<!--End mc_embed_signup-->
110-
111-
</section>
112-
11394
{% endblock %}

0 commit comments

Comments
 (0)