mailchimp.html 1.8 KB

1234567891011121314151617181920212223242526272829
  1. <div class="mailchimp mt-5">
  2. <div class="container text-center">
  3. <div class="row justify-content-center">
  4. <div class="col-xl-7 col-lg-8">
  5. <h3 class="mb-0">Want more Bootstrap themes &amp; templates?</h3>
  6. <p class="text-white-50">Subscribe to get updated when new Bootstrap related products arrive!</p>
  7. <div id="mc_embed_signup">
  8. <form role="form" action="https://startbootstrap.us3.list-manage.com/subscribe/post?u=531af730d8629808bd96cf489&amp;id=afb284632f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" novalidate="novalidate">
  9. <div class="input-group input-group-lg">
  10. <input type="email" name="EMAIL" class="form-control border-0" id="mce-EMAIL" placeholder="Email address...">
  11. <div class="input-group-append">
  12. <button type="submit" name="subscribe" id="mc-embedded-subscribe" class="btn btn-light">Subscribe!</button>
  13. </div>
  14. </div>
  15. <div id="mce-responses">
  16. <div class="response" id="mce-error-response" style="display:none"></div>
  17. <div class="response" id="mce-success-response" style="display:none"></div>
  18. </div>
  19. </form>
  20. </div>
  21. <div class="text-center mt-4">
  22. <p class="text-white-50 mb-4">or get updates on Twitter</p>
  23. <a href="javascript:void(0)" onclick="window.open('https://twitter.com/intent/user?original_referer=&amp;region=screen_name&amp;screen_name=SBootstrap&amp;source=followbutton&amp;variant=1.1', 'twitter', 'toolbar=no, width=450, height=600'); return false;" class="btn btn-twitter btn-xl shadow"><i class="fab fa-twitter mr-2"></i> Follow @SBootstrap</a>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. </div>