-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNiftsy_Land1.html
847 lines (718 loc) · 28.6 KB
/
Niftsy_Land1.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
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="format-detection" content="telephone=no" />
<title>Niftsy_Land1</title>
<link rel="stylesheet" href="./libs/swiper/swiper.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!--header-->
<header class="header">
<div class="container">
<div class="header__wrapper">
<div class="header__menu">
<a href="#" class="header__logo">
<img src="images/logo_header.png" alt="" />
</a>
<div class="header__nav">
<a href="#" class="header__about"> About us </a>
<ul class="header__social">
<li>
<a href="#" class="header__link">
<img src="images/icon_1.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="header__link">
<img src="images/icon_2.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="header__link">
<img src="images/icon_3.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="header__link">
<img src="images/icon_4.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="header__link">
<img src="images/icon_5.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="header__link">
<img src="images/icon_6.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="header__link">
<img src="images/icon_7.svg" alt="" />
</a>
</li>
</ul>
<a href="#" class="header__button btn btn-green"> Try SAFT wNFT </a>
</div>
</div>
</div>
</div>
</header>
<!-- Wrapper -->
<div class="wrapper">
<!-- Fon -->
<div class="fon fon2">
<img src="images/fon-2.png" alt="" />
</div>
<!-- Main -->
<div class="main">
<div class="fon fon1">
<img src="images/fon-1.png" alt="" />
</div>
<div class="container">
<div class="main__inner">
<div class="main__content">
<h1 class="main__title">SAFT <span>w</span>NFT</h1>
<div class="main__text">
Beat The Bear Market.
<span> The Win Win tool</span>
For Startups & Venture Capitalists.
</div>
<a href="#" class="main__button btn btn-green">GO</a>
</div>
<div class="main__images">
<img src="images/main.png" alt="" />
</div>
</div>
</div>
<div class="line line-left">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<div class="block-bg">
<div class="fon fon3">
<img src="images/fon-3.png" alt="" />
</div>
<div class="fon fon4">
<img src="images/fon-4.png" alt="" />
</div>
<!-- Project -->
<div class="project">
<div class="container">
<div class="project__inner">
<div class="project__contant">
<div class="project__head">
<h2 class="project__title title">What is SAFT wNFT?</h2>
<div class="project__subtitle">
<span>SAFT wNFT -</span> Safe Automated Future Tokens, wrapped Non Fungible
Tokens.
</div>
</div>
<div class="project__info project__info-pc">
Projects can lock their tokens in the form of NFTs with tokens locked according to vesting periods and send them to VCs using wrapped NFT technology powered by DAO ENVELOP. Projects can increase their chances of of fundraising, save costs, protect themselves from dumping, gain income from trades via royalties and access new audiences.
</div>
</div>
<div class="project__imtems-mobi">
<div class="project__items">
<div class="project__item cart">
<div class="project__block">
<div class="project__images">
<img src="images/project-tokens.png" alt="" />
</div>
<div class="project__text">
<span>
Project <br />
Tokens
</span>
</div>
</div>
<div class="project__add">
<span></span>
</div>
<div class="project__block">
<div class="project__images">
<img src="images/project-nft.png" alt="" />
</div>
<div class="project__text">
<span>NFT</span> & <br />
Timelocks
</div>
</div>
<div class="project__equally">
<img src="images/project-equally.png" alt="" />
</div>
</div>
<div class="project__item2 cart">
<div class="project__image">
<img src="images/project-saft.png" alt="" />
</div>
<div class="project__text">
<span>SAFT wNFT</span>
</div>
</div>
</div>
<div class="project__mobi">
<div class="project__info">
Projects can lock their tokens in the form of NFTs with tokens locked according
to vesting periods and send them to VCs using wrapped NFT technology powered by
DAO ENVELOP.Projects can increase their chances of of fundraising, save costs,
protect themselves from dumping, gain income from trades via royalties and
access new audiences.
</div>
</div>
</div>
</div>
</div>
<div class="line line-right">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<!-- Cart-block -->
<div class="cart-block">
<div class="container">
<div class="cart-block__inner">
<h2 class="cart-block__title title">Нужен заголовок</h2>
<div class="cart-block__items">
<div class="cart-block__item cart">
<div class="cart-block__images">
<img src="images/cart-block-1.png" alt="" />
</div>
<div class="cart-block__description">
Fundraise <br />
increase
</div>
</div>
<div class="cart-block__item cart">
<div class="cart-block__images">
<img src="images/cart-block-2.png" alt="" />
</div>
<div class="cart-block__description">
Cost <br />
reduction
</div>
</div>
<div class="cart-block__item cart">
<div class="cart-block__images">
<img src="images/cart-block-3.png" alt="" />
</div>
<div class="cart-block__description">
Dump <br />
protection
</div>
</div>
<div class="cart-block__item cart">
<div class="cart-block__images">
<img src="images/cart-block-4.png" alt="" />
</div>
<div class="cart-block__description">
Trading <br />
income
</div>
</div>
<div class="cart-block__item cart">
<div class="cart-block__images">
<img src="images/cart-block-5.png" alt="" />
</div>
<div class="cart-block__description"><span>New</span> audience</div>
</div>
</div>
</div>
</div>
<div class="line line-left">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<!-- Message -->
<div class="message">
<div class="container">
<div class="message__inner">
<h2 class="message__title title">Нужен заголовок</h2>
<div class="message__items">
<div class="message__item">
<div class="message__image">
<span class="pc">
<img src="images/messge-ticket1.png" alt="" />
</span>
<span class="mobi">
<img src="images/messge-ticket2.png" alt="" />
</span>
<div class="message__description">
Subscribe by <br />
depositing $NIFTSY
</div>
</div>
</div>
<div class="message__item">
<div class="message__image">
<img src="images/message-envelope.png" alt="" />
<div class="message__description">
Wrap NFTs according to <br />
vesting period.
</div>
</div>
</div>
<div class="message__item">
<div class="message__image">
<div class="message__img">
<img class="message__img-bg" src="images/message-post_bg.png" alt="" />
</div>
</div>
<img class="message__img-post" src="images/message-post_post.png" alt="" />
<div class="message__description">
Send them to <br />
VCs or <br />
Marketplace.
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Slider-header -->
<div class="slider-header" data-slider-header>
<div class="container">
<div class="slider-header__inner">
<div class="slider-header__arrow prew" data-slider-button="prev">
<img src="images/arrow-prew.svg" alt="">
</div>
<div class="slider-header__arrow next" data-slider-button="next">
<img src="images/arrow-next.svg" alt="">
</div>
<div class="slider-header__name">
Functionality
</div>
<div class="slider-header__item active" data-slider-item>
<div class="slider-header__title">
Mechanical transfer
</div>
<div class="slider-header__text">
(the project team sends tokens <br> according to vesting periods)
</div>
</div>
<div class="slider-header__item" data-slider-item>
<div class="slider-header__title">
Smart-contract “LOKER”
</div>
<div class="slider-header__text">
(VC needs to claim tokens <br> according to vesting periods)
</div>
</div>
<div class="slider-header__item" data-slider-item>
<div class="slider-header__title">
SAFT wNFT
</div>
<div class="slider-header__text">
(VC receives wNFTs <br> with project tokens inside)
</div>
</div>
</div>
</div>
</div>
<!-- Slider-body -->
<div class="slider-body">
<div class="container">
<div class="slider-body__inner">
<div class="slider-body__container">
<div class="slider-body__items">
<ul class="slider-body__name">
<li>Access to the secondary market</li>
<li>Transfer of rights to project tokens</li>
<li>Operational costs</li>
<li>Convenience of tokens receipt and accounting</li>
<li>Deversification of compromise risks</li>
</ul>
</div>
<div class="slider-body__contant">
<div class="slider-body__item active" data-slider-body>
<ul class="slider-body__text">
<li><img src="images/error.svg" alt=""> </li>
<li><img src="images/error.svg" alt=""> </li>
<li class="orange">Medium</li>
<li class="orange">Medium</li>
<li class="orange">Medium</li>
</ul>
</div>
<div class="slider-body__item" data-slider-body>
<ul class="slider-body__text">
<li><img src="images/error.svg" alt=""> </li>
<li><img src="images/error.svg" alt=""> </li>
<li class="red">High <img src="images/arrow-top.svg" alt=""></li>
<li class="orange">Medium</li>
<li class="orange">Medium</li>
</ul>
</div>
<div class="slider-body__item" data-slider-body>
<ul class="slider-body__text">
<li><img src="images/check.svg" alt=""> </li>
<li><img src="images/check.svg" alt=""> </li>
<li class="green">Low <img src="images/arrow-bottom.svg" alt=""></li>
<li class="green">Easy</li>
<li class="green">Easy</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="line line-right">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
</div>
<!-- Questions -->
<div class="questions">
<div class="fon fon5">
<img src="images/fon-5.png" alt="" />
</div>
<div class="container">
<div class="questions__inner">
<div class="questions__title title">Questions & Answers</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">What does SAFT wNFT stand for?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
Safe Automated Future Tokens Wrapped Non Fungible Tokens.
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">What network is SAFT compatible with?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
Currently Ethereum, BNB (BSC), Polygon and more on the way.
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">Who is SAFT for?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
Any individual or project that would like to wrap a batch of NFTs, set up time-lock
(vesting), add collateral and send to wallets. There are multiple use cases,
Startups, VCs and NFT projects.
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">Who has already used SAFT?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
The first ever SAFT WNFT deal was made between Animoca brands and Envelop in October
2021.
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">Does the project need to have a token?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
If using SAFT for fundraising, Yes. If using SAFT to create a batch of wrapped NFTs
then any token can be used.
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">Where can wNFTs be sold?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
Any marketplace, but scotch.sale is the only place at the moment where wrapped NFTs
can be filtered and attributes read.
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">
Do you offer whitelabel services to create our own launchpad?
</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
Yes, we offer whitelabel packages for wrapping and marketplace. Contact us for
further details
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">
Can wNFTs still have the same utility as the original NFT?
</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
This is arranged case-by-case, and our team is able to assist by enabling
communication between the smart contracts on our side and your side.
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">How long can a wNFT be locked for?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">As long as you wish.</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">
What are the primary advantages of using SAFT?
</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
It Provides venture capitalists with immediate liquidity. It Safeguards Startups
against token dumps. It Reduces operating costs
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">What does it cost?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
To contribute to the DAO ENVELOP ecosystem, we require a pledge of 200,000 $NIFTSY
tokens locked for one year, which you can redeem or stake and profit from the
increase in value. This gives you usage for 1month. Is there a limit to how many
wNFTs can be wrapped within the month period? Unlimited
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">Is the protocol secure?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">Yes, Audited by Certik.</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">Do you offer technical support?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
Yes we can guide you step by step if you are unable or unsure of exactly how to use
the platform. Just reach out to us on telegram.
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">
Does ENVELOP provide access to VCs or incubation for startups?
</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">No, We offer the technology. The rest is up to you!</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">Does ENVELOP provide marketing services?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
For all users of SAFT wNFT we will provide articles, videos, features, and
announcements to our community and network.
</div>
</div>
<div class="questions__body">
<div class="questions__header">
<div class="questions__description">How can we partner with Envelop?</div>
<div class="questions__arrow">
<img src="images/questions-arrow.svg" alt="" />
</div>
</div>
<div class="questions__text">
If you can see potential for numerous ways to implement our technology, reach out to
us with your ideas and we will consider each offer case by case.
</div>
</div>
</div>
</div>
<div class="line line-right">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<!-- Saft -->
<div class="saft">
<div class="container">
<div class="saft__inner">
<div class="saft__content">
<h2 class="saft__title title">
SAFT wNFT
</h2>
<div class="saft__text">
By utilizing SAFT, you will be able to convert your NFT into a financial instrument. This tool enables a smoother interaction between venture capitalists and startups in an efficient, risk-free, and cutting-edge manner while simultaneously increasing your chances of successfully raising funds. Our team will be there to assist you and support your requirements.
</div>
<a class="saft__button btn btn-green">
Reach us
</a>
</div>
<div class="saft__images">
<img class="saft__nft" src="images/you-nft.png" alt="">
<video class="saft__video" src="video/saft.mp4" autoplay muted playsinline loop></video>
</div>
</div>
</div>
<div class="fon fon6">
<img src="images/fon-6.png" alt="" />
</div>
</div>
<!-- Partner -->
<div class="partner">
<iframe
src="https://scotch.sale/market?collateral=0x7728cd70b3dd86210e2bd321437f448231b81733&partner=my-partner-code"
width="100%"
height="600">
</iframe>
</div>
<!-- Footer -->
<div class="footer">
<div class="container">
<div class="footer__inner">
<div class="footer__items">
<a href="#" class="footer__logo">
<img src="images/logo_header.png" alt="" />
</a>
<ul class="footer__media pc">
<li>
Connect with us —
</li>
<li>
<a href="#">[email protected]</a>
</li>
<li>
<span></span>
<a href="#">Github</a>
</li>
<li>
<span></span>
<a href="#">Medium</a>
</li>
</ul>
<div class="footer__nav">
<ul class="footer__social">
<li>
<a href="#" class="footer__link">
<img src="images/icon_1.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="footer__link">
<img src="images/icon_2.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="footer__link">
<img src="images/icon_3.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="footer__link">
<img src="images/icon_4.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="footer__link">
<img src="images/icon_5.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="footer__link">
<img src="images/icon_6.svg" alt="" />
</a>
</li>
<li>
<a href="#" class="footer__link">
<img src="images/icon_7.svg" alt="" />
</a>
</li>
</ul>
</div>
</div>
<ul class="footer__media mobi">
<li>
Connect with us —
</li>
<li>
<a href="#">[email protected]</a>
</li>
<li>
<span></span>
<a href="#">Github</a>
</li>
<li>
<span></span>
<a href="#">Medium</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="./libs/jquery/jquery-3.2.1.min.js"></script>
<script src="./libs/swiper/swiper.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>