-
Notifications
You must be signed in to change notification settings - Fork 13
/
how-to-vote.html
73 lines (68 loc) · 2.07 KB
/
how-to-vote.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
layout: default
namespace: how-to-vote
permalink: /how-to-vote/
---
<div class="how-to-vote">
<div class="section head dark sec1">
<div class="container">
<div class="row">
<div class="col-md-12">
{% translate_file how-to-vote/section1.md %}
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="embed-responsive embed-responsive-16by9">
<iframe src="https://www.youtube-nocookie.com/embed/T7K95rmXo9g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6">
{% translate_file how-to-vote/section2.md %}
</div>
</div>
</div>
</div>
<div class="section grey">
<div class="container">
<div class="row">
<div class="col-md-6 order-md-2">
<div class="embed-responsive embed-responsive-16by9">
<iframe src="https://www.youtube-nocookie.com/embed/k9BEZiaSxmE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 order-md-1">
{% translate_file how-to-vote/section3.md %}
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="embed-responsive embed-responsive-16by9">
<iframe src="https://www.youtube-nocookie.com/embed/PXtWvJ9bVuU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6">
{% translate_file how-to-vote/tokenpocket.md %}
</div>
</div>
</div>
</div>
<div class="section miscbg">
<div class="container">
<div class="row">
<div class="col-md-9 offset-md-3">
{% translate_file how-to-vote/section4.md %}
</div>
</div>
</div>
{%- include footer-plains.html -%}
</div>
</div>