subscribe.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
  2. <style>
  3. #mc_embed_signup {
  4. margin: 0 auto;
  5. text-align: center;
  6. max-width: 550px;
  7. width: 100%;
  8. }
  9. #mc-embedded-subscribe {
  10. margin: 0;
  11. }
  12. </style>
  13. <hr>
  14. <div id="mc_embed_signup" class="pt-5 pb-5">
  15. <form action="https://gmail.us20.list-manage.com/subscribe/post?u=f30f83799e58c38ca308f6b73&amp;id=4256ed0bdc" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
  16. <h3 for="mce-EMAIL">Subscribe our News</h3>
  17. <div class="input-group">
  18. <input type="email" value="" name="EMAIL" class="form-control form-control-lg email" id="mce-EMAIL" placeholder="email address" required>
  19. <div class="input-group-append">
  20. <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-outline-secondary">
  21. </div>
  22. </div>
  23. <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
  24. <div style="position: absolute; left: -5000px;" aria-hidden="true">
  25. <input type="text" name="b_f30f83799e58c38ca308f6b73_4256ed0bdc" tabindex="-1" value="">
  26. </div>
  27. <div id="mce-responses" class="clear">
  28. <div class="response" id="mce-error-response" style="display:none"></div>
  29. <div class="response" id="mce-success-response" style="display:none"></div>
  30. </div>
  31. </form>
  32. </div>