-
Notifications
You must be signed in to change notification settings - Fork 1
/
dao.html
335 lines (232 loc) · 6.31 KB
/
dao.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
---
layout: default
title: The DAO ‹ Bisq - The decentralized Bitcoin exchange
ref: dao
lang: en
language: English
---
<script>
$(document).ready(function (){
$(".animate-scroll").click(function (){
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top - 70
}, 500);
});
});
</script>
<style>
.split-text{
max-width:500px;
line-height: 2em;
}
.split-cointainer-main {
min-height: calc(100vh - 70px);
}
.split-container-main .title{
font-size: 5em;
font-weight: 100;
margin-left:-0.5rem;
line-height: 1em;
max-width: 400px;
}
.split-container-main .intro{
font-size: 2.5em;
font-weight: 200;
line-height: 1.2em;
padding-top: 2rem;
}
img.arrow_down{
height: 20px;
width: 15px !important;
margin-left: 5px;
margin-top: -3px;
}
span.asterisk {
font-size: 0.5em;
vertical-align: text-top;
}
.footnote {
font-size: 13px;
display: block;
font-weight: 300;
line-height: 1.3em;
margin: 2em 0 5em 0;
}
.split-cointainer {
min-height: calc(100vh - 70px);
}
.split-container .title{
font-size: 1em;
font-weight: 300;
color: #25B135;
text-transform: uppercase;
}
.split-container .intro{
font-size: 1.5em;
font-weight: 200;
}
.split-container .subtitle{
font-size: 0.65em;
font-weight: 500;
padding-bottom: 1em;
}
.split-container .small{
font-size: 0.65em;
font-weight: 300;
line-height: 1.5em;
}
.disclaimer {
font-weight: 500;
font-size: 0.8em;
line-height: 1.4em;
color: #bdc3c7 !important;
}
.split-container p {
margin-bottom: 0.85rem;
}
.split{ text-align:left; }
.split-last { background: #25B135; }
.split-first { background: #fff; }
/*
.split-invert .split-last { background: #25B135; }
.split-invert .split-first { background: #fff; }
*/
.split-invert {
flex-direction: row-reverse;
}
.split img {
width: 100%;
max-height: 100%;
padding-left: 2em;
padding-right: 0em;
}
.split-invert img{
padding-right: 2em;
padding-left: 0em;
}
.split-container ul {
margin: 0;
padding-left: 1em;
}
.conclusion{
background: #2f2f2f; color: #fff;
font-weight: 400;
}
.outter {
padding-top: 0px;
}
@media (min-width: 990px) {
.h-md-100 {
height: calc(100vh - 70px);
min-height: 740px;
}
.outter {
padding-top: 70px;
}
}
@media (max-width: 990px) {
.outter {
padding-top: 50px;
}
.split-container-main .title {
font-size: 4em;
}
.split-container-main .intro {
font-size: 1.5em;
line-height: 1.3em;
}
.split img {
padding-right: 0em;
padding-left: 0em;
}
.split-invert img {
padding-right: 0em;
padding-left: 0em;
}
.h-md-100 {
height: auto;
min-height: auto;
}
.footnote {
margin: 1em 0 2em 0;
padding-right: 6em;
}
}
</style>
{% for entry in site.data.dao_content %}
<div id="{{ entry.id }}" class="d-lg-flex h-md-100 align-items-center split-container{{ entry.class }} {% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}{% if thecycle == 'even' %}split-invert{% endif %}">
<div class="col-lg-6 p-0 h-md-100 split split-first">
<div class="d-md-flex align-items-center h-100 p-5 justify-content-center">
<div class="pt-sm-0 pt-md-5 pb-5 split-text">
<div class="title">
{{ entry.title }}
</div>
<div class="intro">
{{ entry.intro }}
</div>
<a href="{{ entry.href }}" target="_blank">{{ entry.href_text }}</a>
</div>
</div>
</div>
<div class="col-lg-6 p-0 h-md-100 split split-last">
<div class="d-md-flex align-items-center h-md-100 p-1 p-lg-5 pt-5 pb-5 justify-content-center">
<img src="{{ entry.img }}" />
</div>
</div>
</div>
{% endfor %}
<div class="conclusion m-0 pb-5">
<div class="row-block container">
<h2 style="margin: 2em 0;">Want to learn more?</h2>
<div class="row">
<div class="col-12 col-md-10 pb-5">
<div class="subtitle">
You can learn more about the Bisq DAO from the resources below, from high-level ELI5-style docs and videos to the technical specification for developers.
</div>
</div>
</div>
<div class="row pb-5">
<div class="col-12 col-md-6 pb-5 pr-5">
<div class="text-uppercase grey">
Conceptual Overview - Doc
</div>
<p class="bigger">
Plain-language <a href="https://docs.bisq.network/user-dao-intro.html" target="_blank" rel="noopener">description</a> of the DAO.
</p>
</div>
<div class="col-12 col-md-6 pb-5 pr-5">
<div class="text-uppercase grey">
Bisq DAO in Brief - Videos
</div>
<p class="bigger">
Quick, short <a href="https://www.youtube.com/playlist?list=PLFH5SztL5cYPAXWFz-IMB4dBZ0MEZEG_e" target="_blank">video series</a> on the Bisq DAO.
</p>
</div>
<div class="col-12 col-md-6 pb-5 pr-5">
<div class="text-uppercase grey">
Technical Overview - Doc
</div>
<p class="bigger">
<a href="https://docs.bisq.network/dao/specification.html" target="_blank" rel="noopener">Specification</a> of the workings of the Bisq DAO and BSQ token.
</p>
</div>
<div class="col-12 col-md-6 pb-5 pr-5">
<div class="text-uppercase grey">
Not convinced a token is required?
</div>
<p class="bigger">
We’ve got a <a href="https://bisq.network/blog/bisq-dao-for-bitcoin-maximalists/" target="_blank">post</a> just for you.
</p>
</div>
</div>
<div class="row">
<div class="col-12 col-md-8 pb-5 grey">
<p>See more resources on our <a href='https://docs.bisq.network/dao.html'>All About the Bisq DAO</a> doc.</p>
<p>Past contributors, check <a href='https://docs.bisq.network/compensation.html#get-added-to-genesis'>this link</a> for instructions on being added to the genesis BSQ distribution.</p>
</div>
</div>
</div>
</div>
</div>