-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
765 lines (722 loc) · 40.8 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
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="images/favicon.png" rel="icon" />
<title>Cash-Ninjas - A CashTokens NFT Collection</title>
<meta name="description"
content="Cash-Ninjas - A CashTokens NFT Collection, taking NFTs on Bitcoin Cash to the next level! Created by known BCH community members to help build out the CashTokens ecosystem.">
<!-- Web Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- Stylesheet
============================== -->
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="/vendor/bootstrap/css/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" type="text/css" href="/vendor/font-awesome/css/all.min.css" />
<!-- Owl Carousel -->
<link rel="stylesheet" type="text/css" href="/vendor/owl.carousel/assets/owl.carousel.min.css" />
<!-- Template Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />
<!-- Colors Css -->
<link id="color-switcher" type="text/css" rel="stylesheet" href="css/color-teal.css" />
<script defer data-domain="ninjas.cash" src="https://plausible.io/js/script.js"></script>
</head>
<body data-bs-spy="scroll" data-bs-target="#header-nav" data-bs-smooth-scroll="true" data-bs-offset="0" class="hero-bg"
style="background-image:url('images/bg.png');">
<!-- Preloader -->
<div class="preloader preloader-dark">
<div class="lds-ellipsis">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- Preloader End -->
<!-- Document Wrapper
=============================== -->
<div id="main-wrapper">
<!-- Header
============================ -->
<header id="header" class="sticky-top-slide">
<!-- Navbar -->
<nav class="primary-menu navbar navbar-expand-lg navbar-dark bg-primary fw-500 border-bottom-0">
<div class="container position-relative">
<div class="col-auto col-lg-auto">
<!-- Logo -->
<a class="logo" href="index.html" title="Cash-Ninjas"> <img src="images/ninjaIcon.png" alt="Cash-Ninjas"
style="width: 55px" />
<h2 class="text-6 ls-5 text-white text-uppercase" style="margin-top: 10px; font-family: samurai;">
Cash-Ninjas</h2>
</a>
<!-- Logo End -->
</div>
<div class="col navbar-accordion">
<button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse"
data-bs-target="#header-nav"><span></span><span></span><span></span></button>
<div id="header-nav" class="collapse navbar-collapse justify-content-end">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link active" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="./mint.html">Mint <sup>new</sup></a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#team">Team</a></li>
<li class="nav-item"><a class="nav-link" href="./collection.html">Collection <sup>new</sup></a></li>
<li class="nav-item"><a class="nav-link" href="#clans">Clans</a></li>
<li class="nav-item"><a class="nav-link" href="#roadmap">Roadmap</a></li>
<li class="nav-item"><a class="nav-link" href="#faq">FAQ</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- Navbar End -->
</header>
<!-- Header End -->
<!-- Content
======================== -->
<div id="content" role="main">
<!-- Intro
========================= -->
<section id="home">
<div class="hero-wrap">
<div class="hero-content section pb-0 d-flex min-vh-100">
<div class="container py-5 my-auto">
<div class="row g-5">
<div class="col-lg-7 text-center text-lg-start my-lg-auto pt5 pt-lg-0">
<h1 class="text-20 fw-600 text-primary text-uppercase" style="font-family: samurai">Cash-Ninjas</h1>
<p class="text-4 text-light mb-4">
Cash-Ninjas is an NFT collection leveraging the new <a href="https://cashtokens.org"
target="_blank">CashTokens</a> technology on <a href="https://bitcoincash.org"
target="_blank">Bitcoin Cash</a> with <a href="https://openai.com" target="_blank">OpenAI</a>
enhancements to provide names and extensive descriptions for each Cash-Ninja! </p>
<p class="text-4 text-light mb-4">
The project is the result of a few BCH supporters crossing paths
and teaming-up to build something awesome together. Then releasing <a
href="https://github.com/cashninjas" target="_blank">open source tools</a> for all the builders
out there!
</p>
<div class="d-inline-flex flex-column flex-sm-row align-items-center">
<a href="https://t.me/cashninjas" class="btn btn-lg btn-primary rounded-4"><span class="me-1"><i
class="fab fa-telegram-plane"></i></span> Telegram</a></a>
<!-- Social Icon -->
<ul class="social-icons social-icons-dark social-icons-lg ms-sm-4 mt-4 mt-sm-0">
<li class="social-icons-twitter"><a class="rounded-4" data-bs-toggle="tooltip"
href="https://twitter.com/cashninjasbch" target="_blank" title="Twitter"><i
class="fab fa-twitter"></i></a></li>
<li class="social-icons-youtube"><a class="rounded-4" data-bs-toggle="tooltip"
href="https://www.youtube.com/@CashNinjasBCH" target="_blank" title="Youtube"><i
class="fab fa-youtube"></i></a></li>
<li class="social-icons-github"><a class="rounded-4" data-bs-toggle="tooltip"
href="https://github.com/cashninjas" target="_blank" title="GitHub"><i
class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-5 text-center my-lg-auto">
<div class="position-relative">
<div class="owl-carousel owl-theme" data-animateout="slideOutDown" data-autoplayTimeout="1500"
data-autoplay="true" data-nav="false" data-dots="false" data-loop="true" data-margin="30"
data-slideby="1" data-stagepadding="5" data-items="1">
<div class="item"><img class="rounded-4" src="images/collection/item-1.png" alt=""></div>
<div class="item"><img class="rounded-4" src="images/collection/item-2.png" alt=""></div>
<div class="item"><img class="rounded-4" src="images/collection/item-3.png" alt=""></div>
<div class="item"><img class="rounded-4" src="images/collection/item-4.png" alt=""></div>
<div class="item"><img class="rounded-4" src="images/collection/item-5.png" alt=""></div>
<div class="item"><img class="rounded-4" src="images/collection/item-6.png" alt=""></div>
<div class="item"><img class="rounded-4" src="images/collection/item-8.png" alt=""></div>
<div class="item"><img class="rounded-4" src="images/collection/item-7.png" alt=""></div>
</div>
<a href="/mint.html">
<div class="hero-wrap py-3 position-absolute bottom-0 start-50 translate-middle-x mb-n5"
style="z-index:2; min-width: 225px">
<div class="hero-mask rounded-4 opacity-9 bg-dark"></div>
<div class="hero-content text-center px-5">
<p class="text-5 text-white fw-600 mb-0">Mint is Live! </p>
<p class="text-6 fw-600"><u>Mint Now</u></p>
</div>
</div>
</div></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Intro end -->
<!-- Number -->
<div class="mt-5">
<div class="container">
<div class="row g-4">
<div class="col-6 col-lg-3">
<div class="hero-wrap py-3">
<div class="hero-mask rounded-4 opacity-7 bg-dark"></div>
<div class="hero-content text-center py-4 px-3">
<h4 class="text-11 text-white fw-600 mb-0">5000</h4>
<div class="text-4 text-light">Unique Cash-Ninjas</div>
</div>
</div>
</div>
<div class="col-6 col-lg-3">
<div class="hero-wrap py-3">
<div class="hero-mask rounded-4 opacity-7 bg-dark"></div>
<div class="hero-content text-center py-4 px-3">
<h4 class="text-11 text-white fw-600 mb-0">0.05</h4>
<div class="text-4 text-light">Mint Price (BCH)</div>
</div>
</div>
</div>
<div class="col-6 col-lg-3">
<div class="hero-wrap py-3">
<div class="hero-mask rounded-4 opacity-7 bg-dark"></div>
<div class="hero-content text-center py-4 px-3">
<h4 id="mintStatus" class="text-11 text-white fw-600 mb-0"></h4>
<div class="text-4 text-light">Status</div>
</div>
</div>
</div>
<div class="col-6 col-lg-3">
<div class="hero-wrap py-3">
<div class="hero-mask rounded-4 opacity-7 bg-dark"></div>
<div class="hero-content text-center py-4 px-3">
<h4 id="nftsMinted" class="text-11 text-white fw-600 mb-0"></h4>
<div class="text-4 text-light">Amount Minted</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Number end -->
<!-- About
========================== -->
<section id="about" class="section">
<div class="container">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-white-50 opacity-1 text-uppercase fw-600 w-100 mb-0">About Us</h2>
<p class="text-9 text-white fw-600 position-absolute w-100 align-self-center lh-base mb-0">Our Story<span
class="heading-separator-line border-bottom border-3 border-primary d-block mx-auto"></span> </p>
</div>
<!-- Heading end-->
<div class="row">
<div class="col-lg-6 position-relative">
<div class="about-img">
<div class="img-1"><img class="img-fluid rounded-4 shadow-lg" src="images/collection/item-3.png" alt="">
</div>
<div class="img-2"><img class="img-fluid rounded-4 shadow-lg" src="images/collection/item-2.png" alt="">
</div>
</div>
</div>
<div class="col-lg-6 text-center text-lg-start">
<h2 class="text-12 text-white fw-600 mb-3">Welcome to the Cash-Ninjas Project</h2>
<p class="text-light">
The goal of Cash-Ninjas is to do something fun, cool & unique in the CashTokens ecosystem and to create
an enthusiastic community around it!
Further, the goal is to contribute to the nascent NFT space on BCH by building <a
href="https://github.com/cashninjas" target="_blank">open-source
tooling</a> to simplify creating NFT projects on Bitcoin Cash.
</p>
<a class="btn btn-primary rounded-4 mt-2" href="/mint.html">Check out the Mint <span
class="text-2 ms-2"><i class="fa fa-chevron-right"></i></span></a>
</div>
</div>
</div>
</section>
<!-- About end -->
<!-- Team
============================ -->
<section id="team" class="section">
<div class="container">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-white-50 opacity-1 text-uppercase fw-600 w-100 mb-0">Squad</h2>
<p class="text-9 text-white fw-600 position-absolute w-100 align-self-center lh-base mb-0">Meet The
Team<span class="heading-separator-line border-bottom border-3 border-primary d-block mx-auto"></span>
</p>
</div>
<!-- Heading end-->
<div class="row g-3" style="justify-content: center;">
<div class="col-sm-6 col-lg-4">
<div class="team bg-dark rounded-4 d-inline-block text-center"> <img class="img-fluid rounded-4" alt=""
src="images/team/itachu.jpg">
<h3 class="text-white">Itachu</h3>
<p class="text-white-50">Artistic Genius</p>
</div>
</div>
<div class="col-sm-6 col-lg-4">
<div class="team bg-dark rounded-4 d-inline-block text-center"> <img class="img-fluid rounded-4" alt=""
src="images/team/mathieu.jpg">
<h3 class="text-white">Mathieu</h3>
<p class="text-white-50">CashTokens Wizard</p>
</div>
</div>
<div class="col-sm-6 col-lg-4">
<div class="team bg-dark rounded-4 d-inline-block text-center"> <img class="img-fluid rounded-4" alt=""
src="images/team/josh.jpg">
<h3 class="text-white">Josh</h3>
<p class="text-white-50">Terminal Grandmaster</p>
</div>
</div>
</div>
<div style="max-width: 1000px; margin: 20px auto 0 auto;">
<p class="text-light"><b>Itachu (the artist)</b> is a Native American activist that uses his talent to bring
awareness and support to people and places that need it the most. He created the art for <a
href="https://reapers.cash" target="_blank">Reapers Project</a>
on SmartBCH and for almost 2 years has kept the community together and strong. He's as excited as ever to
work out a new project, this time on the Bitcoin Cash mainchain! <br /><br />
<b>Mathieu (dev)</b> has been at the forefront of the CashTokens ecosystem since its inception with
work on the <a href="https://cashonize.com" target="_blank">Cashonize</a> wallet. He has been passionate
about BCH for many years but now that he's achieved
the necessary technical skills, he's made it his mission to have the biggest impact on the success of
Bitcoin Cash & CashTokens. <br /><br />
<b>Josh (dev)</b> is a well-known figure in the BCH community who has worked on and contributed
to a number of different projects. He co-created the Reapers
NFT collection with Itachu on SBCH, and can't wait to move them over to CashTokens. You can find him on
<a href="https://x.com/zquestz" target="_blank">X</a>, or read his <a href="https://thoughts.greyh.at"
target="_blank">thoughts</a> if you are so inclined.
</p>
</div>
</div>
</section>
<!-- Team end -->
<!-- collection
============================= -->
<section id="collection" class="section">
<div class="container">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-white-50 opacity-1 text-uppercase fw-600 w-100 mb-0">Showcase</h2>
<p class="text-9 text-white fw-600 position-absolute w-100 align-self-center lh-base mb-0">
Collection Page
<span class="heading-separator-line border-bottom border-3 border-primary d-block mx-auto"></span>
</p>
</div>
<!-- Heading end-->
</div>
<!-- Carousel -->
<div class="owl-carousel owl-theme" data-loop="true" data-dots="false" data-nav="false" data-autoplay="true"
data-autoplaytimeout="3000" data-smartspeed="3000" data-slidetransition="linear" data-center="true"
data-margin="25" data-stagepadding="0" data-slideby="1" data-items-xs="3" data-items-sm="4" data-items-md="4"
data-items-lg="5">
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-1.png" alt=""> </div>
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-5.png" alt=""> </div>
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-3.png" alt=""> </div>
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-6.png" alt=""> </div>
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-4.png" alt=""> </div>
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-2.png" alt=""> </div>
</div>
<!-- Carousel End -->
<!-- Carousel Reverse -->
<div class="owl-carousel owl-theme" data-rtl="true" data-loop="true" data-dots="false" data-nav="false"
data-autoplay="true" data-autoplaytimeout="3000" data-smartspeed="3000" data-slidetransition="linear"
data-center="true" data-margin="25" data-stagepadding="0" data-slideby="1" data-items-xs="3" data-items-sm="4"
data-items-md="4" data-items-lg="5">
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-7.png" alt=""> </div>
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-8.png" alt=""> </div>
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-9.png" alt=""> </div>
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-10.png" alt=""> </div>
<div class="item"> <img class="img-fluid rounded-4" src="images/collection/item-11.png" alt=""> </div>
</div>
<!-- Carousel Reverse End -->
<!-- Button -->
<div class="container text-center mt-5">
<a class="btn btn-primary rounded-4 mt-2" href="./collection.html">
Check your Collection
<span class="text-2 ms-2"><i class="fa fa-chevron-right"></i></span>
</a>
</div>
<!-- Button End-->
</section>
<!-- collection end -->
<!-- Clans
============================= -->
<section id="clans" class="section">
<div class="container">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-white-50 opacity-1 text-uppercase fw-600 w-100 mb-0">Ninja Lore</h2>
<p class="text-9 text-white fw-600 position-absolute w-100 align-self-center lh-base mb-0">The Clans<span
class="heading-separator-line border-bottom border-3 border-primary d-block mx-auto"></span> </p>
</div>
<!-- Heading end-->
</div>
<!-- Middle Panel
============================================= -->
<div class="col-lg-8 col-xl-9" style="margin: auto; padding: 0 10px;">
<div class="blog-post blog-post-dark p-4 mb-4">
<div class="row g-0">
<img width="250" style="max-width: 350px; width: 80%; margin: auto;" src="images/animated_clans.png" />
<div class="col-md-7" style="margin: auto;">
<div class="card-body pb-0 pt-3 pt-md-0 ps-0 ps-md-4 pe-0">
<h4 class="title-blog text-7 text-white">Introducing the Cash-Ninjas clans!</h4>
<br>
<p class=""> The ninja realm consists of 8 different factions: Dragon, BCH, Fire, Jungle, Water,
Psychic, Blizzard & Thunder clan.
Each clan has their characteristic marking with its own element and color, the element symbolizes
the core values of the clan.
There's different alliances and hostile relations between the different clans.
<br /><br />
Not all ninjas are part of a clan, for different reasons some of these rare Cash-Ninjas roam without
a tribe, they are called “Rogue Ninjas”.
</p>
</div>
</div>
</div>
</div>
<!-- Middle Panel End -->
</section>
<!-- Clans end -->
<!-- Roadmap
=========================== -->
<section id="roadmap" class="section">
<div class="container">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-white-50 opacity-1 text-uppercase fw-600 w-100 mb-0">Timeline</h2>
<p class="text-9 text-white fw-600 position-absolute w-100 align-self-center lh-base mb-0">Roadmap<span
class="heading-separator-line border-bottom border-3 border-primary d-block mx-auto"></span> </p>
</div>
<!-- Heading end-->
<div class="roadmap text-white">
<!-- 1st -->
<div class="row gy-3 mb-5">
<div class="col-md-6">
<div class="step-pr shadow mx-auto ms-md-auto me-md-5">
<div class="text-14 fw-600 text-primary me-n2">0<sup class="text-8 fw-300">%</sup></div>
</div>
</div>
<div class="col-md-6">
<div class="text-center text-md-start ms-md-5">
<p class="text-4 fw-500 d-inline-flex align-items-center mb-2">Aug - 2023 <span
class="badge bg-success fw-400 rounded-pill px-3 ms-2">Completed</span></p>
<h2 class="text-white fw-600 mb-3">Go Public</h2>
<p class="text-light">Finally revealing the Cash-Ninjas to the world! This marks the announcement of
the upcoming Cash-Ninjas mint as well as the start of an awesome Cash-Ninjas telegram community!</p>
</div>
</div>
</div>
<!-- 2nd -->
<div class="row gy-4 mb-5">
<div class="col-md-6 order-1 order-md-2">
<div class="step-pr alternate shadow mx-auto me-md-auto ms-md-5">
<div class="text-14 fw-600 text-primary me-n2">20<sup class="text-8 fw-300">%</sup></div>
</div>
</div>
<div class="col-md-6 order-2 order-md-1">
<div class="text-center text-md-end me-md-5">
<p class="text-4 fw-500 d-inline-flex align-items-center mb-2"><span
class="badge bg-success fw-400 rounded-pill px-3 me-2">Ongoing!</span> Oct 8th - 2023</p>
<h2 class="text-white fw-600 mb-3">Launch Mint</h2>
<p class="text-light">The CashNinja NFT mint went live October 8th!
There's now a minting page on the website where you can connect your wallet and easily mint your own
Cash-Ninjas right from your wallet!
The mint uses a multi-threaded minting contract, which is <a
href="https://github.com/cashninjas/minting-contract" target="_blank">open-sourced</a>!
</p>
</div>
</div>
</div>
<!-- 3rd -->
<div class="row gy-4 mb-5">
<div class="col-md-6">
<div class="step-pr shadow mx-auto ms-md-auto me-md-5">
<div class="text-14 fw-600 text-primary me-n2">40<sup class="text-8 fw-300">%</sup></div>
</div>
</div>
<div class="col-md-6">
<div class="text-center text-md-start ms-md-5">
<p class="text-4 fw-500 d-inline-flex align-items-center mb-2"><span
class="badge bg-success fw-400 rounded-pill px-3 me-2">Completed</span> Oct - 2023</p>
<h2 class="text-white fw-600 mb-3">Showcase Collection Page</h2>
<p class="text-light">A showcase page has been developed for the full collection so it is easy to
browse right from the website and has the option to easily filter the collection for Cash-Ninjas
with a specific set of attributes!</p>
</div>
</div>
</div>
<!-- 4th -->
<div class="row gy-4 mb-5">
<div class="col-md-6 order-1 order-md-2">
<div class="step-pr alternate shadow mx-auto me-md-auto ms-md-5">
<div class="text-14 fw-600 text-primary me-n2">60<sup class="text-8 fw-300">%</sup></div>
</div>
</div>
<div class="col-md-6 order-2 order-md-1">
<div class="text-center text-md-end me-md-5">
<p class="text-4 fw-500 d-inline-flex align-items-center mb-2"><span
class="badge bg-success fw-400 rounded-pill px-3 me-2">Completed</span> Feb - 2024</p>
<h2 class="text-white fw-600 mb-3">Bridge Reapers</h2>
<p class="text-light"> To revive the Reapers community from SBCH and to introduce them to CashTokens,
a one-way bridge to BCH is being developed so the Reapers can be ported over to the BCH blockchain!
The <a href="https://reapers.cash/" target="_blank">Reapers website</a> got a big make-over
in anticipation, and now the <a href="https://reapers.cash/bridge" target="_blank">bridge</a> is ready to use!
</p>
</div>
</div>
</div>
<!-- 5th -->
<div class="row gy-4 mb-5">
<div class="col-md-6">
<div class="step-pr shadow mx-auto ms-md-auto me-md-5">
<div class="text-14 fw-600 text-primary me-n2">80<sup class="text-8 fw-300">%</sup></div>
</div>
</div>
<div class="col-md-6">
<div class="text-center text-md-start ms-md-5"><span
class="badge bg-warning fw-400 rounded-pill px-3 me-2">In Progress</span></p>
<h2 class="text-white fw-600 mb-3">Digital comic book</h2>
<p class="text-light">With some unique lore in mind, Itachu, the artistic creator behind the Cash
Ninjas, wants to bring a unique digital comic book about the different clans.
The comic will be downloadable through the site but only for holders of Cash-Ninjas!
</p>
</div>
</div>
</div>
<!-- 6th -->
<div class="row gy-4">
<div class="col-md-6 order-1 order-md-2">
<div class="step-pr alternate shadow mx-auto me-md-auto ms-md-5">
<div class="text-14 fw-600 text-primary me-n2">100<sup class="text-8 fw-300">%</sup></div>
</div>
</div>
<div class="col-md-6 order-2 order-md-1">
<div class="text-center text-md-end me-md-5">
<h2 class="text-white fw-600 mb-3">Airdrops & Collaborations</h2>
<p class="text-light">The goal is to provide ongoing value to the Cash-Ninjas by the way of airdrops
and collaborations with other CashTokens NFT projects, there are many possibilities!
The first airdrop was <a href="https://twitter.com/cashninjasbch/status/1730729502832308459" target="_blank">2.5 million DogeCash</a>
for each Cash-Ninja held.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Roadmap end -->
<!-- FAQ
============================ -->
<section id="faq" class="section">
<div class="container">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-white-50 opacity-1 text-uppercase fw-600 w-100 mb-0">Questions</h2>
<p class="text-9 text-white fw-600 position-absolute w-100 align-self-center lh-base mb-0">Frequently Asked
Questions<span
class="heading-separator-line border-bottom border-3 border-primary d-block mx-auto"></span> </p>
</div>
<!-- Heading end-->
<div class="row gy-5">
<div class="col-lg-6 order-1 order-lg-0">
<!-- Accordion Start -->
<div class="accordion accordion-flush accordion-dark" id="faqTopics">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="true" aria-controls="flush-collapseOne">What
are the Cash-Ninjas ?</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse show"
aria-labelledby="flush-headingOne" data-bs-parent="#faqTopics">
<div class="accordion-body">
<p class="mb-0">Cash-Ninjas are collectible NFTs on Bitcoin Cash using the new CashTokens
technology!
Cash-Ninjas combines hand-drawn ninja art with an ambitious roadmap and an innovative minting
setup.
Further, there is rich & unique ninja lore to explore!
</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">How
can I mint my own Cash-Ninja NFT ?</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo"
data-bs-parent="#faqTopics">
<div class="accordion-body">
<p class="mb-0">Cash-Ninjas mint uses the WalletConnect v2 standard to connect your wallet with
our
web3 minting app.
Currently this means you can use the <a href="https://cashonize.com/"
target="_blank">Cashonize</a> webwallet,
the <a href="https://zapit.io/" target="_blank">Zapit</a> wallet or the
<a href="https://www.paytaca.com/" target="_blank">Paytaca</a> wallet.
The only other requirement is to have enough Bitcoin Cash in your wallet to mint your desired
number of Cash-Ninjas!
</p>
</div>
</div>
</div>
<!-- Which wallets can I use for the mint ?-->
<!-- In which wallets can I hold my Cash-Ninja NFTs ?-->
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour" aria-expanded="false"
aria-controls="flush-collapseFour">Where we can I trade Cash-Ninja NFTs ?</button>
</h2>
<div id="flush-collapseFour" class="accordion-collapse collapse" aria-labelledby="flush-headingFour"
data-bs-parent="#faqTopics">
<div class="accordion-body">
<p class="mb-0">Cash-Ninjas can be traded on <a href="https://tapswap.cash/"
target="_blank">Tapswap</a>, a non-custodial marketplace for CashTokens!
Tapswap also uses WalletConnect so you can use all the same wallets as for the Cash-Ninjas mint!
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingSix">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseSix" aria-expanded="false" aria-controls="flush-collapseSix">What
is the goal of the Cash-Ninja project ?</button>
</h2>
<div id="flush-collapseSix" class="accordion-collapse collapse" aria-labelledby="flush-headingSix"
data-bs-parent="#faqTopics">
<div class="accordion-body">
<p class="mb-0">
The goal of Cash-Ninjas is to do something fun, cool & unique in the CashTokens ecosystem and to
create an enthusiastic community around it!
Further, the goal is to contribute to the nascent NFT space on BCH by building <a
href="https://github.com/cashninjas" target="_blank">open-source
tooling</a> to simplify creating NFT projects on Bitcoin Cash.
</p>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree" aria-expanded="false"
aria-controls="flush-collapseThree">What parts of the project are open-sourced ?</button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse"
aria-labelledby="flush-headingThree" data-bs-parent="#faqTopics">
<div class="accordion-body">
<p>All of it, so take a look at our <a href="https://github.com/cashninjas"
target="_blank">GitHub page</a>!
<br><br>We are committed to simplifying the process of creating a CashTokens NFT collection so
we open-sourced every tool we developed, from the generation of the randomized artwork, to the
setup of the minting contract, as well as the code of the simple API server and the code for
the minting page.
</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFive">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFive" aria-expanded="false"
aria-controls="flush-collapseFive">How is the minting setup innovative ?</button>
</h2>
<div id="flush-collapseFive" class="accordion-collapse collapse" aria-labelledby="flush-headingFive"
data-bs-parent="#faqTopics">
<div class="accordion-body">
<p class="mb-0">The Cash-Ninjas <a href="https://github.com/cashninjas/minting-contract"
target="_blank">minting contract</a> is multi-threaded allowing for multiple mints at the
same time without running into issues!
Additionally, Cash-Ninjas uses a novel metadata strategy so your Cash-Ninjas shows in your
wallet correctly right away.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Accordion End -->
</div>
<div class="col-lg-6 d-flex align-items-center justify-content-center order-0 order-lg-1"
style="margin-top: -25px;"> <img class="img-fluid" src="images/faq.png" title="FAQ" alt="faq"
style="width: 80%;"> </div>
</div>
</div>
</section>
<!-- FAQ end -->
<div>
<div class="container">
<!-- TokenId -->
<p class="text-center text-light">TokenId: <a target="_blank"
href="https://explorer.salemkode.com/token/77a95410a07c2392c340384aef323aea902ebfa698a35815c4ef100062c6d8ac"
class="fw-500 bch-address">77a95410a07c2392c340384aef323aea902ebfa698a35815c4ef100062c6d8ac</a>
<!-- Smart Contract Address -->
<p class="text-center text-light">Smart Contract Address: <a target="_blank"
href="https://explorer.salemkode.com/address/bitcoincash:pvl88yaeyajf6cn8fhaf3qasl238rzrnpmnmgzr05krpkt0ez52z5rgwl9x9u"
class="fw-500 bch-address">bitcoincash:pvl88yaeyajf6cn8fhaf3qasl238rzrnpmnmgzr05krpkt0ez52z5rgwl9x9u</a>
</p>
</div>
</div>
<!-- Join
============================== -->
<section id="join" class="section pb-0">
<div class="container">
<div class="bg-primary text-center shadow-lg rounded-4 p-5 mt-n3">
<div class="text-15 text-white lh-1 mb-2"><i class="fab fa-telegram-plane"></i></div>
<h3 class="text-11 text-white fw-600 mb-3">Join Our Community</h3>
<a class="btn btn-light rounded-4" href="https://t.me/cashninjas">Join Telegram</a>
</div>
</div>
</section>
<!-- Join end -->
</div>
<!-- Content end -->
<!-- Footer
============================== -->
<footer id="footer" class="section footer-dark my-4">
<div class="container">
<!-- Social Icon -->
<ul class="social-icons social-icons-dark social-icons-lg justify-content-center mb-4">
<li class="social-icons-telegram"><a class="rounded-4" data-bs-toggle="tooltip" href="https://t.me/cashninjas"
target="_blank" title="Telegram"><i class="fab fa-telegram-plane"></i></a></li>
<li class="social-icons-twitter"><a class="rounded-4" data-bs-toggle="tooltip"
href="https://twitter.com/cashninjasbch" target="_blank" title="Twitter"><i
class="fab fa-twitter"></i></a></li>
<li class="social-icons-youtube"><a class="rounded-4" data-bs-toggle="tooltip"
href="https://www.youtube.com/@CashNinjasBCH" target="_blank" title="Youtube"><i
class="fab fa-youtube"></i></a></li>
<li class="social-icons-github"><a class="rounded-4" data-bs-toggle="tooltip"
href="https://github.com/cashninjas" target="_blank" title="GitHub"><i class="fab fa-github"></i></a></li>
</ul>
<!-- Copyright Text -->
<p class="text-center mb-4">Copyright © 2023-<span id="currentYear"></span> <a href="#" class="fw-500">Cash-Ninjas</a>. All Rights Reserved.
</p>
</div>
</footer>
<!-- Footer end -->
</div>
<!-- Document Wrapper end -->
<!-- Back to Top
============================== -->
<a id="back-to-top" class="rounded-4" data-bs-toggle="tooltip" title="Back to Top" href="javascript:void(0)"><i
class="fa fa-chevron-up"></i></a>
<!-- JavaScript -->
<script>
const currentYear = new Date().getFullYear();
document.getElementById("currentYear").innerHTML = currentYear;
displayStats();
// update amount minted each 60 seconds
setInterval(displayStats, 60_000);
async function displayStats() {
try {
const fetchPromise = await fetch("https://api.ninjas.cash/");
const fetchResult = await fetchPromise.json();
document.getElementById("nftsMinted").textContent = fetchResult.nftsMinted;
document.getElementById("mintStatus").textContent = fetchResult.mintStatus;
} catch (error) { console.log(error); }
}
</script>
<!-- JavaScript Imports-->
<script src="/vendor/jquery/jquery.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Owl Carousel -->
<script src="/vendor/owl.carousel/owl.carousel.min.js"></script>
<!-- Countdown -->
<script src="/vendor/jquery-countdown/jquery.countdown.min.js"></script>
<!-- Custom Script -->
<script src="js/theme.js" type="module"></script>
</body>
</html>