-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (59 loc) · 2.58 KB
/
index.html
File metadata and controls
59 lines (59 loc) · 2.58 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: default
home: true
---
<div class="hero is-fullheight has-text-white">
<div class="hero-head has-text-centered">
<div class="container">
<div class="level">
<div class="level-item">
<img style="margin-top: -100px;" width="450" src="https://github.com/barraco/brand-guide/blob/master/assets/png/barraco-512.png?raw=true">
</div>
</div>
<p class="description" style="margin-top: -80px; margin-bottom: 70px;">
{{ site.description }}
</p>
</div>
<div class="hero-body is-paddingless">
<div class="container">
<div class="columns is-centered">
<div class="column is-6">
<form action="https://obarra.us19.list-manage.com/subscribe/post?u=d5abc82074c3864c5cc1d98bf&id=ed1d4283c5"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<p class="has-text-centered" style="margin-bottom: 20px">
Inscreva-se na nossa lista de emails
</p>
<div class="field is-horizontal">
<div class="field-body">
<div class="field">
<input class="input" type="text" name="NAME" id="mce-NAME" placeholder="Nome" required>
</div>
<div class="field">
<input class="input" type="email" name="EMAIL" id="mce-EMAIL" placeholder="Email" required>
</div>
<div class="field">
<input type="submit" value="Confirmar" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</div>
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_d5abc82074c3864c5cc1d98bf_ed1d4283c5"
tabindex="-1" value=""></div>
</form>
<br><br>
Siga nosso twitter
<br><br>
<a class="twitter-timeline" data-dnt="true" data-theme="dark" href="https://twitter.com/barracohs?ref_src=twsrc%5Etfw">Tweets by barracohs</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
<div class="hero-foot">
<br><br><br>
{% include footer.html %}
</div>
</div>
</div>