forked from Bhaney44/ChoiceCoin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
472 lines (432 loc) · 20.4 KB
/
index.html
File metadata and controls
472 lines (432 loc) · 20.4 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
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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!-- Base Meta Information -->
<!-- Base Meta Information -->
<!DOCTYPE html>
<html lang="en">
<!-- Head Info -->
<head>
<title>Choice Coin</title>
<link rel="icon" type="image/png" href="Logo_200x200.png" />
<link rel="stylesheet" href="res/css/global_styles.css" />
<link rel="stylesheet" href="res/css/animate.min.css" />
<link rel="stylesheet" href="res/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/1.9.2/tailwind.min.css">
<!-- Small CSS to Hide elements at 1520px size -->
<style>
@media(max-width:1520px) {
.left-svg {
display: none;
}
}
/* small css for the mobile nav close */
#nav-mobile-btn.close span:first-child {
transform: rotate(45deg);
top: 4px;
position: relative;
background: #a0aec0;
}
#nav-mobile-btn.close span:nth-child(2) {
transform: rotate(-45deg);
margin-top: 0px;
background: #a0aec0;
}
</style>
</head>
<!-- Create Body -->
<body class="animate__animated animate__fadeIn">
<!-- Navbar Structure -->
<header class="relative z-50 w-full h-24">
<div
class="container flex items-center justify-center h-full max-w-6xl px-8 mx-auto sm:justify-between xl:px-0">
<img src = "Screenshot 2021-06-25 at 23-38-44 Logo Maker Used By 2 3 Million Startups.png" width = "50" height = "50">
<a href="/" class="relative flex items-center inline-block h-5 h-full font-black leading-none">
<span class="ml-3 text-xl text-gray-800">Choice Coin</span>
</a>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<nav id="nav"
class="absolute top-0 left-0 z-50 flex flex-col items-center justify-between hidden w-full h-64 pt-5 mt-24 text-sm text-gray-800 bg-white border-t border-gray-200 md:w-auto md:flex-row md:h-24 lg:text-base md:bg-transparent md:mt-0 md:border-none md:py-0 md:flex md:relative">
<a href="/"
class="ml-0 mr-0 font-bold duration-100 md:ml-12 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Home</a>
<a href="documentation.html"
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Research</a>
<a href="About.html"
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">About</a>
<a href="https://choice-coin.gitbook.io/choice-coin-docs/"
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Docs</a>
<a href="participation.html"
class="font-bold duration-100 transition-color hover:text-indigo-600">Participate</a>
<div class="flex flex-col block w-full font-medium border-t border-gray-200 md:hidden">
</div>
</nav>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div id="nav-mobile-btn"
class="absolute top-0 right-0 z-50 block w-6 mt-8 mr-10 cursor-pointer select-none md:hidden sm:mt-10">
<span class="block w-full h-1 mt-2 duration-200 transform bg-gray-800 rounded-full sm:mt-1"></span>
<span class="block w-full h-1 mt-1 duration-200 transform bg-gray-800 rounded-full"></span>
</div>
</div>
</header>
<!-- Page Content Container -->
<div class="container-fluid base-padding">
<!-- Index Title Canvas -->
<div class="jumbotron index-jumbotron">
<!-- Canvas Content -->
<div class="row canvas-correction-padding">
<!-- Main Content Row -->
<div class="row">
<!-- Choice Content Column -->
<div class="col-8">
<p class="choice-font-index-title">
A Democratic Token For a New Age
</p>
<p class="choice-font-index-text">
Choice Coin is an Algorand Standard Asset that powers Decentralized Decisions, a voting and governance software built directly on the Algorand Blockchain.
Decentralized Decisions enables organizations to make governance decisions in an open and decentralized manner. For the Choice Coin DAO, Decentralized Decisions leverages Proof-of-Participation as a governance mechanism, allowing voters to have a larger say in direct proportion to their contribution to the network.
</p>
</div>
</div>
<!-- Buttons Row -->
<div class="row">
<div class="d-flex justify-content-center">
<a href="https://fortiorblockchain.com/" class="btn btn-primary me-3">
<span>
<i class="fas fa-network-wired choice-btn-icon"></i>
<p class="choice-font-btn-text text-inline">Learn About Fortior</p>
</span>
</a>
<a href="https://github.com/ChoiceCoin/White_Paper" class="btn btn-primary me-3">
<span>
<i class="fas fa-file-alt choice-btn-icon"></i>
<p class="choice-font-btn-text text-inline">Choice Coin White Paper</p>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- ABOUT SECTION 1 -->
<div class="row row-standard-padding">
<!-- ABOUT SECTION 2 -->
<div class="row shaded-box row-standard-padding">
<!-- Section Heading -->
<div class="row">
<div class="col-12">
<p class="choice-font-subtitle">Promoting Democracy and Decentralization</p>
</div>
</div>
<hr />
<!-- Section Content -->
<div class="row">
<div class="row">
<div class="col-12 col-lg-4 side-padding tiny-break-padding margin-col">
<div class="d-flex justify-content-center">
<img class="choice-icon-img" src="res/img/icon/vote.png" />
</div>
<div class="d-flex justify-content-center tiny-break-padding">
<p class="choice-font-header-text">Decentralized Voting</p>
</div>
<div class="d-flex justify-content-center">
<p class="choice-font-normal-text">
Choice Coin powers Decentralized Voting Technology that will define governance for the next generation.
</p>
</div>
</div>
<div class="col-12 col-lg-4 side-padding tiny-break-padding margin-col">
<div class="d-flex justify-content-center">
<img class="choice-icon-img" src="res/img/icon/validate.png" />
</div>
<div class="d-flex justify-content-center tiny-break-padding">
<p class="choice-font-header-text">Participatory Validation</p>
</div>
<div class="d-flex justify-content-center">
<p class="choice-font-normal-text">
Holders of Choice Coin can immediately vote on allocations for the network,
which will help democratic causes and organizations.
</p>
</div>
</div>
<div class="col-12 col-lg-4 side-padding tiny-break-padding margin-col">
<div class="d-flex justify-content-center">
<img class="choice-icon-img" src="res/img/icon/develop.png" />
</div>
<div class="d-flex justify-content-center tiny-break-padding">
<p class="choice-font-header-text">Open Development</p>
</div>
<div class="d-flex justify-content-center">
<p class="choice-font-normal-text">
The Choice Coin Network is entirely open source,
and all participants can develop openly on both Choice Coin and its voting protocol.
</p>
</div>
</div>
</div>
<div class="row top-pad-fix margin-col">
<div class="d-flex justify-content-left">
<a href="documentation.html" class="btn btn-primary me-3">
<span>
<i class="fas fa-book-open choice-btn-icon"></i>
<p class="choice-font-btn-text text-inline">Read More</p>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- GITHUB SECTION -->
<div class="row row-standard-padding">
<!-- Section Heading -->
<div class="row">
<div class="col-12">
<p class="choice-font-subtitle">A Growing Community</p>
</div>
</div>
<hr />
<!-- Section Content -->
<div class="row">
<!-- Content -->
<div class="row">
<div class="col-12">
<p class="choice-font-normal-text">
The Choice Coin community is rapidly expanding thanks to our engagement and incentive programs.
As this open-source project continues to grow, we look forward to building the new age of decentralized governance.
Learn more about Choice Coin by checking out our Github Repos, participation incentives, official blog, and documentation below.
</p>
</div>
</div>
<!-- GitHub Plugins -->
<div class="row row-break-padding">
<div class="col-12">
<!-- Git Projects Row 1 -->
<div class="row">
<div class="col-12 col-lg-6 tiny-break-padding">
<div class="git-summary-box">
<div class="d-flex tiny-break-padding justify-content-left align-items-center">
<i class="fas fa-lg fa-book"></i>
<p class="choice-font-repo-link-text">Choice-V1</p>
</div>
<div class="d-flex tiny-break-padding justify-content-left">
<p id="choice-v1-description" class="choice-font-normal-text no-padding"><!-- Populated by Javascript --></p>
</div>
<div class="d-flex tiny-break-padding justify-content-left">
<span class="me-4">
<i class="fas fa-language"></i>
<p id="choice-v1-language" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
<span class="me-4">
<i class="fas fa-code-branch"></i>
<p id="choice-v1-forks" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
<span class="me-4">
<i class="far fa-star"></i>
<p id="choice-v1-stars" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
</div>
<div class="d-flex justify-content-left tiny-break-padding">
<a href="https://github.com/ChoiceCoin/Choice-V1" class="btn btn-primary me-3">
<span>
<p class="choice-font-btn-text-small text-inline">View Project </p>
<i class="fas fa-arrow-circle-right choice-btn-icon-small"></i>
</span>
</a>
</div>
</div>
</div>
<div class="col-12 col-lg-6 tiny-break-padding">
<div class="git-summary-box">
<div class="d-flex tiny-break-padding justify-content-left align-items-center">
<i class="fas fa-lg fa-book"></i>
<p class="choice-font-repo-link-text">Smart_Contracts</p>
</div>
<div class="d-flex tiny-break-padding justify-content-left">
<p id="smart-contracts-description" class="choice-font-normal-text no-padding"><!-- Populated by Javascript --></p>
</div>
<div class="d-flex tiny-break-padding justify-content-left">
<span class="me-4">
<i class="fas fa-language"></i>
<p id="smart-contracts-language" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
<span class="me-4">
<i class="fas fa-code-branch"></i>
<p id="smart-contracts-forks" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
<span class="me-4">
<i class="far fa-star"></i>
<p id="smart-contracts-stars" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
</div>
<div class="d-flex justify-content-left tiny-break-padding">
<a href="https://github.com/ChoiceCoin/Smart_Contracts" class="btn btn-primary me-3">
<span>
<p class="choice-font-btn-text-small text-inline">View Project </p>
<i class="fas fa-arrow-circle-right choice-btn-icon-small"></i>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- Git Projects Row 2 -->
<div class="row">
<div class="col-12 col-lg-6 tiny-break-padding">
<div class="git-summary-box">
<div class="d-flex tiny-break-padding justify-content-left align-items-center">
<i class="fas fa-lg fa-book"></i>
<p class="choice-font-repo-link-text">Voting</p>
</div>
<div class="d-flex tiny-break-padding justify-content-left">
<p id="voting-description" class="choice-font-normal-text no-padding"><!-- Populated by Javascript --></p>
</div>
<div class="d-flex tiny-break-padding justify-content-left">
<span class="me-4">
<i class="fas fa-language"></i>
<p id="voting-language" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
<span class="me-4">
<i class="fas fa-code-branch"></i>
<p id="voting-forks" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
<span class="me-4">
<i class="far fa-star"></i>
<p id="voting-stars" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
</div>
<div class="d-flex justify-content-left tiny-break-padding">
<a href="https://github.com/ChoiceCoin/Voting" class="btn btn-primary me-3">
<span>
<p class="choice-font-btn-text-small text-inline">View Project </p>
<i class="fas fa-arrow-circle-right choice-btn-icon-small"></i>
</span>
</a>
</div>
</div>
</div>
<div class="col-12 col-lg-6 tiny-break-padding">
<div class="git-summary-box">
<div class="d-flex tiny-break-padding justify-content-left align-items-center">
<i class="fas fa-lg fa-book"></i>
<p class="choice-font-repo-link-text">ChoiceCoin.github.io</p>
</div>
<div class="d-flex tiny-break-padding justify-content-left">
<p id="web-description" class="choice-font-normal-text no-padding"><!-- Populated by Javascript --></p>
</div>
<div class="d-flex tiny-break-padding justify-content-left">
<span class="me-4">
<i class="fas fa-language"></i>
<p id="web-language" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
<span class="me-4">
<i class="fas fa-code-branch"></i>
<p id="web-forks" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
<span class="me-4">
<i class="far fa-star"></i>
<p id="web-stars" class="choice-font-normal-text text-inline"><!-- Populated by Javascript --></p>
</span>
</div>
<div class="d-flex justify-content-left tiny-break-padding">
<a href="https://github.com/ChoiceCoin/ChoiceCoin.github.io" class="btn btn-primary me-3">
<span>
<p class="choice-font-btn-text-small text-inline">View Project </p>
<i class="fas fa-arrow-circle-right choice-btn-icon-small"></i>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Buttons Row -->
<div class="row">
<div class="d-flex justify-content-left">
<a href="participation.html" class="btn btn-primary me-3">
<span>
<i class="fas fa-exclamation-circle choice-btn-icon"></i>
<p class="choice-font-btn-text text-inline">Get Involved</p>
</span>
</a>
<br>
<a href="https://medium.com/@ChoiceCoin" class="btn btn-primary me-3">
<span>
<i class="fas fa-network-wired choice-btn-icon"></i>
<p class="choice-font-btn-text text-inline">Choice Coin Blog</p>
</span>
</a>
<br>
<a href="https://choice-coin.gitbook.io/choice-coin-docs/getting-started/introduction" class="btn btn-primary me-3">
<span>
<i class="fas fa-network-wired choice-btn-icon"></i>
<p class="choice-font-btn-text text-inline">Choice Coin Docs</p>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<h1>Connect with Us</h1>
<div>
<a href="https://discord.gg/UJY8QXRh" target="_blank"><i class="fab fa-discord"></i></a>
<a href="https://twitter.com/ChoiceCoinAlgo" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://medium.com/@ChoiceCoin" target="_blank"><i class="fab fa-medium"></i></a>
<a href="https://github.com/ChoiceCoin" target="_blank"><i class="fab fa-github"></i></a>
</div>
</footer>
<script>
window.onload = function() {
populate_github_data();
}
</script>
<script src="res/js/global_scripts.js"></script>
<script src="res/js/bootstrap.bundle.min.js"></script>
<script src="res/js/fontawesome.min.js"></script>
<script src="res/js/jquery.min.js"></script>
</body>
</html>