mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-01 00:17:44 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			1019 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			1019 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| //- ----------------------------------
 | |
| //- 💫 INCLUDES > NEWSLETTER SIGNUP
 | |
| //- ----------------------------------
 | |
| 
 | |
| include _mixins
 | |
| 
 | |
| .o-block.u-text-center.u-padding.u-border-top
 | |
| 
 | |
|     +label Sign up for the spaCy newsletter
 | |
|     h3.u-heading-1 Stay in the loop!
 | |
|     p.u-text-large Receive updates about new releases, tutorials and more.
 | |
| 
 | |
|     form#mc-embedded-subscribe-form.o-inline-list(action="https://spacy.us12.list-manage.com/subscribe/post?u=83b0498b1e7fa3c91ce68c3f1&id=89ad33e698" method="post" name="mc-embedded-subscribe-form" target="_blank" novalidate)
 | |
|         input#mce-EMAIL.u-border.u-padding-small.u-text-regular(type="email" name="EMAIL" placeholder="Your email address")
 | |
| 
 | |
|         //- Spam bot protection
 | |
|         div(style="position: absolute; left: -5000px;" aria-hidden="true")
 | |
|             input(type="text" name="b_83b0498b1e7fa3c91ce68c3f1_89ad33e698" tabindex="-1" value="")
 | |
| 
 | |
|         button#mc-embedded-subscribe.c-button.c-button--primary.u-text-label(type="submit" name="subscribe") Sign up
 |