-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
747 lines (722 loc) · 33.3 KB
/
index.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
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
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="cryptocurrency, CyberMiles, CMT, wallet, DAPP, decentralized app, staking">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<title>CyberMiles - Public Blockchain for E-commerce</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120065893-18"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120065893-18');
</script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/line-icons.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/main.css?20190826">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!-- Header Section Start -->
<header id="home" class="hero-area-2">
<div class="overlay"></div>
<nav class="navbar navbar-expand-md bg-inverse fixed-top scrolling-navbar">
<div class="container">
<a href="index.html" class="navbar-brand"><img src="img/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="lni-menu"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto w-100 justify-content-end">
<li class="nav-item">
<a class="nav-link page-scroll" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#app-features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#staking">Earn</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#fairplay">Giveaways</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#payment">Pay</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#dapps">DApps</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#screenshots">Screenshots</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#testimonial">Testimonial</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row space-100">
<div class="col-lg-7 col-md-12 col-xs-12">
<div class="contents">
<h2 class="head-title">CyberMiles App <br/> The mobile client of CyberMiles public blockchain</h2>
<p>Manage your digital asset securely. Experience decentralized blockchain application in a breeze.</p>
<div class="header-button">
<a href="https://cmtwallet.s3.cn-north-1.amazonaws.com.cn/android/CMT-Wallet-Android-3.3.1.apk" class="btn btn-border-filled" onclick="gaSend('ent_android', 'install')">Android</a>
<a href="itms-services:///?action=download-manifest&url=https://cmtwallet.s3.cn-north-1.amazonaws.com.cn/ios/manifest.plist" class="btn btn-border" onclick="gaSend('ent_ios', 'install')">iOS</a>
<br/><br/>
<a id="googleplaybutton" href="https://play.google.com/store/apps/details?id=io.cybermiles.cmtwallet" onclick="gaSend('appstore_android', 'install')"><img src="img/googleplay.png" width="150"></a>
<a id="appstorebutton"href="https://itunes.apple.com/us/app/id1418378426" onclick="gaSend('appstore_ios', 'install')"><img src="img/appstore.png" width="150"></a>
</div>
</div>
</div>
<div class="d-none d-lg-block col-lg-5 col-md-12 col-xs-12">
<div class="intro-img">
<img src="img/intro-mobile.png" alt="">
</div>
</div>
</div>
</div>
</header>
<!-- Header Section End -->
<!-- features Section Start -->
<div id="app-features" class="section">
<div class="container">
<div class="section-header">
<p class="btn btn-subtitle wow fadeInDown" data-wow-delay="0.2s">features</p>
<h2 class="section-title wow fadeIn" data-wow-delay="0.2s">With the CyberMiles App, you can</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-12 col-xs-12">
<div class="content-left text-right">
<div class="box-item left">
<span class="icon">
<i class="lni-leaf"></i>
</span>
<div class="text">
<h4>Earn</h4>
<p>Stake your CMTs to earn more and participate in governance</p>
</div>
</div>
<div class="box-item left">
<span class="icon">
<i class="lni-dashboard"></i>
</span>
<div class="text">
<h4>Win</h4>
<p>Participate in regular FairPlay e-commerce product giveaways</p>
</div>
</div>
<div class="box-item left">
<span class="icon">
<i class="lni-headphone-alt"></i>
</span>
<div class="text">
<h4>Manage</h4>
<p>Deposit, store, and manage your CMT assets safely</p>
</div>
</div>
</div>
</div>
<div class="d-none d-lg-block col-lg-4 col-md-12 col-xs-12">
<div class="show-box">
<img src="img/features/features.png" alt="">
</div>
</div>
<div class="col-lg-4 col-md-12 col-xs-12">
<div class="content-right text-left">
<div class="box-item right">
<span class="icon">
<i class="lni-shield"></i>
</span>
<div class="text">
<h4>Transfer</h4>
<p>Transfer your digital assets quickly, safely and free</p>
</div>
</div>
<div class="box-item right">
<span class="icon">
<i class="lni-star-filled"></i>
</span>
<div class="text">
<h4>Buy & sell</h4>
<p>Buy and sell products via a decentralized marketplace</p>
</div>
</div>
<div class="box-item right">
<span class="icon">
<i class="lni-cup"></i>
</span>
<div class="text">
<h4>Play</h4>
<p>Explore interesting DApps like recording your love on the CyberMiles Blockchain</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- features Section End -->
<!-- Features Section Start -->
<div id="features-two" class="section">
<div class="container">
<div id="staking" class="row">
<div class="d-none d-lg-block col-lg-6 col-md-12 col-sm-12">
<div class="img-thumb wow fadeInLeft" data-wow-delay="0.3s">
<img class="img-fluid" src="img/features/staking.png" alt="">
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="text-wrapper wow fadeInRight" data-wow-delay="0.6s">
<div>
<p class="btn btn-subtitle">Stake to earn</p>
<h3>CMT Staking</h3>
<p>You can stake your CMTs to one Validator to get block awards via CyberMiles App. The annual return can be up to 20%, depending on the market conditions. All you need is to download the CyberMiles App and deposit at least 1,000 CMTs ($39, based on data from CoinMarketCap, 27th June,2019)</p>
<a class="btn btn-rm" href="https://earn.cybermiles.io/" onclick="gaSend('cmt-staking', 'staking')">Read More <i class="lni-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div id="fairplay" class="row mt">
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="text-wrapper wow fadeInRight" data-wow-delay="0.9s">
<div>
<p class="btn btn-subtitle">FairPlay</p>
<h3>Win giveaways</h3>
<p>The FairPlay DApp uses smart contracts to conduct automated prize draws that are fair and transparent. It has given away many kinds of products, such as movie tickets, drones, lipsticks, electric shavers, and cryptocurrencies. Through the FairPlay DApp, everyone could create and participate in product giveaways and e-commerce marketing campaigns.</p>
<a class="btn btn-rm" href="https://www.fairplaydapp.com/" onclick="gaSend('giveaways', 'fairplay')">Participate now to claim yours <i class="lni-arrow-right"></i></a>
</div>
</div>
</div>
<div class="d-none d-lg-block col-lg-6 col-md-12 col-sm-12">
<div class="img-thumb wow fadeInLeft" data-wow-delay="1.2s">
<img class="img-fluid" src="img/features/giveaway.png" alt="">
</div>
</div>
</div>
<div id="payment" class="row mt">
<div class="d-none d-lg-block col-lg-6 col-md-12 col-sm-12">
<div class="img-thumb wow fadeInLeft" data-wow-delay="0.3s">
<img class="img-fluid" src="img/features/payment.png" alt="">
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="text-wrapper wow fadeInRight" data-wow-delay="0.6s">
<div>
<p class="btn btn-subtitle">A better way to pay</p>
<h3>Pay with tokens</h3>
<p>The CyberMiles App can store and manage "gift cards" and tokens that can be used as US dollars in partner merchants or restaurants.</p>
<p>For the unbanked, this is mobile payment beyond credit cards and debit cards.</p>
<a class="btn btn-rm" href="https://www.sanmarcoscoin.com/"onclick="gaSend('SMC', 'payment')">See the San Marcos Coin <i class="lni-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Features Section End -->
<section id="dapps" class="section">
<div class="container">
<div class="section-header">
<p class="btn btn-subtitle wow fadeInDown" data-wow-delay="0.2s">DApps</p>
<h2 class="section-title">Experience decentralized blockchain application in a breeze</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-3 col-xs-12">
<a href="https://www.openbay.io">
<div class="single-team wow fadeInUp" data-wow-delay="0.2s">
<div class="team-thumb">
<img src="img/team/openbay.png" alt="">
</div>
<div class="team-details">
<div class="team-inner">
<h4 class="team-title">OpenBay</h4>
<p>A decentralized marketplace run on smart contract</p>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-3 col-xs-12">
<a href="https://www.fairplaydapp.com">
<div class="single-team wow fadeInUp" data-wow-delay="0.3s">
<div class="team-thumb">
<img src="img/team/fairplay.png" alt="">
</div>
<div class="team-details">
<div class="team-inner">
<h4 class="team-title">Fair Play</h4>
<p>The most fair product giveaways<br/> </p>
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-3 col-xs-12">
<a href="https://d5.5mileslab.org">
<div class="single-team wow fadeInUp" data-wow-delay="0.4s">
<div class="team-thumb">
<img src="img/team/5miles.png" alt="">
</div>
<div class="team-details">
<div class="team-inner">
<h4 class="team-title">5miles Data DApp</h4>
<p>The first step of exploring e-commerce DApps</p>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-3 col-xs-12">
<a href="http://community-vote.codeislaw.co">
<div class="single-team wow fadeInUp" data-wow-delay="0.5s">
<div class="team-thumb">
<img src="img/team/community-vote.png" alt="">
</div>
<div class="team-details">
<div class="team-inner">
<h4 class="team-title">Community Vote</h4>
<p>Vote and participate in commnunity governance</p>
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-3 col-xs-12">
<a href="http://webet.codeislaw.co">
<div class="single-team wow fadeInUp" data-wow-delay="0.5s">
<div class="team-thumb">
<img src="img/team/webet.png" alt="">
</div>
<div class="team-details">
<div class="team-inner">
<h4 class="team-title">WeBet</h4>
<p>Let's bet with firends<br/> </p>
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-3 col-xs-12">
<a href="http://valentine.codeislaw.co/declare.html">
<div class="single-team wow fadeInUp" data-wow-delay="0.5s">
<div class="team-thumb">
<img src="img/team/declare.png" alt="">
</div>
<div class="team-details">
<div class="team-inner">
<h4 class="team-title">Declare Your Love</h4>
<p>Declare your love on CyberMiles blockchain</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Awesome Screens Section Start -->
<section id="screenshots" class="screens-shot section">
<div class="container">
<div class="section-header">
<p class="btn btn-subtitle wow fadeInDown" data-wow-delay="0.2s">Screenshots</p>
<h2 class="section-title">App Screens</h2>
</div>
<div class="row">
<div class="touch-slider owl-carousel">
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/screenshot-home.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/screenshot-staking-log.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/screenshot-dapps.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/screenshot-giveaway.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/screenshot-declare.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/screenshot-profile.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Awesome Screens Section End -->
<!-- Testimonial Section Start -->
<section id="testimonial" class="section">
<div class="container">
<div class="section-header">
<p class="btn btn-subtitle wow fadeInDown" data-wow-delay="0.2s">Reviews</p>
<h2 class="section-title">Clients Who Loved Us</h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-8 col-md-12 col-sm-12 col-xs-12">
<div id="testimonials" class="touch-slider owl-carousel">
<div class="item">
<div class="testimonial-item">
<div class="author">
<div class="img-thumb">
<img src="img/testimonial/img1.png" alt="">
</div>
</div>
<div class="content-inner">
<p class="description">Transfer CMTs quick and free. You can take this as a payment tool.</p>
<div class="author-info">
<h2><a href="#">Yancy Marks</a></h2>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-item">
<div class="author">
<div class="img-thumb">
<img src="img/testimonial/img2.png" alt="">
</div>
</div>
<div class="content-inner">
<p class="description">The FairPlay DApp in CyberMiles App is awesome! Based on smart contract, I believe it is the most fair tool of prize drawing.</p>
<div class="author-info">
<h2><a href="#">Ruben Parker</a></h2>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-item">
<div class="author">
<div class="img-thumb">
<img src="img/testimonial/img3.png" alt="">
</div>
</div>
<div class="content-inner">
<p class="description">Convenient interface and fast operations.</p>
<div class="author-info">
<h2><a href="#">Furkan Ahmet</a></h2>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-item">
<div class="author">
<div class="img-thumb">
<img src="img/testimonial/img2.png" alt="">
</div>
</div>
<div class="content-inner">
<p class="description">Nice Wallet, much faster than ETH.</p>
<div class="author-info">
<h2><a href="#">Criptokitty</a></h2>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-item">
<div class="author">
<div class="img-thumb">
<img src="img/testimonial/img1.png" alt="">
</div>
</div>
<div class="content-inner">
<p class="description">The different kinds of DApps in CyberMiles App are very interesting. I used the Declare Your Love DApp to record my love forever on Valentine’s Day. A very special way!</p>
<div class="author-info">
<h2><a href="#">Edson White</a></h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial Section End -->
<!-- Clients Section -->
<div id="clients" class="section">
<!-- Container Ends -->
<div class="container">
<!-- Row and Scroller Wrapper Starts -->
<div class="row" id="clients-scroller">
<div class="client-item-wrapper">
<img src="img/clients/img1.png" alt="">
</div>
<div class="client-item-wrapper">
<img src="img/clients/img2.png" alt="">
</div>
<div class="client-item-wrapper">
<img src="img/clients/img3.png" alt="">
</div>
<div class="client-item-wrapper">
<img src="img/clients/img4.png" alt="">
</div>
<div class="client-item-wrapper">
<img src="img/clients/img5.png" alt="">
</div>
</div>
</div>
</div>
<!-- Client Section End -->
<!-- Subcribe Section Start -->
<div id="subscribe" class="section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 col-md-12 col-xs-12">
<div class="subscribe-form">
<div class="form-wrapper">
<div class="sub-title text-center">
<h3>Stay in touch</h3>
<p>Subscribe to our infrequent email newsletters to stay in touch. We will never share your email address with anyone else.</p>
</div>
<form action="https://Cybermiles.us18.list-manage.com/subscribe/post?u=bb59ffd4d49e3545cbf99a1fb&id=8482ad6a9c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<div class="row">
<div class="col-12 form-line">
<div class="form-group form-search">
<input type="email" class="form-control" name="EMAIL" placeholder="Enter Your Email">
<button type="submit" class="btn btn-common btn-search" value="Subscribe" name="subscribe">Subscribe</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Subcribe Section End -->
<!-- download Section Start -->
<section id="download">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-xs-12">
<div class="download-thumb wow fadeInLeft" data-wow-delay="0.2s">
<img class="img-fluid" src="img/downloadfromappstore.png" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6 col-xs-12">
<div class="download-wrapper wow fadeInRight" data-wow-delay="0.2s">
<div>
<div class="download-text">
<h4>Download Our App From Store</h4>
<p>Manage your digital asset securely. Experience decentralized blockchain application in a breeze.</p>
</div>
<a href="https://play.google.com/store/apps/details?id=io.cybermiles.cmtwallet" class="btn btn-common btn-effect"><i class="lni-android" onclick="gaSend('install', 'bottom_android')"></i> From PlayStore<br></a>
<a href="https://itunes.apple.com/us/app/id1418378426" onclick="gaSend('install', 'bottom_ios')" class="btn btn-apple"><i class="lni-apple"></i> From AppStore<br></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- download Section Start -->
<!-- Blog Section -->
<section id="blog" class="section">
<!-- Container Starts -->
<div class="container">
<div class="section-header">
<p class="btn btn-subtitle wow fadeInDown" data-wow-delay="0.2s">Blog</p>
<h2 class="section-title">Recent News</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-xs-12 blog-item">
<!-- Blog Item Starts -->
<div class="blog-item-wrapper">
<div class="blog-item-img">
<a href="https://blog.cybermiles.io/post/20190625-cmt-staking-en/" onclick="gaSend('blog1', 'read')">
<img src="img/blog/app-staking.png" alt="">
</a>
</div>
<div class="blog-item-text">
<h3><a href="https://blog.cybermiles.io/post/20190625-cmt-staking-en/"onclick="gaSend('blog1', 'read')">CyberMiles App Releases its Newest Version, Enabling Staking Function</a></h3>
<div class="author">
<span class="name"><a href="#">Posted by CyberMiles</a></span>
<span class="date float-right">25 June, 2019</span>
</div>
</div>
</div>
<!-- Blog Item Wrapper Ends-->
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-item">
<!-- Blog Item Starts -->
<div class="blog-item-wrapper">
<div class="blog-item-img">
<a href="https://blog.cybermiles.io/post/20190516-ecommerce-dao-en/" onclick="gaSend('blog2', 'read')">
<img src="img/blog/dmarketplace.png" alt="">
</a>
</div>
<div class="blog-item-text">
<h3><a href="https://blog.cybermiles.io/post/20190516-ecommerce-dao-en/" onclick="gaSend('blog2', 'read')">From the Silk Road to a self-governing DAO, CyberMiles is changing the face of decentralized e-commerce</a></h3>
<div class="author">
<span class="name"><a href="#">Posted by CyberMiles</a></span>
<span class="date float-right">16 May, 2019</span>
</div>
</div>
</div>
<!-- Blog Item Wrapper Ends-->
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-item">
<!-- Blog Item Starts -->
<div class="blog-item-wrapper">
<div class="blog-item-img">
<a href="https://blog.cybermiles.io/post/20190620-fairplay-dapp-en/" onclick="gaSend('blog3', 'read')">
<img src="img/blog/giveaway.png" alt="">
</a>
</div>
<div class="blog-item-text">
<h3><a href="https://blog.cybermiles.io/post/20190620-fairplay-dapp-en/" onclick="gaSend('blog3', 'read')">FairPlay: a new type of DApp</a></h3>
<div class="author">
<span class="name"><a href="#">Posted by CyberMiles</a></span>
<span class="date float-right">20 June, 2019</span>
</div>
</div>
</div>
<!-- Blog Item Wrapper Ends-->
</div>
</div>
</div>
</section>
<!-- blog Section End -->
<!-- Footer Section Start -->
<footer>
<!-- Footer Area Start -->
<section class="footer-Content">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<img src="img/logo.png" alt="">
<div class="textwidget">
<p>CyberMiles (CMT) is world's No.1 blockchain platform for e-commerce. It is the next generation e-commerce platform that returns control and profits back to individuals.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<div class="widget">
<h3 class="block-title">Exchanges</h3>
<ul class="menu">
<li><a href="https://www.binance.com/cn?ref=11560295">Binance</a></li>
<li><a href="https://www.huobi.co/en-us/topic/invited/?invite_code=q3ut3">Huobi</a></li>
<li><a href="https://www.okex.com/lang/en-US/">OKEx</a></li>
<li><a href="https://www.bithumb.com/">Bithumb</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<div class="widget">
<h3 class="block-title">Tools</h3>
<ul class="menu">
<li><a href="https://www.cmttracking.io/">Explorer</a></li>
<li><a href="http://europa.cybermiles.io/">Online IDE</a></li>
<li><a href="https://chrome.google.com/webstore/detail/venus/hmiddckbbijmdkamphkgkelnjjdkicck">Venus Wallet</a></li>
<li><a href="https://www.litylang.org/">Lity Language</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<div class="widget">
<h3 class="block-title">Social</h3>
<ul class="menu">
<li><a class="facebook" href="https://www.facebook.com/cybermiles">Facebook</a></li>
<li><a class="twitter" href="https://twitter.com/cybermiles">Twitter</a></li>
<li><a class="Telegram" href="https://t.me/cybermilestoken">Telegram</a></li>
<li><a href="https://www.cybermiles.io/en-us/about-us/contact-us/">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Copyright Start -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="site-info float-left">
<p>© 2019 - CyberMiles Foundation</p>
</div>
<div class="float-right">
<ul class="footer-support">
<!--
<li><a href="https://www.cybermiles.io/en-us/terms/">Terms & Condition</a></li>
<li><a href="https://www.cybermiles.io/en-us/about-us/contact-us/">Contact Us</a></li>
<li><a href="https://www.cybermiles.io/en-us/privacy/">Privacy Policy</a></li>i>
<li><a class="linkedin" href="#"><i class="lni-linkedin-fill"></i></a></li>
<li><a class="google-plus" href="#"><i class="lni-google-plus"></i></a></li>
-->
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Copyright End -->
</section>
<!-- Footer area End -->
</footer>
<!-- Footer Section End -->
<!-- Go To Top Link -->
<a href="#" class="back-to-top">
<i class="lni-chevron-up"></i>
</a>
<!-- Preloader -->
<div id="preloader">
<div class="loader" id="loader-1"></div>
</div>
<!-- End Preloader -->
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="js/jquery-min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/jquery.mixitup.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/nivo-lightbox.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/form-validator.min.js"></script>
<script src="js/contact-form-script.js"></script>
<script src="js/main.js"></script>
<script>
var offset = new Date().getTimezoneOffset();
if(offset/60 == -8){
$("#googleplaybutton").hide();
$("#appstorebutton").hide();
}
</script>
</body>
</html>