-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·605 lines (552 loc) · 32.8 KB
/
index.html
File metadata and controls
executable file
·605 lines (552 loc) · 32.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<!--====== Title ======-->
<title>Nftfy - Securitize Non Fungibles</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<!--====== Animate CSS ======-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--====== Line Icons CSS ======-->
<link rel="stylesheet" href="assets/css/LineIcons.css">
<!--====== Font Awesome CSS ======-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!--====== Bootstrap CSS ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== Default CSS ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style CSS ======-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!--====== PRELOADER PART START ======-->
<div class="preloader">
<div class="loader">
<div class="ytp-spinner">
<div class="ytp-spinner-container">
<div class="ytp-spinner-rotator">
<div class="ytp-spinner-left">
<div class="ytp-spinner-circle"></div>
</div>
<div class="ytp-spinner-right">
<div class="ytp-spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--====== PRELOADER PART ENDS ======-->
<!--====== HEADER PART START ======-->
<header class="header-area">
<div class="navbar-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="/">
<img src="assets/images/logo.svg" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul id="nav" class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="page-scroll" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#about">About</a>
</li>
<!-- li class="nav-item">
<a class="page-scroll" href="#facts">Why</a>
</li -->
<li class="nav-item">
<a class="page-scroll" href="#team">Team</a>
</li>
<!-- li class="nav-item">
<a class="page-scroll" href="#blog">Blog</a>
</li -->
</ul>
</div> <!-- navbar collapse -->
<div class="navbar-btn d-none d-sm-inline-block">
<a class="main-btn" data-scroll-nav="0" href="https://drive.google.com/file/d/1B4b8jV3QDxGPO-Xg_JAtiKbd2O6y8cV7/view">Whitepaper</a>
</div>
</nav> <!-- navbar -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- navbar area -->
<div id="home" class="header-hero bg_cover" style="background-image: url(assets/images/banner-bg.svg)">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="header-hero-content text-center">
<h3 class="header-sub-title wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.2s">Nftfy - NFT Securitizer</h3>
<h2 class="header-title wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.5s">Securitize Non Fungibles</h2>
<p class="text wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.8s">Bring collective ownership and instant liquidity to your ERC-721 tokens</p>
<a href="/dapp/" rel="nofollow" class="main-btn wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="1.1s">Start Now</a>
</div> <!-- header hero content -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-12">
<div class="header-hero-image text-center wow fadeIn" data-wow-duration="1.3s" data-wow-delay="1.4s">
<img src="assets/images/header-hero.png" alt="hero">
</div> <!-- header hero image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div id="particles-1" class="particles"></div>
</div> <!-- header hero -->
</header>
<!--====== HEADER PART ENDS ======-->
<!--====== BRAND PART START ======-->
<div class="brand-area pt-90">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="brand-logo d-flex align-items-center justify-content-center justify-content-md-between">
<!-- div class="single-logo mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<img src="assets/images/brand-1.png" alt="brand">
</div --> <!-- single logo -->
<!-- div class="single-logo mt-30 wow fadeIn" data-wow-duration="1.5s" data-wow-delay="0.2s">
<img src="assets/images/brand-2.png" alt="brand">
</div --> <!-- single logo -->
<!-- div class="single-logo mt-30 wow fadeIn" data-wow-duration="1.5s" data-wow-delay="0.3s">
<img src="assets/images/brand-3.png" alt="brand">
</div --> <!-- single logo -->
<!-- div class="single-logo mt-30 wow fadeIn" data-wow-duration="1.5s" data-wow-delay="0.4s">
<img src="assets/images/brand-4.png" alt="brand">
</div --> <!-- single logo -->
<!-- div class="single-logo mt-30 wow fadeIn" data-wow-duration="1.5s" data-wow-delay="0.5s">
<img src="assets/images/brand-5.png" alt="brand">
</div --> <!-- single logo -->
</div> <!-- brand logo -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div>
<!--====== BRAND PART ENDS ======-->
<!--====== SERVICES PART START ======-->
<section id="features" class="services-area pt-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<!-- div class="section-title text-center pb-40">
<div class="line m-auto"></div>
<h3 class="title">Clean and simple design, <span> Comes with everything you need to get started!</span></h3>
</div --> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row justify-content-center">
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-services text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="services-icon">
<img class="shape" src="assets/images/services-shape.svg" alt="shape">
<img class="shape-1" src="assets/images/services-shape-1.svg" alt="shape">
<i class="lni-baloon"></i>
</div>
<div class="services-content mt-30">
<h4 class="services-title"><a href="#">Securitize NFTs</a></h4>
<p class="text">Get Shares baked by a NFT. Stake an ERC-721 in Nftfy contract and get ERC-20 Tokens.</p>
<!-- <a class="more" href="#">Learn More <i class="lni-chevron-right"></i></a> -->
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-services text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="services-icon">
<img class="shape" src="assets/images/services-shape.svg" alt="shape">
<img class="shape-1" src="assets/images/services-shape-2.svg" alt="shape">
<i class="lni-cog"></i>
</div>
<div class="services-content mt-30">
<h4 class="services-title"><a href="#">Trade Its Shares</a></h4>
<p class="text">Share the ownership of a NFT with friends or unknown parties.</p>
<!-- <a class="more" href="#">Learn More <i class="lni-chevron-right"></i></a> -->
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-services text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="services-icon">
<img class="shape" src="assets/images/services-shape.svg" alt="shape">
<img class="shape-1" src="assets/images/services-shape-3.svg" alt="shape">
<i class="lni-bolt-alt"></i>
</div>
<div class="services-content mt-30">
<h4 class="services-title"><a href="#">Increase Token Value</a></h4>
<p class="text">Create liquidity through Network Effects with many other interested parties.</p>
<!-- <a class="more" href="#">Learn More <i class="lni-chevron-right"></i></a> -->
</div>
</div> <!-- single services -->
</div>
</div> <!-- row -->
<div class="row justify-content-center">
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-services text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="services-icon">
<img class="shape" src="assets/images/services-shape.svg" alt="shape">
<img class="shape-1" src="assets/images/services-shape-1.svg" alt="shape">
<i class="lni-baloon"></i>
</div>
<div class="services-content mt-30">
<h4 class="services-title"><a href="#">Launch a SDO</a></h4>
<p class="text">Perform a Security Public Offering directly in a Decentralized Exchange (Dex) and with guaranteed liquidity to the investors.</p>
<!-- <a class="more" href="#">Learn More <i class="lni-chevron-right"></i></a> -->
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-services text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="services-icon">
<img class="shape" src="assets/images/services-shape.svg" alt="shape">
<img class="shape-1" src="assets/images/services-shape-2.svg" alt="shape">
<i class="lni-cog"></i>
</div>
<div class="services-content mt-30">
<h4 class="services-title"><a href="#">Decentralized Backing Mechanism</a></h4>
<p class="text">Easily create a Security through the Decentralized Backing Mechanism that is immune to coercion and censorship.</p>
<!-- <a class="more" href="#">Learn More <i class="lni-chevron-right"></i></a> -->
</div>
</div> <!-- single services -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== SERVICES PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section id="about" class="about-area pt-70">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">Choose your best NFT <span>and stake it on Nftfy, make your rules and get Shares</span></h3>
</div> <!-- section title -->
<p class="text">You easily stake an ERC721 on Nftfy, create the rules to stake the NFT and get back 100% of the Shares to spread with your friends or unknown parties. The contract manage the stake without special actors, thus, only complying the rules to get the NFT back. </p>
<a href="/dapp/" class="main-btn">Securitize now</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s" data-wow-delay="0.5s">
<img src="assets/images/about1.svg" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="about-shape-1">
<img src="assets/images/about-shape-1.svg" alt="shape">
</div>
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section class="about-area pt-70">
<div class="about-shape-2">
<img src="assets/images/about-shape-2.svg" alt="shape">
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 order-lg-last">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title">Launch Your SDO<span> Security Dex Offering</span></h3>
</div> <!-- section title -->
<p class="text">Build a liquidity market to your Shares and release your ERC20 tokens to the Public enabling easily exchange through the Liquidity Bootstrapping Pool (BLP) from Balancer and Uniswap</p>
<a href="/dapp/" class="main-btn">Launch a SDO</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6 order-lg-first">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s" data-wow-delay="0.5s">
<img src="assets/images/about2.svg" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section class="about-area pt-70">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="about-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title"><span>Explore all the features of the</span>DeFi Ecosystem with your newly tokens</h3>
</div> <!-- section title -->
<p class="text">Once created a high liquidity market, The Securities Tokens can enjoy of all the features of the DeFi Ecosystem like Lending, Borrowing, Derivatives, Flash Loans, etc.</p>
<a href="/dapp/" class="main-btn">Know More</a>
</div> <!-- about content -->
</div>
<div class="col-lg-6">
<div class="about-image text-center mt-50 wow fadeInRightBig" data-wow-duration="1s" data-wow-delay="0.5s">
<img src="assets/images/about3.svg" alt="about">
</div> <!-- about image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="about-shape-1">
<img src="assets/images/about-shape-1.svg" alt="shape">
</div>
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== TEAM PART START ======-->
<section id="team" class="team-area pt-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5">
<div class="section-title text-center pb-30">
<div class="line m-auto"></div>
<h3 class="title"><span>Meet Our</span> Team Members</h3>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-team text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="team-image">
<img src="assets/images/team-1.png" alt="Team">
<div class="social">
<ul>
<!-- li><a href="#"><i class="lni-facebook-filled"></i></a></li -->
<!-- li><a href="#"><i class="lni-twitter-filled"></i></a></li -->
<!-- li><a href="#"><i class="lni-instagram-filled"></i></a></li -->
<li><a href="https://www.linkedin.com/in/leonardoircarvalho"><i class="lni-linkedin-original"></i></a></li>
</ul>
</div>
</div>
<div class="team-content">
<h5 class="holder-name">Leonardo Carvalho</h5>
<p class="text">Electronic Engineer</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-team text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="team-image">
<img src="assets/images/team-2.png" alt="Team">
<div class="social">
<ul>
<!-- li><a href="#"><i class="lni-facebook-filled"></i></a></li -->
<!-- li><a href="#"><i class="lni-twitter-filled"></i></a></li -->
<!-- li><a href="#"><i class="lni-instagram-filled"></i></a></li -->
<li><a href="https://www.linkedin.com/in/andr%C3%A9-salles-9b994816"><i class="lni-linkedin-original"></i></a></li>
</div>
</div>
<div class="team-content">
<h5 class="holder-name">Andre Salles</h5>
<p class="text">Lawyer</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-team text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="team-image">
<img src="assets/images/team-3.png" alt="Team">
<div class="social">
<ul>
<!-- li><a href="#"><i class="lni-facebook-filled"></i></a></li -->
<!-- li><a href="#"><i class="lni-twitter-filled"></i></a></li -->
<!-- li><a href="#"><i class="lni-instagram-filled"></i></a></li -->
<li><a href="https://www.linkedin.com/in/antoniohoffert"><i class="lni-linkedin-original"></i></a></li>
</ul>
</div>
</div>
<div class="team-content">
<h5 class="holder-name">Antonio Hoffert</h5>
<p class="text">Economist</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-team text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="team-image">
<img src="assets/images/team-4.png" alt="Team">
<div class="social">
<ul>
<!-- li><a href="#"><i class="lni-facebook-filled"></i></a></li -->
<li><a href="https://twitter.com/raugfer"><i class="lni-twitter-filled"></i></a></li>
<li><a href="https://github.com/raugfer"><i class="lni-github-original"></i></a></li>
<!-- li><a href="#"><i class="lni-instagram-filled"></i></a></li -->
<li><a href="https://www.linkedin.com/in/raugfer"><i class="lni-linkedin-original"></i></a></li>
</ul>
</div>
</div>
<div class="team-content">
<h5 class="holder-name">Rodrigo Ferreira</h5>
<p class="text">Developer</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7 col-sm-8">
<div class="single-team text-center mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="team-image">
<img src="assets/images/team-5.png" alt="Team">
<div class="social">
<ul>
<!-- li><a href="#"><i class="lni-facebook-filled"></i></a></li -->
<!-- li><a href="#"><i class="lni-twitter-filled"></i></a></li -->
<li><a href="https://github.com/gleissonassis"><i class="lni-github-original"></i></a></li>
<!-- li><a href="#"><i class="lni-instagram-filled"></i></a></li -->
<li><a href="https://www.linkedin.com/in/gleissonassis"><i class="lni-linkedin-original"></i></a></li>
</ul>
</div>
</div>
<div class="team-content">
<h5 class="holder-name">Gleisson Assis</h5>
<p class="text">Developer</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== TEAM PART ENDS ======-->
<!--====== FOOTER PART START ======-->
<footer id="footer" class="footer-area pt-120">
<div class="container">
<div class="subscribe-area wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="row">
<div class="col-lg-6">
<div class="subscribe-content mt-45">
<h2 class="subscribe-title">Subscribe To Know <span>when we launch</span></h2>
</div>
</div>
<div class="col-lg-6">
<div class="subscribe-form mt-50">
<form action="#">
<input type="text" placeholder="Enter e-mail">
<button class="main-btn">Subscribe</button>
</form>
</div>
</div>
</div> <!-- row -->
</div> <!-- subscribe area -->
<div class="footer-widget pb-100">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="footer-about mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<a class="logo" href="#">
<img src="assets/images/logo.svg" alt="logo">
</a>
<p class="text">
Nftfy is open source software and our contribution to the NFT and DeFi ecosystems.
Do you like the project? Join our Telegram group to be part of it.</p>
<ul class="social">
<!-- li><a href="#"><i class="lni-facebook-filled"></i></a></li -->
<li><a href="https://twitter.com/nftfysec"><i class="lni-twitter-filled"></i></a></li>
<!-- li><a href="#"><i class="lni-instagram-filled"></i></a></li -->
<!-- li><a href="#"><i class="lni-linkedin-original"></i></a></li -->
<li><a href="https://github.com/nftfy"><i class="lni-github-original"></i></a></li>
</ul>
</div> <!-- footer about -->
</div>
<div class="col-lg-5 col-md-7 col-sm-7">
<div class="footer-link d-flex mt-50 justify-content-md-between">
<!-- div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.4s">
<div class="footer-title">
<h4 class="title">Quick Links</h4>
</div>
<ul class="link">
<li><a href="#">Road Map</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Refund Policy</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Pricing</a></li>
</ul>
</div --> <!-- footer wrapper -->
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.4s">
<div class="footer-title">
<h4 class="title">Resources</h4>
</div>
<ul class="link">
<li><a href="https://drive.google.com/file/d/1B4b8jV3QDxGPO-Xg_JAtiKbd2O6y8cV7/view">Whitepaper</a></li>
<li><a href="https://docs.google.com/presentation/d/1k4k7XW3IKsqm2Je3JHS1SqsGLlK3B-Md2nOeTYpo-S8/edit?usp=sharing">Presentation</a></li>
<li><a href="https://github.com/nftfy/nftfy-core/tree/master/src">Smart Contracts</a></li>
<!-- li><a href="#">Home</a></li -->
<!-- li><a href="#">Page</a></li -->
<!-- li><a href="#">Portfolio</a></li -->
<!-- li><a href="#">Blog</a></li -->
<!-- li><a href="#">Contact</a></li -->
</ul>
</div> <!-- footer wrapper -->
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.6s">
<div class="footer-title">
<h4 class="title">Contact Us</h4>
</div>
<ul class="link">
<li><a href="mailto:help@nftfy.tk">E-mail</a></li>
<li><a href="https://t.me/nftfySec">Telegram</a></li>
</ul>
</div> <!-- footer wrapper -->
</div> <!-- footer link -->
</div>
<div class="col-lg-3 col-md-5 col-sm-5">
<!-- div class="footer-contact mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="footer-title">
<h4 class="title">Contact Us</h4>
</div>
<ul class="contact">
<li>+809272561823</li>
<li><a href="mailto:help@nftfy.tk">help@nftfy.tk</a></li>
<li>nftfy.tk</li>
<li>123 Stree New York City, United <br> States Of America 750.</li>
</ul>
</div --> <!-- footer contact -->
</div>
</div> <!-- row -->
</div> <!-- footer widget -->
<div class="footer-copyright">
<div class="row">
<div class="col-lg-12">
<div class="copyright d-sm-flex justify-content-between">
<div class="copyright-content">
<p class="text">Made with ❤ by BH Hackers</p>
</div> <!-- copyright content -->
</div> <!-- copyright -->
</div>
</div> <!-- row -->
</div> <!-- footer copyright -->
</div> <!-- container -->
<div id="particles-2"></div>
</footer>
<!--====== FOOTER PART ENDS ======-->
<!--====== BACK TOP TOP PART START ======-->
<a href="#" class="back-to-top"><i class="lni-chevron-up"></i></a>
<!--====== BACK TOP TOP PART ENDS ======-->
<!--====== Jquery js ======-->
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="assets/js/vendor/modernizr-3.7.1.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!--====== Plugins js ======-->
<script src="assets/js/plugins.js"></script>
<!--====== Scrolling Nav js ======-->
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<!--====== wow js ======-->
<script src="assets/js/wow.min.js"></script>
<!--====== Particles js ======-->
<script src="assets/js/particles.min.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
</body>
</html>