-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
574 lines (523 loc) · 24.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="author" content="RockSteady, Alberto Esquitino" />
<meta name="description" content="CoinChange">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>CoinChange - The easy and fast cryptoCurrecy</title>
<meta name="Description" content="CoinChange - The easy and fast cryptoCurrecy to pay in fisical shops.">
<meta name="Keywords" content="CoinChange, CryptoCurrency, Cryptonote, Cryptonight, Coin, Crypto, RockSteady, Bebop, monero">
<!-- FontAwesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- Royal Preloader CSS -->
<link href="css/royal_preloader.css" rel="stylesheet">
<!-- Standard Favicon -->
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<!-- FontAwesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.2/js/all.js"></script>
<!-- jQuery Files -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<!-- Parallax File -->
<script type="text/javascript" src="js/parallax.min.js"></script>
<!-- Mapbox -->
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.44.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.44.0/mapbox-gl.css' rel='stylesheet' />
<!-- Royal Preloader -->
<script type="text/javascript" src="js/royal_preloader.min.js"></script>
<script type="text/javascript">
Royal_Preloader.config({
mode: 'progress',
showProgress: true,
background: '#1d1d1d'
});
</script>
<!-- Stylesheets -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/ionicons.min.css" rel="stylesheet">
<link href="css/pe-icon-7-stroke.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/logoiconfont.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" title="main-css">
<link href="css/colors/green.css" rel="stylesheet">
</head>
<body class="royal_preloader" data-spy="scroll" data-target=".navbar" data-offset="70">
<div id="royal_preloader"></div>
<!-- Begin Header -->
<header>
<!-- Begin Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="row">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand scroll-link" href="#home" data-id="home">
<h2><sup><strong> CoinChange</strong></sup></h2> </a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" data-id="home" class="scroll-link">Home</a></li>
<li><a href="#download" data-id="download" class="scroll-link">Download</a></li>
<li><a href="#why" data-id="why" class="scroll-link">Features</a></li>
<li><a href="#specs" data-id="specs" class="scroll-link">Specs</a></li>
<li><a href="#roadmap" data-id="roadmap" class="scroll-link">Roadmap</a></li>
<li><a href="#contact" data-id="contact" class="scroll-link">Support</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</div><!-- /.container-fluid -->
</nav>
<!-- End Navigation -->
</header>
<!-- End Header -->
<!-- Begin Jumbotron -->
<!--<div class="jumbotron jumbotron-main" id="home">
<div id="map-wrapper">
<!--<div id="map" style="position:absolute; top: 0; bottom: 0; width: 100%; height: 100%;"></div>-->
<!--</div>-->
<div class="container center-vertically-holder">
<div class="center-vertically">
<div id="scaleReveal" class="col-sm-8 col-sm-offset-2 col-lg-6 col-lg-offset-3 text-center">
<object>
<embed src="images/logo.png" height="20%" width="20%">
</object>
<div class="ticker">
<h1>CoinChange is Fast</h1>
<h1>CoinChange is Easy</h1>
<h1>CoinChange is future</h1>
</div>
<hr>
<p> CoinChange is a new coin whit ideas to be the new coin to pay in fisical shops.</p>
<a href="#why" data-id="why" class="scroll-link btn btn-default btn-white btn-lg mt15">Explore CoinChange <span class="ion-android-arrow-down"></span></a>
</div><!-- /.column -->
</div><!-- /.vertical center -->
</div><!-- /.container -->
</div>
<!-- End Jumbotron -->
<!-- Begin Intro -->
<section id="download">
<!-- Begin Hello Intro -->
<div id="hello-intro" class="pt60 pb60">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="no-margin rightReveal"><strong>We have builds for Windows, Apple, and Ubuntu Linux. </strong>If you prefer <strong>source code</strong>, you can find that <a href="https://github.com/coinchangemarket/coinchange/">here</a> (coming soon).</h3>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.div -->
<!-- End Hello Intro -->
<!-- Begin Our Process Title -->
<div id="our-process-title" class="pt30 pb30">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h4 class="no-margin">Download Wallet & Binaries</h4>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.div -->
<!-- End Our Process Title -->
<style>
.process-icons{
color: #0000FF;
}
</style>
<!-- Begin Our Process -->
<div id="our-process">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4 process-box text-center pt50 pb50">
<div class="leftReveal">
<div class="process-intro">
<h3 class="process-number">Apple</h3>
<div><i class="process-icons fab fa-apple"></i></div>
<h2>Download Latest</h2>
</div>
<div class="process-content">
<div><span class="process-icons pe-7s-users"></span></div>
<h2 class="mt15 mb20">CoinChange Mac</h2>
<p class="no-margin">
<a href="#"> Coming Soon</a>
</p>
</div>
</div><!-- /.animation -->
</div><!-- /.column -->
<div class="col-sm-4 col-md-4 col-lg-4 process-box text-center pt50 pb50">
<div class="bottomReveal">
<div class="process-intro">
<h3 class="process-number">Windows</h3>
<div><i class="process-icons fab fa-windows"></i></span></div>
<h2>Latest + GUI</h2>
</div>
<div class="process-content">
<div><span class="process-icons pe-7s-users"></span></div>
<h2 class="mt15 mb20">CoinChange Windows</h2>
<p class="no-margin">
<a href="#"> Coming Soon</a><br>
</p>
</div>
</div><!-- /.animation -->
</div><!-- /.column -->
<div class="col-sm-4 col-md-4 col-lg-4 process-box text-center pt50 pb50 no-border-right">
<div class="rightReveal">
<div class="process-intro">
<h3 class="process-number">Linux</h3>
<div><i class="process-icons fab fa-linux"></i></span></div>
<h2>Download Latest</h2>
</div>
<div class="process-content">
<div><span class="process-icons pe-7s-users"></span></div>
<h2 class="mt15 mb20">CoinChange Linux</h2>
<p class="no-margin">
<a href="#">Coming Soon</a>
</p>
</div>
</div><!-- /.animation -->
</div><!-- /.column -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.div -->
<!-- End Our Process -->
<!-- Begin Quote Carousel -->
<!--<div id="carousel" class="testimonial-carousel pt40 pb20">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<span class="pe-7s-close heading-3-icon"></span>
<h2 class="heading-3">Fun Turtle Facts</h2>
<div class="fade-quote-carousel carousel slide" id="quote-carousel" data-ride="carousel" data-interval="3000">
<!-- Carousel indicators -->
<!--<ol class="carousel-indicators">
<li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
<li data-target="#quote-carousel" data-slide-to="1"></li>
<li data-target="#quote-carousel" data-slide-to="2"></li>
</ol>
<!-- Carousel items -->
<!--<div class="carousel-inner">
<div class="active item" style="height=150px;">
<blockquote>
TurtleCoin has a 30 second block time, which means transactions confirm faster.
</blockquote>
</div>
<div class="item" style="height=150px;">
<blockquote>
TurtleCoin has a private blockchain, nobody sees your money except you.
</blockquote>
</div>
<div class="item" style="height=150px;">
<blockquote>
You can restore a deleted TurtleCoin wallet with your view key and spend key.
</blockquote>
</div>
</div>
</div><!-- /.carousel -->
</div><!-- /.column -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.carousel -->
<!-- End Quote Carousel -->
</section><!-- /.section -->
<!-- End Intro -->
<!-- Begin why -->
<section id="why" class="background2 section-padding">
<div class="container">
<div class="row">
<div class="col-xs-12 section-title text-center">
<h2>Why CoinChange</h2>
<span class="section-divider"></span>
</div><!-- /.column -->
</div><!-- /.row -->
<div class="row">
<!-- Item 1 -->
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<div class="services-box leftReveal">
<span class="pe-7s-gleam services-icon"></span>
<h3 class="service-name">1. Fast Transactions</h3>
<p class="text-small">CoinChange generate blocks every 60 seconds. Your money travels 20x faster on CoinChange than on Bitcoin or Monero.</p>
</div>
</div><!-- /.column -->
<!-- Item 2 -->
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 mt30-xs">
<div class="services-box topReveal">
<span class="pe-7s-look services-icon"></span>
<h3 class="service-name">2. Privacy</h3>
<p class="text-small">CoinChange has the same privacy features you'll find in Monero and Aeon. Every transaction is private unless you choose to make it public.</p>
</div>
</div><!-- /.column -->
<!-- Item 3 -->
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 mt30-sm mt30-xs">
<div class="services-box rightReveal">
<span class="pe-7s-bicycle services-icon"></span>
<h3 class="service-name">3. Easy To Use</h3>
<p class="text-small">We support almost every OS, they team will relealse IOS and Android wallet soon.</p>
</div>
</div><!-- /.column -->
<!-- Item 4 -->
<!--<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 mt30">
<div class="services-box leftReveal">
<span class="pe-7s-plugin services-icon"></span>
<h3 class="service-name">4. Easy To Mine</h3>
<p class="text-small">CoinChange comes with its own basic CPU miner, but you can also use any Monero mining software you're used to if you'd rather use GPU's or mining pools. The dev team are working to CoinChange anti Asic. We recommend <a href="https://github.com/fireice-uk/xmr-stak/releases/latest">XMR-Stak Unified Miner</a>.</p>
</div>
</div><!-- /.column -->
<!-- Item 5 -->
<!--<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 mt30">
<div class="services-box bottomReveal">
<span class="pe-7s-users services-icon"></span>
<h3 class="service-name">5. Community</h3>
<p class="text-small">The CoinChange community is very welcoming to all users and developers. </p>
</div>
</div><!-- /.column -->
<!-- Item 6 -->
<!--<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 mt30">
<div class="services-box rightReveal">
<span class="pe-7s-headphones services-icon"></span>
<h3 class="service-name">6. Support</h3>
<p class="text-small">The team will announce the available means of support soon.</p>
</div>
</div><!-- /.column -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.section -->
<!-- End Services -->
<!-- Begin About -->
<!--<section id="story" class="background1 section-padding">
<div class="container">
<div class="row">
<div class="col-xs-12 section-title text-center">
<h2>The Story</h2>
<span class="section-divider"></span>
</div><!-- /.column -->
<!--</div><!-- /.row -->
<!--<div class="row mb15">
<div class="col-sm-5 leftReveal">
<h5 class="heading-1 mb20">Our Background</h5>
<h3 class="mb15 no-margin-top">Most TurtleCoin Contributors have thick, luscious beards. <strong>FACT.</strong></h3>
<p class="no-margin text-small"><em>This gives us <strong>+10xp Chin Stroke</strong> abilities, and enhances our patience and diagnostic skills. <i class="far fa-smile"></i></em></p><br>
<p>The truth is, most of us are full-time developers on other projects, and this is our way to give back to the community with something fun.</p>
</div><!-- /.column -->
<!--<div class="col-sm-7 mt30-xs rightReveal">
<h5 class="heading-1 mb20">How we started it</h5>
<span class="ion-beer logo-about"></span>
<p>One chilly December night, RockSteady and Bebop were having a beer too many while discussing the madness around fake, flimsy ICOs with no product. Bebop surmised that it just wouldn't be possible to put out a real project now days without a serious team, doing serious marketing, and bringing in serious funding.</p>
<p>RockSteady leaned in closely, stroked his beard intently, and had only one response..</p>
<p><strong>"Hold my beer."</strong></p>
<p>That night, December 9th, 2017, TurtleCoin was born.</p>
</div><!-- /.column -->
<!--</div><!-- /.row -->
<!--div class="row mb30">
<div class="col-sm-9 leftReveal">
<h5 class="heading-1 mb20">Why?</h5>
<p class="lead no-margin">Too many projects are bringing in <strong>too much funding</strong> despite most having <strong>no damn product</strong>. We figured, "why not do the whole thing in reverse? Start with a fun project, make it as simple and accessible as possible, and let it grow on its own."
<p class="lead no-margin">We have a strong belief in our no-funding strategy; if we make a cool product, <strong>the value will create itself</strong>. If you think we're wrong, we're happy to <a href="http://meta.turtlecoin.lol">talk</a> about it.</p>
</div><!-- /.column -->
<!--<div class="col-sm-3 mt30-xs rightReveal">
<h5 class="heading-1 mb20">Quote</h5>
<p class="no-margin"><i>A wise rat once said, "A turtle only moves forward by sticking his neck out.."</i></p>
</div><!-- /.column -->
<!--</div><!-- /.row -->
<!--</div><!-- /.container -->
<!--</section><!-- /.section -->
<!-- End About -->
<!-- Begin Our Count -->
<section id="ourcount" class="section-padding parallax-window" data-parallax="scroll" data-image-src="images/slider1.jpg">
<div class="container" id="specs">
<div class="row mb30">
<div class="section-title col-sm-8 col-sm-offset-2 col-lg-6 col-lg-offset-3 text-center">
<h2>The Fine Print</h2>
<span class="section-divider mb15"></span>
<p class="no-margin">Here are some quick details about the project.</p>
<p class="text-small"></p>
</div><!-- /.column -->
</div><!-- /.row -->
<div class="row">
<div class="col-sm-6 col-md-3 item leftReveal">
<div class="circle-hold">
<i class="ion-cube"></i>
</div>
<h2 class="timer mb5" data-from="0" data-to="0" data-refresh-interval="20">1</h2><h5>CCT</h5>
<p class="no-margin">Avg. Block Reward (coming soon)</p>
</div><!-- /.column -->
<div class="col-sm-6 col-md-3 item mt30-xs rightReveal">
<div class="circle-hold">
<i class="ion-clock"></i>
</div>
<center><h2 class="timer mb5" data-from="1" data-to="60" data-refresh-interval="20">1</h2>
<p class="no-margin">1 Block every<br> 60 seconds</p>
</div><!-- /.column -->
<div class="col-sm-6 col-md-3 item mt30-xs mt30-sm leftReveal">
<div class="circle-hold">
<i class="ion-social-github"></i>
</div>
<h2 class="timer mb5" data-from="1" data-to="2" data-refresh-interval="20">1</h2>
<p class="no-margin">Developers <br> <a href="http://chat.turtlecoin.lol"></a></p>
</div><!-- /.column -->
<div class="col-sm-6 col-md-3 item mt30-xs mt30-sm rightReveal">
<div class="circle-hold">
<i class="ion-happy-outline"></i>
</div>
<h2 class="timer mb5">0</h2>
<p class="no-margin">No Premine <br>No Shenanigans</p>
</div><!-- /.column -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.section -->
<!-- End Our Count --></center>
<!-- Begin Timeline -->
<section id="roadmap" class="background1 section-padding-top">
<div class="container">
<div class="row">
<div class="col-xs-12 section-title text-center">
<h2>Roadmap</h2>
<span class="section-divider"></span>
</div><!-- /.column -->
</div><!-- /.row -->
<div class="row">
<div class="col-lg-12">
<!--<ul class="timeline pb80">
<!-- Item 1 -->
<!--<li>
<div class="timeline-image scaleReveal"><img alt="" class="img-circle img-responsive" src="images/timeline-1.png"></div>
<div class="timeline-panel leftReveal">
<div class="timeline-heading">
<h5 class="heading-1 mb15">Q4 2017</h5>
<h4 class="subheading">Hello Turtle</h4>
</div>
<div class="timeline-body">
<p>TurtleCoin was born <strong>December 9th, 2017</strong>. </p>
<p>
In the beginning, we were command line only, compiled only for Linux, and got banned repeatedly from online forums for hosting flash TRTL giveaways.</p>
</div>
</div>
</li>
<!-- Item 2 -->
<!--<li class="timeline-inverted">
<div class="timeline-image scaleReveal"><img alt="" class="img-circle img-responsive" src="images/timeline-2.png"></div>
<div class="timeline-panel rightReveal">
<div class="timeline-heading">
<h5 class="heading-1 mb15">Q1 2018</h5>
<h4 class="subheading">GUI Wallets</h4>
</div>
<div class="timeline-body">
<p>Two graphical wallets enter production testing, one written in Python with Glade from scratch, and the other, written in Xamarin.</p>
<p>
<a href="https://github.com/turtlecoin/turtle-wallet"><span class="ion-android-arrow-dropright"></span> Follow Python Wallet</a></p>
<p>
<a href="https://github.com/turtlecoin/desktop-xamarin"><span class="ion-android-arrow-dropright"></span> Follow Xamarin Wallet</a></p>
</div>
</div>
</li>
<!-- Item 3 -->
<!--<li>
<div class="timeline-image scaleReveal"><img alt="" class="img-circle img-responsive" src="images/timeline-3.png"></div>
<div class="timeline-panel leftReveal">
<div class="timeline-heading">
<h5 class="heading-1 mb15">Q2 2018</h5>
<h4 class="subheading">Market Partnerships</h4>
</div>
<div class="timeline-body"> <p>We pledged to have our TurtleCoins being publicly trading by Q2 2018, and we have now delivered on that promise. You can now trade TurtleCoin on 2 exchange markets and 1 OTC private market.</p>
<p><a href="https://tradesatoshi.com"><span class="ion-android-arrow-dropright"> TradeSatoshi</a></p>
<p><a href="https://tradeogre.com"><span class="ion-android-arrow-dropright"> TradeOgre</a></p>
<p><a href="https://discordapp.com/invite/NZ7QYJA"><span class="ion-android-arrow-dropright"> OTC Trade</a></p>
</div>
</div>
</li>
<!-- Item 4 -->
<!--<li class="timeline-inverted">
<div class="timeline-image scaleReveal"><img alt="" class="img-circle img-responsive" src="images/timeline-4.png"></div>
<div class="timeline-panel rightReveal">
<div class="timeline-heading">
<h5 class="heading-1 mb15">Begins development, Q2 2018</h5>
<h4 class="subheading">Mobius, Fast Blocks No Sync</h4>
</div>
<div class="timeline-body">
<p>A big headache with proof of work is syncing a huge chain, and fast blocks don't usually help that issue. Our goal is producing faster blocks on a shorter chain. This is perhaps the most aggressive goal, and will require the most help to complete.</p>
</div>
</div>
</li>
<!-- Item 3 -->
<!--<li>
<div class="timeline-image scaleReveal"><img alt="" class="img-circle img-responsive" src="images/timeline-5.png"></div>
<div class="timeline-panel leftReveal">
<div class="timeline-heading">
<h5 class="heading-1 mb15">TBA</h5>
<h4 class="subheading">Karai, Simple Smart Contracts</h4>
</div>
<div class="timeline-body">
<p>Distributed, trustless networks have uses beyond currency. Karai is our goal for enabling distributed applications and networks beyond the main blockchain.</p>
</div>
</div>
</li>
<!-- Item 4 -->
<!--<li class="timeline-inverted">
<div class="timeline-image scaleReveal"><img alt="" class="img-circle img-responsive" src="images/timeline-6.png"></div>
<div class="timeline-panel rightReveal">
<div class="timeline-heading">
<h5 class="heading-1 mb15">TBA</h5>
<h4 class="subheading">TurtlePay Network</h4>
</div>
<div class="timeline-body">
<p>What good is an ATM if it isn't nearby? Tap-and-pay is yesterday; Tap-and-earn is tomorrow. Your nearest Crypto ATM is in your pocket.</p>
</div>
</div>
</li>
</ul>
</div><!-- /.column -->
<h1><center>Coming Soon</h1><center>
<br></br>
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.section -->
<!-- End Timeline -->
<!-- Begin Contact -->
<section id="contact" class="background2 section-padding">
<div class="container">
<div class="row mb30">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3 section-title text-center">
<h2>Still Interested?</h2>
<br />
<span class="section-divider mb15"></span>
<br />
<p class="no-margin scaleReveal">We need help! Join Us! No, seriously! Whatever your skill is, or what ideas you have, we are ready to hear about it!</p>
<!--<h1><a href="http://chat.turtlecoin.lol">Join us on Discord</a></h1>-->
<h1><a href="http://github.com/coinchangemarket/">Join us on GitHub</a></h1>
</div><!-- /.column -->
</div><!-- /.row -->
<div class="row">
<center><p>This website is based in turtlecoin website. </p></center>
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.section -->
<!-- End Contact -->
<!-- Begin Footer -->
<!-- Javascript Files -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!--script type="text/javascript" src="js/particles.min.js"></script>
<script type="text/javascript" src="js/particlesRun.js"></script-->
<script type="text/javascript" src="js/jquery.mixitup.js"></script>
<script type="text/javascript" src="js/form-validator.min.js"></script>
<script type="text/javascript" src="js/jquery.inview.min.js"></script>
<script type="text/javascript" src="js/jquery.countTo.js"></script>
<script type="text/javascript">
/* ---- Counter (our count) ---- */
$('#ourcount').one('inview', function(event, isInView) {
if (isInView) {
$('.timer').countTo({speed: 3000});
}
});
</script>
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/scrollreveal.min.js"></script>
<script type="text/javascript" src="js/style-switcher.js"></script><!-- Remove for production -->
<script type="text/javascript" src="js/map.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>