-
Notifications
You must be signed in to change notification settings - Fork 25
/
explore.html
40 lines (39 loc) · 1.8 KB
/
explore.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
---
layout: default
---
<div class="content-block">
<div class="container mB-60">
<h1>{% t sections.explore %}</h1>
<p>{% t explore.about_reports %}</p>
<div class="row m-0">
<div class="col-md-4 p-0">
<h4>{% t explore.suspicions.amount %}</h4>
<p>{% t explore.suspicions.description %}</p>
<a class="btn-link" href="https://twitter.com/intent/tweet?text={% t explore.suspicions.tweet %}" target="_blank"><button class="btn-white">{% t explore.tweet_about %}</button></a>
</div>
<div class="col-md-4 p-0">
<h4>{% t explore.congresspeople.amount %}</h4>
<p>{% t explore.congresspeople.description %}</p>
<a class="btn-link" href="https://twitter.com/intent/tweet?text={% t explore.congresspeople.tweet %}" target="_blank"><button class="btn-white">{% t explore.tweet_about %}</button></a>
</div>
<div class="col-md-4 p-0">
<h4>{% t explore.money.amount %}</h4>
<p>{% t explore.money.description %}</p>
<a class="btn-link" href="https://twitter.com/intent/tweet?text={% t explore.money.tweet %}" target="_blank"><button class="btn-white">{% t explore.tweet_about %}</button></a>
</div>
</div>
</div>
{% if site.lang == "en" %}
<img src="/images/explore_en.png" width="100%">
{% else %}
<img src="/images/explore.jpg" width="100%">
{% endif %}
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 content-block">
<p>{% t explore.paragraph_one %}</p>
<p>{% t explore.paragraph_two %}</p>
<p>{% t explore.paragraph_three %} <a href="https://medium.com/data-science-brigade/como-est%C3%A1-acontecendo-a-hackaton-de-den%C3%BAncias-da-opera%C3%A7%C3%A3o-serenata-de-amor-a8bd193e0c76" target='_blank'>{% t explore.more %}</a>.</p>
</div>
</div>
</div>