-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·590 lines (521 loc) · 31.2 KB
/
index.html
File metadata and controls
executable file
·590 lines (521 loc) · 31.2 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
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title> Redstone :: Home</title>
<link rel="icon" type="image/png" href="assets/img/favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<!--Core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous"> <link rel="stylesheet" href="assets/css/app.css">
<link rel="stylesheet" href="assets/css/bulma.css">
<link rel="stylesheet" href="assets/css/core.css">
</head>
<body>
<!-- Pageloader -->
<div class="pageloader is-theme"></div>
<div class="infraloader is-active"></div>
<title>Redstone</title>
<div class="dark-wrapper">
<!-- Landing page Hero -->
<section class="hero is-fullheight is-transparent">
<div class="hero-head">
<!-- Cloned navbar -->
<!-- Cloned navbar that comes in on scroll -->
<nav id="navbar-clone" class="navbar is-fixed is-dark">
<div class="container">
<!-- Brand -->
<div class="navbar-brand">
<a href="index.html" class="navbar-item">
<img class="rotating" src="assets/img/favicon.png" alt="">
<span class="brand-name">Redstone</span>
</a>
<!-- Responsive toggle -->
<span class="navbar-burger burger" data-target="cloneNavbarMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<!-- Menu -->
<div id="cloneNavbarMenu" class="navbar-menu">
<div class="navbar-end">
<!-- Menu item -->
<!-- Menu item -->
<!-- Sign up -->
<div class="navbar-item is-nav-link">
<span class="front-gradient"></span>
</a>
</div>
</div>
</div>
</div>
</nav>
<!-- /Cloned navbar -->
<!-- Static navbar -->
<!-- Static navbar -->
<nav class="navbar is-light">
<div class="container">
<!-- Brand -->
<div class="navbar-brand">
<a href="index.html" class="navbar-item">
<img src="assets/img/favicon.png" alt="">
<span class="brand-name">Redstone</span>
</a>
<!-- Responsive toggle -->
<span class="navbar-burger burger" data-target="navbarMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<!-- Menu -->
<div id="navbarMenu" class="navbar-menu light-menu">
<div class="navbar-end">
<!-- Menu item -->
<!-- Menu item -->
<!-- Menu item -->
<!-- Sign up -->
<div class="navbar-item">
<span class="front-gradient"></span>
</a>
</div>
</div>
</div>
</div>
</nav>
<!-- /Static navbar -->
</div>
<!-- Animated particles -->
<div id="particles-js"></div>
<!-- Hero Image and Title -->
<div class="hero-body">
<div class="container">
<div class="columns is-centered">
<!-- Landing page Title -->
<div class="column is-7 landing-caption">
<h1 class="title is-1 is-light is-semibold is-spaced main-title">Redstone Cryptocurrency</h1>
<h2 class="subtitle is-6 is-light is-thin">
Redstone Project is a p2p custom blockchain implementation, comprised of a network of interconnected sub-chains for better speed and scalability.
</h2>
<style>
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
color: #d80202
}
</style>
<a href="https://twitter.com/RedStoneCrypto1" class="fa fa-twitter"></a>
<a href="https://t.me/redstonecrypto" class="fa fa-telegram"></a>
<a href="https://github.com/Redstonecoin" class="fa fa-github"></a>
<a href="https://www.reddit.com/r/redstonecoin/" class="fa fa-reddit"></a>
<a href="https://discord.gg/mvUGNcPkjK" class="fa fa-discord"></a>
<!-- CTA -->
<p>
<a href="#start" class="is-centered button k-button k-primary raised has-gradient is-fat is-bold">
<span class="text">Get Started</span>
<span class="front-gradient"></span>
</a>
</p>
<div>
</div>
</div>
<!-- Hero image -->
</div>
</div>
</div>
<!-- Hero footer -->
</section>
<!-- /Landing page Hero -->
<!-- Icon Features section -->
<section id="start" class="section is-transparent is-relative">
<!-- Container -->
<div class="container">
<div class="has-text-centered">
</div>
<!-- Content wrapper -->
<div class="content-wrapper is-medium">
<div class="columns is-vcentered">
<!-- Feature -->
<div class="column is-4">
<div class="feature">
<img src="assets/img/icons/chained.svg" alt="" data-aos="fade-up" data-aos-delay="100" data-aos-offset="200" data-aos-easing="ease-out-quart">
<h4 class="title is-6 is-tight is-light">DPoS</h4>
<p>DPoS is designed as an implementation of technology-based democracy, using voting and election process to protect blockchain from centralization and malicious usage. </p>
</div>
</div>
<!-- Feature -->
<div class="column is-4">
<div class="feature">
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ffnordig.de%2Ftalks%2F2015%2Fcccac%2Frust-intro%2Fimg%2Frustacean.png&f=1&nofb=1" alt="" data-aos="fade-up" data-aos-delay="300" data-aos-offset="200" data-aos-easing="ease-out-quart">
<h4 class="title is-6 is-tight is-light">Created from scratch</h4>
<p>Redstone project has been developed from scratch in rust and is being actively developed.</p>
</div>
</div>
<!-- Feature -->
<div class="column is-4">
<div class="feature">
<img src="assets/img/icons/compact.svg" alt="" data-aos="fade-up" data-aos-delay="500" data-aos-offset="200" data-aos-easing="ease-out-quart">
<h4 class="title is-6 is-tight is-light">Protocol</h4>
<p>Redstone Project is a p2p decentralized blockchain implementation, where we have a network made of sub-chains for better speeds and scalability. </p>
</div>
</div>
</div>
</div>
<!-- Content wrapper -->
</div>
<!-- /Container -->
</section>
<!-- /Icon Features section -->
<!-- Side Features section -->
<section id="big-gradient" class="section is-transparent">
<!-- Container -->
<div class="container">
<!-- Divider -->
<div class="divider is-centered"></div>
<!-- Title & subtitle -->
<h2 class="title is-light is-semibold has-text-centered is-spaced">Redstone Protocol</h2>
<h4 class="subtitle is-6 is-light has-text-centered is-compact">Redstone Protocol is a network comprised of a network of interconnected sub-chains </h4>
<!-- Content wrapper -->
<div class="content-wrapper is-large">
<div class="columns is-vcentered">
<!-- Feature content -->
<div class="column is-5 is-offset-1">
<div class="side-feature-content">
<h3 class="title is-4 is-light"><img src="assets/img/icons/ico/bitbanner.svg" alt=""> <span>Smart Contracts</span></h3>
<div class="divider is-long"></div>
<p class="is-light">We are planing redstone to support EVM compatbile smart contracts, so people can build decentralized aplications and tokens on the redstone network</p>
</div>
</div>
<!-- Feature image -->
<div class="column is-7">
<img class="side-feature" src="assets/img/illustrations/token.svg" alt="">
</div>
</div>
<div class="columns is-vcentered">
<!-- Feature content -->
<div class="column is-5 is-offset-1">
<div class="side-feature-content">
<h3 class="title is-4 is-light"><img src="assets/img/icons/ico/bitmining.svg" alt=""> <span>Delegated Proof of Stake</span></h3>
<div class="divider is-long"></div>
<p class="is-light"> DPoS is designed as an implementation of technology-based democracy, using voting and election process to protect blockchain from centralization and malicious usage.</p>
</div>
</div>
<!-- Feature image -->
<div class="column is-7">
<img class="side-feature" src="assets/img/illustrations/blockchain-blocks.svg" alt="">
</div>
</div>
</div>
<!-- /Content wrapper -->
</div>
<!-- /Container -->
</section>
<!-- /Side Features section -->
<!-- Company section -->
<section class="section is-medium has-big-dark-gradient">
<div class="hero-body has-text-centered">
<div class="columns">
<div class="column is-6 is-offset-3">
<h1 class="title is-2 is-light is-semibold is-spaced main-title">Redstone Roadmap</h1>
<h2 class="subtitle is-5 is-light is-thin">
Redstone road map.
</h2>
<!-- CTA -->
<p>
<a href="roadmap.html" class="button k-button k-primary raised has-gradient is-fat is-bold">
<span class="text">More details</span>
<span class="front-gradient"></span>
</a>
</p>
</div>
</div>
</div>
<!-- Container -->
<div class="container">
<!-- Divider -->
<div class="divider is-centered"></div>
<!-- Title & subtitle -->
<h2 class="title is-light is-semibold has-text-centered is-spaced">Our Team</h2>
<h4 class="subtitle is-6 is-light has-text-centered is-compact">Leadership of a team that builds new era of blockchain</h4>
<!-- Content wrapper -->
<div class="content-wrapper is-large">
<div class="columns is-vcentered">
<div class="column is-hidden-mobile"></div>
<!-- Team member -->
<div class="column is-3">
<div class="team-member-container">
<!-- Card -->
<div class="dark-card">
<!-- Avatar wrapper -->
<div class="avatar">
<!-- Svg circle -->
<svg class="circle-chart" viewbox="0 0 33.83098862 33.83098862" width="140" height="140" xmlns="http://www.w3.org/2000/svg">
<!-- Track -->
<circle class="circle-chart-background" stroke-width="1" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
<!-- Stroke -->
<circle class="circle-chart-circle" stroke-width="1" stroke-dasharray="33,100" stroke-linecap="round" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
</svg>
<!-- Real face -->
<img class="" src="toni.jpg" alt="">
</div>
<!-- Member meta -->
<div class="member-info">
<h4 class="title is-light is-6 is-tight">Toni Dumancic</h4>
<div class="position">Founder / Lead developer</div>
<p class="description">Lead code contributer and founder of redstone project</p>
</div>
</div>
</div>
</div>
<!-- Team member -->
<div class="column is-3">
<div class="team-member-container">
<div class="dark-card">
<div class="avatar">
<svg class="circle-chart" viewbox="0 0 33.83098862 33.83098862" width="140" height="140" xmlns="http://www.w3.org/2000/svg">
<circle class="circle-chart-background" stroke-width="1" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
<circle class="circle-chart-circle" stroke-width="1" stroke-dasharray="33,100" stroke-linecap="round" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
</svg>
<img class="" src="https://i.ibb.co/pj8q3z3/185809203-2849916491937148-6528427579983859970-n.jpg" alt="">
</div>
<div class="member-info">
<h4 class="title is-light is-6 is-tight">Leo Cornelius</h4>
<div class="position">Founder / Developer </div>
<p class="description">Co Founder, Core contributer and secuirty advisor</p>
</div>
</div>
</div>
</div>
<div class="column is-3">
<div class="team-member-container">
<div class="dark-card">
<div class="avatar">
<svg class="circle-chart" viewbox="0 0 33.83098862 33.83098862" width="140" height="140" xmlns="http://www.w3.org/2000/svg">
<circle class="circle-chart-background" stroke-width="1" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
<circle class="circle-chart-circle" stroke-width="1" stroke-dasharray="33,100" stroke-linecap="round" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
</svg>
<img class="" src="https://rxcgames.com/static/media/RuxCrypto.7e94ea40.jpg" alt="">
</div>
<div class="member-info">
<h4 class="title is-light is-6 is-tight">Rux</h4>
<div class="position">Tech Advisor </div>
<p class="description">Crypto OG, founder of Balkan Crypto.ba community, opensource freak</p>
</div>
</div>
</div>
</div>
<div class="column is-3">
<div class="team-member-container">
<div class="dark-card">
<div class="avatar">
<svg class="circle-chart" viewbox="0 0 33.83098862 33.83098862" width="140" height="140" xmlns="http://www.w3.org/2000/svg">
<circle class="circle-chart-background" stroke-width="1" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
<circle class="circle-chart-circle" stroke-width="1" stroke-dasharray="33,100" stroke-linecap="round" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
</svg>
<img class="" src="https://cdn.discordapp.com/avatars/535073046877175808/001797d6923046745ad5342f84c8c3dc.png?size=1024" alt="">
</div>
<div class="member-info">
<h4 class="title is-light is-6 is-tight">Tigover</h4>
<div class="position">Marketing </div>
<p class="description">He is what you call, our Marketing Guy. He manages redstone marketing</p>
</div>
</div>
</div>
</div>
<div class="column is-hidden-mobile"></div>
</div>
<!-- Spaced divider -->
<!-- Title & subtitle -->
<h4 class="subtitle is-6 is-light has-text-centered is-compact"></h4>
</div>
</div>
<!-- Container -->
<div class="container">
<!-- Divider -->
<div class="divider is-centered"></div>
<!-- Title & subtitle -->
<h2 class="title is-light is-semibold has-text-centered is-spaced">Open Source Contributers</h2>
<!-- Content wrapper -->
<div class="content-wrapper is-large">
<div class="columns is-vcentered">
<div class="column is-hidden-mobile"></div>
<!-- Team member -->
<div class="column is-3">
<div class="team-member-container">
<!-- Card -->
<div class="dark-card">
<!-- Avatar wrapper -->
<div class="avatar">
<!-- Svg circle -->
<svg class="circle-chart" viewbox="0 0 33.83098862 33.83098862" width="140" height="140" xmlns="http://www.w3.org/2000/svg">
<!-- Track -->
<circle class="circle-chart-background" stroke-width="1" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
<!-- Stroke -->
<circle class="circle-chart-circle" stroke-width="1" stroke-dasharray="33,100" stroke-linecap="round" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
</svg>
<!-- Real face -->
<img class="" src="https://cdn.discordapp.com/avatars/315788002444181506/6fc4ced91b155d9217d6aad970ad1711.png" alt="">
</div>
<!-- Member meta -->
<div class="member-info">
<h4 class="title is-light is-6 is-tight">HyperAlly</h4>
<div class="position">Pool and community help!</div>
<p class="description">Helped with pools listings in the first version of Redstone.</p>
</div>
</div>
</div>
</div>
<!-- Team member -->
<div class="column is-3">
<div class="team-member-container">
<!-- Card -->
<div class="dark-card">
<!-- Avatar wrapper -->
<div class="avatar">
<!-- Svg circle -->
<svg class="circle-chart" viewbox="0 0 33.83098862 33.83098862" width="140" height="140" xmlns="http://www.w3.org/2000/svg">
<!-- Track -->
<circle class="circle-chart-background" stroke-width="1" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
<!-- Stroke -->
<circle class="circle-chart-circle" stroke-width="1" stroke-dasharray="33,100" stroke-linecap="round" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
</svg>
<!-- Real face -->
<img class="" src="mmc.png" alt="">
</div>
<!-- Member meta -->
<div class="member-info">
<h4 class="title is-light is-6 is-tight">MMNC</h4>
<div class="position">Community helper</div>
<p class="description">Helping with the discord community, and supporting redstone!</p>
</div>
</div>
</div>
</div>
<div class="column is-3">
<div class="team-member-container">
<!-- Card -->
<div class="dark-card">
<!-- Avatar wrapper -->
<div class="avatar">
<!-- Svg circle -->
<svg class="circle-chart" viewbox="0 0 33.83098862 33.83098862" width="140" height="140" xmlns="http://www.w3.org/2000/svg">
<!-- Track -->
<circle class="circle-chart-background" stroke-width="1" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
<!-- Stroke -->
<circle class="circle-chart-circle" stroke-width="1" stroke-dasharray="33,100" stroke-linecap="round" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
</svg>
<!-- Real face -->
<img class="" src="https://avatars.githubusercontent.com/u/525557?v=4" alt="">
</div>
<!-- Member meta -->
<div class="member-info">
<h4 class="title is-light is-6 is-tight">Igor Peric</h4>
<div class="position">Core Contributor</div>
<p class="description">Head of R&D in a USA based data science company.</p>
</div>
</div>
</div>
</div>
<div class="column is-3">
<div class="team-member-container">
<!-- Card -->
<div class="dark-card">
<!-- Avatar wrapper -->
<div class="avatar">
<!-- Svg circle -->
<svg class="circle-chart" viewbox="0 0 33.83098862 33.83098862" width="140" height="140" xmlns="http://www.w3.org/2000/svg">
<!-- Track -->
<circle class="circle-chart-background" stroke-width="1" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
<!-- Stroke -->
<circle class="circle-chart-circle" stroke-width="1" stroke-dasharray="33,100" stroke-linecap="round" fill="none" cx="16.91549431" cy="16.91549431" r="15.91549431" />
</svg>
<!-- Real face -->
<img class="" src="https://avatars.githubusercontent.com/u/68085922?v=4" alt="">
</div>
<!-- Member meta -->
<div class="member-info">
<h4 class="title is-light is-6 is-tight">Nini</h4>
<div class="position">Wallet v1 Contributor</div>
<p class="description">Helped with GO wallet for Redstone v1 and v1.1</p>
</div>
</div>
</div>
</div>
<div class="column is-hidden-mobile"></div>
</div>
<!-- Spaced divider -->
<!-- Title & subtitle -->
<h4 class="subtitle is-6 is-light has-text-centered is-compact"></h4>
</div>
</div>
</div>
<!-- /Content wrapper -->
</div>
<!-- /Content wrapper -->
<!-- Spaced divider -->
</div>
<!-- Content wrapper -->
</div>
<!-- Container -->
</section>
<!-- Contact section -->
</div>
<footer class="krypton-footer">
<div class="container">
<!-- Logo -->
<div class="footer-logo">
<a href="#">
<img src="assets/img/favicon.png" alt="">
<div class="brand-name">Redstone</div>
<div class="brand-subtitle">Blockchain brought to another level</div>
</a>
</div>
<!-- Columns -->
<div class="columns footer-columns is-vcentered">
<div class="column is-4">
<!-- Links group -->
</div>
<!-- Newsletter -->
<div class="column is-4">
<div class="subscribe-block">
<form>
<!-- Field -->
<div class="control">
<!-- Special input -->
<!-- Links group -->
<div class="column is-4">
<ul class="footer-links">
</ul>
</div>
</div>
<!-- Copyright -->
<p class="k-copyright">© 2022 | Redstone. All Rights Reserved</p>
<p class="k-copyright">Suported by crypto.ba</p>
<a href="https://twitter.com/RedStoneCrypto1" class="fa fa-twitter"></a>
<a href="https://t.me/redstonecrypto" class="fa fa-telegram"></a>
<a href="https://github.com/Redstonecoin" class="fa fa-github"></a>
<a href="https://www.reddit.com/r/redstonecoin/" class="fa fa-reddit"></a>
<a href="https://discord.gg/mvUGNcPkjK" class="fa fa-discord"></a>
<br>
<!-- Made by -->
</div>
<!-- Absolute image -->
</footer> <!-- Core js -->
<script src="assets/js/app.js"></script>
<!--script src="assets/js/particlesjs/particles.min.js"></script-->
<!--<script src="assets/js/aos/aos.js"></script>-->
<script src="assets/js/functions.js"></script>
<script src="assets/js/timer.js"></script>
<script src="assets/js/timeline.js"></script>
<script src="assets/js/roadmap.js"></script>
<script src="assets/js/main.js" defer="defer"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
</body>
</html>