forked from jgthms/marksheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewsletter.html
More file actions
29 lines (28 loc) · 1.11 KB
/
Copy pathnewsletter.html
File metadata and controls
29 lines (28 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<section id="newsletter" class="page-newsletter">
<div class="container">
<div class="page-newsletter-heading">
<span class="icons">
<i class="fa fa-television"></i>
<i class="fa fa-play-circle"></i>
</span>
<h3>
MarkSheet <strong>Video</strong> tutorials are coming!
</h3>
<p>
<strong>Sign up</strong> for the MarkSheet <strong>newsletter</strong> to get notified!
</p>
</div>
<div class="page-newsletter-form">
<form action="https://api.moonmail.io//lists/citirp4aw000001ozgpmfoyub/subscribe" method="post" id="mm-embedded-form" novalidate="">
<input type="hidden" name="u" value="Z29vZ2xlLW9hdXRoMnwxMDA5MTUyMjkyODA2NTg2MTA2ODY">
<div class="page-newsletter-group">
<div class="mm-field">
<input class="page-newsletter-input" type="email" id="mm-email" name="email" required="" placeholder="Email address">
<i class="fa fa-envelope"></i>
</div>
<button class="page-newsletter-button" type="submit">Subscribe</button>
</form>
</form>
</div>
</div>
</section>