mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
16 lines
897 B
Plaintext
16 lines
897 B
Plaintext
//- 💫 INCLUDES > NEWSLETTER
|
|
|
|
ul.o-block-small
|
|
li.u-text-label.u-color-subtle Stay in the loop!
|
|
li Receive updates about new releases, tutorials and more.
|
|
|
|
form.o-grid#mc-embedded-subscribe-form(action="//#{MAILCHIMP.user}.list-manage.com/subscribe/post?u=#{MAILCHIMP.id}&id=#{MAILCHIMP.list}" method="post" name="mc-embedded-subscribe-form" target="_blank" novalidate)
|
|
|
|
//- MailChimp spam protection
|
|
div(style="position: absolute; left: -5000px;" aria-hidden="true")
|
|
input(type="text" name="b_#{MAILCHIMP.id}_#{MAILCHIMP.list}" tabindex="-1" value="")
|
|
|
|
.o-grid-col.o-grid.o-grid--nowrap.o-field.u-padding-small
|
|
input#mce-EMAIL.o-field__input.u-text(type="email" name="EMAIL" placeholder="Your email" aria-label="Your email")
|
|
button#mc-embedded-subscribe.o-field__button.u-text-label.u-color-theme.u-nowrap(type="submit" name="subscribe") Sign up
|