Skip to content

Add email subscription button #1538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 1, 2024
Merged
Changes from 1 commit
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
Next Next commit
Add unstyled subscribe button
  • Loading branch information
janhohenheim committed Jun 29, 2024
commit 36890a60098598624de01f36d53078ea9430b315
22 changes: 22 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,28 @@
{% endblock content %}
</main>

<div id="mc_embed_signup">
<form action="https://hohenheim.us18.list-manage.com/subscribe/post?u=ea530715a8887b4b70c833c76&amp;id=78d9b3b77c&amp;f_id=0059c2e1f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div id="mc_embed_signup_scroll"><h2>Subscribe</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group"><label for="mce-EMAIL">Email Address <span class="asterisk">*</span></label><input type="email" name="EMAIL" class="required email" id="mce-EMAIL" required="" value=""></div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display: none;"></div>
<div class="response" id="mce-success-response" style="display: none;"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
/* real people should not fill this in and expect good things - do not remove this or risk form bot signups */
<input type="text" name="b_ea530715a8887b4b70c833c76_78d9b3b77c" tabindex="-1" value="">
</div>
<div class="optionalParent">
<div class="clear foot">
<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe">
</div>
</div>
</div>
</form>
</div>

{% include "includes/footer.html" %}
</body>
</html>