-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
45 lines (38 loc) · 1.77 KB
/
signup.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
layout: default
body_class: "home-template user signup"
title: "Receba Posts do Blog HaskellBR na sua Caixa de Entrada"
---
{% include header.html %}
<div class="container">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//beijaflor.us13.list-manage.com/subscribe/post?u=4b5aeaf513849dae8bf98b42e&id=6105583e3c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Receba novos posts por e-mail</h2>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address </label>
<input placeholder="Seu e-mail" type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
<input type="submit" value="Assine" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_4b5aeaf513849dae8bf98b42e_6105583e3c" tabindex="-1" value=""></div>
<div class="clear">
</div>
</div>
</form>
</div>
<h2>Use o feed de RSS</h2>
<a href="{{ site.baseurl }}/feed.xml" id="btn_feed" class="btn" title="Feed" target="_blank">
Link para o feed
</a>
<h2>Nos siga no Twitter</h2>
<a href="https://twitter.com/haskellbr2" id="btn_feed" class="btn" title="Feed" target="_blank">
@haskellbr2
</a>
<!--End mc_embed_signup-->
</div>
{% include footer.html %}