-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-details.html
585 lines (572 loc) · 35.1 KB
/
blog-details.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
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from themecrazy.net/html/nftcrazy/blog-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 03 Nov 2022 07:28:02 GMT -->
<head>
<!-- Required Meta Tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Page Title -->
<title>Your Organization Name</title>
<!-- Favicon Icon -->
<link rel="shortcut icon" href="favicon.png">
<!-- CSS Files -->
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/all.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Preloader Starts -->
<div class="preload-wrapper preload-flex">
<div class="preload-shape flex-wrap">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- Preloader End -->
<!-- ScrollTop Button -->
<button class="scroll-top-btn"><i class="fa-solid fa-angle-up"></i></button>
<!-- Header Section -->
<header class="nft-header-area">
<div class="container">
<div class="row align-items-center desktop-header">
<div class="col-lg-3 col-md-2">
<div class="nft-logo">
<h3 class="text-danger">Your Logo</h3>
</div>
</div>
<div class="col-lg-7 col-md-8">
<div class="nft-navigation">
<nav>
<ul>
<li><a href="index-2.html">Home</a></li>
<li><a href="explore.html">explore</a></li>
<li><a href="activity.html">Activity</a></li>
<li class="has-submenu"><a href="javascript:void(0)">Pages</a>
<ul>
<li><a href="wallets.html">wallets</a></li>
<li class="has-submenu"><a href="javascript:void(0)">Account</a>
<ul>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</li>
<li class="has-submenu"><a href="javascript:void(0)">blog</a>
<ul>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li class="has-submenu"><a href="javascript:void(0)">Auction</a>
<ul>
<li><a href="auction.html">Auction</a></li>
<li><a href="auction-details.html">Auction Details</a></li>
</ul>
</li>
<li class="has-submenu"><a href="javascript:void(0)">Authors</a>
<ul>
<li><a href="authors.html">Authors</a></li>
<li><a href="author-details.html">Author Details</a></li>
</ul>
</li>
<li><a href="create-item.html">Create item</a></li>
<li><a href="404.html">404 page</a></li>
</ul>
</li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
<div class="nft-header-search">
<button type="button" data-bs-toggle="dropdown">
<svg xmlns="http://www.w3.org/2000/svg" width="18.972" height="18.972" viewBox="0 0 18.972 18.972">
<path data-name="Path 2" d="M2.371,8.3A5.871,5.871,0,0,1,8.3,2.371,5.871,5.871,0,0,1,14.229,8.3,5.871,5.871,0,0,1,8.3,14.229,5.871,5.871,0,0,1,2.371,8.3ZM16.956,18.616a1.174,1.174,0,0,0,1.66-1.66L14.94,13.28A8.119,8.119,0,0,0,16.6,8.3,8.249,8.249,0,0,0,8.3,0,8.249,8.249,0,0,0,0,8.3a8.249,8.249,0,0,0,8.3,8.3,8.119,8.119,0,0,0,4.98-1.66Z"/>
</svg>
</button>
<div class="dropdown-menu search-form">
<form action="#">
<input type="text" placeholder="Search...">
<input type="submit" value="go">
</form>
</div>
</div>
</div>
</div>
<div class="col-lg-2 col-md-2">
<div class="nft-header-btn">
<a href="wallets.html">Connect wallet</a>
</div>
</div>
</div>
<div class="row align-items-center mobile-header">
<div class="col-6">
<div class="nft-logo">
<h1>Your Logo</h1>
</div>
</div>
<div class="col-6">
<div class="nft-header-btn">
<a href="wallets.html">Connect wallet</a>
<button class="mobile-menu-open">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
</div>
</div>
</header>
<!-- Header Area End -->
<!-- Mobile Menu -->
<div class="nft-mobile-menu">
<h3>Your Logo</h3>
<ul>
<li><a href="index-2.html">Home</a></li>
<li><a href="explore.html">explore</a></li>
<li><a href="activity.html">Activity</a></li>
<li class="has-submenu"><a href="javascript:void(0)">Pages</a>
<ul>
<li><a href="wallets.html">wallets</a></li>
<li class="has-submenu"><a href="javascript:void(0)">Account</a>
<ul>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</li>
<li class="has-submenu"><a href="javascript:void(0)">blog</a>
<ul>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li class="has-submenu"><a href="javascript:void(0)">Auction</a>
<ul>
<li><a href="auction.html">Auction</a></li>
<li><a href="auction-details.html">Auction Details</a></li>
</ul>
</li>
<li class="has-submenu"><a href="javascript:void(0)">Authors</a>
<ul>
<li><a href="authors.html">Authors</a></li>
<li><a href="author-details.html">Author Details</a></li>
</ul>
</li>
<li><a href="create-item.html">Create item</a></li>
<li><a href="404.html">404 page</a></li>
</ul>
</li>
<li><a href="contact.html">contact</a></li>
<li><a href="wallets.html">Connect wallets</a></li>
</ul>
<div class="search-form">
<form action="#">
<input type="text" placeholder="Search...">
<button type="submit">Go</button>
</form>
</div>
</div>
<!-- Mobile Menu End -->
<!-- Breadcrumb Area -->
<section class="nft-breadcrumb" data-background="assets/images/home1/breadcrumb.jpg">
<div class="container">
<span class="breadcrumb-shape shape-1"><img src="assets/images/home1/triangle.png" alt=""></span>
<span class="breadcrumb-shape shape-2"><img src="assets/images/home1/art-shape-4.png" alt=""></span>
<span class="breadcrumb-shape shape-3"><img src="assets/images/home1/art-shape-2.png" alt=""></span>
<span class="breadcrumb-shape shape-4"><img src="assets/images/home1/art-shape-4.png" alt=""></span>
<div class="breadcrumb-content">
<div class="breadcrumb-title">
<h2>Blog details</h2>
</div>
<div class="breadcrumb-meta">
<p><a href="index-2.html">Home</a> / Blog details</p>
</div>
</div>
</div>
</section>
<!-- Breadcrumb Area End -->
<!-- Blog Area -->
<div class="nft-blog-area blog-details pt-120 pb-120">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="blog-content-part">
<div class="blog-content-wrapper">
<div class="blog-title">
<h4>Make Sure you know and understand enough about NFTs before buying your first NFT</h4>
</div>
<div class="blog-date margin-top-20">
<span>January 21, 2021</span>
</div>
<div class="blog-thumb margin-top-30">
<img src="assets/images/home1/blog-single-thumb.jpg" alt="">
</div>
<div class="blog-txt margin-top-30">
<p>NFT stands for "non-fungible token". Fungible means that something can be exchanged or replaced and will keep
the same value because it is interchangeable. like gold bitcoin ethereum casino chips frequent flyer loyalty points
if I lend you 10 $ and you give me back two five-dollar bills it's fine with me because even though they are
</p>
</div>
<div class="blog-txt margin-top-20">
<p>Different they have the same total value are fungible, therefore non-fungible obviously means that it is good which
cannot be replaced and that has unique attributes which make it different from another item of the same category
of goods.</p>
</div>
<div class="blog-semi-title margin-top-30">
<h6>NFT Market – A Compact Trike with the Big Benefits</h6>
</div>
<div class="blog-text margin-top-20">
<p>NFT stands for "non-fungible token". Fungible means that something can be exchanged or replaced and will keep
the same value because it is interchangeable. like gold bitcoin ethereum casino chips frequent flyer loyalty points
if I lend you 10 $ and you give me back two five-dollar bills it's fine with me because even though they are
</p>
</div>
<div class="blog-txt margin-top-20">
<p>Different they have the same total value are fungible, therefore non-fungible obviously means that it is good which
cannot be replaced and that has unique attributes</p>
</div>
</div>
<div class="blog-content-bottom">
<div class="row">
<div class="col-sm-6">
<div class="content-tags">
<ul>
<li><strong>Tags:</strong></li>
<li><a href="#">Crypto</a></li>
<li><a href="#">Nfts</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">software</a></li>
</ul>
</div>
</div>
<div class="col-sm-6">
<div class="content-social-share">
<ul>
<li><strong>Share:</strong></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="blog-comment-area">
<div class="blog-semi-title">
<h6>3 replies on "Make sure you know and understand enough..."</h6>
</div>
<div class="blog-comment-list margin-top-30">
<ul>
<li>
<div class="clients_thumb">
<img src="assets/images/home1/clients_thumb.jpg" alt="">
</div>
<div class="comment-content">
<div class="top-content">
<div class="title-date">
<h6>David warner</h6>
<span>25 January, 2022</span>
</div>
<div class="reply-btn">
<a href="#"><span>
<svg xmlns="http://www.w3.org/2000/svg" width="21.436" height="17.862" viewBox="0 0 21.436 17.862">
<path data-name="Share icon" d="M16.1,9.763V5l8.336,8.336L16.1,21.671V16.789c-5.954,0-10.122,1.905-13.1,6.073C4.191,16.908,7.763,10.954,16.1,9.763Z" transform="translate(-3 -5)" fill="#141420"/>
</svg>
</span>Reply</a>
</div>
</div>
<div class="clients_comment">
<p>Lorem Ipsum available but the majority suffered alteration some form by injected humour randomized words which don't look even slightly believable. If you are going to use a passage lorem Ipsum, you need to be sure there isn't anything.</p>
</div>
</div>
</li>
<li>
<div class="clients_thumb">
<img src="assets/images/home1/client_thumb-2.jpg" alt="">
</div>
<div class="comment-content">
<div class="top-content">
<div class="title-date">
<h6>Jony Bristow</h6>
<span>25 January, 2022</span>
</div>
<div class="reply-btn">
<a href="#"><span>
<svg xmlns="http://www.w3.org/2000/svg" width="21.436" height="17.862" viewBox="0 0 21.436 17.862">
<path data-name="Share icon" d="M16.1,9.763V5l8.336,8.336L16.1,21.671V16.789c-5.954,0-10.122,1.905-13.1,6.073C4.191,16.908,7.763,10.954,16.1,9.763Z" transform="translate(-3 -5)" fill="#141420"/>
</svg>
</span>Reply</a>
</div>
</div>
<div class="clients_comment">
<p>Lorem Ipsum available but the majority suffered alteration some form by injected humour randomized words which don't look even slightly believable. If you are going to use a passage lorem Ipsum, you need to be sure there isn't anything.</p>
</div>
</div>
</li>
<li>
<div class="clients_thumb">
<img src="assets/images/home1/client_thumb-3.jpg" alt="">
</div>
<div class="comment-content">
<div class="top-content">
<div class="title-date">
<h6>David Malan</h6>
<span>25 January, 2022</span>
</div>
<div class="reply-btn">
<a href="#"><span>
<svg xmlns="http://www.w3.org/2000/svg" width="21.436" height="17.862" viewBox="0 0 21.436 17.862">
<path data-name="Share icon" d="M16.1,9.763V5l8.336,8.336L16.1,21.671V16.789c-5.954,0-10.122,1.905-13.1,6.073C4.191,16.908,7.763,10.954,16.1,9.763Z" transform="translate(-3 -5)" fill="#141420"/>
</svg>
</span>Reply</a>
</div>
</div>
<div class="clients_comment">
<p>Lorem Ipsum available but the majority suffered alteration some form by injected humour randomized words which don't look even slightly believable. If you are going to use a passage lorem Ipsum, you need to be sure there isn't anything.</p>
</div>
</div>
</li>
</ul>
</div>
<div class="blog-comment-form margin-top-30">
<div class="blog-semi-title">
<h6>Add your comment</h6>
</div>
<form>
<div class="row">
<div class="col-sm-6">
<div class="form-left">
<label>Your Name <input type="text" placeholder="Enter your name"></label>
<label>Your Email <input type="email" placeholder="Enter your email"></label>
</div>
</div>
<div class="col-sm-6">
<div class="form-right">
<label for="comment-message">Your comment</label>
<textarea placeholder="Write a Comment" rows="7" id="comment-message"></textarea>
<button type="submit" class="nft-primary-btn">Post comment</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="sidebar-area">
<div class="sidebar-widget search-widget">
<div class="widget-title">
<h5>Search</h5>
</div>
<div class="search-form">
<form action="#">
<input type="text" placeholder="Search">
<button type="submit"><i class="fa-solid fa-magnifying-glass"></i></button>
</form>
</div>
</div>
<div class="sidebar-widget category-widget">
<div class="widget-title">
<h5>Categories</h5>
</div>
<div class="categories-list">
<ul>
<li><a href="blog.html">Arts <span>4</span></a></li>
<li><a href="blog.html">Photography <span>2</span></a></li>
<li><a href="blog.html">Collectibeles <span>8</span></a></li>
<li><a href="blog.html">Technology <span>10</span></a></li>
<li><a href="blog.html">Sports <span>4</span></a></li>
<li><a href="blog.html">Domains <span>30</span></a></li>
<li><a href="blog.html">Marketing <span>26</span></a></li>
</ul>
</div>
</div>
<div class="sidebar-widget post-widget">
<div class="widget-title">
<h5>Recent Posts</h5>
</div>
<ul>
<li>
<div class="post-thumb">
<a href="blog-details.html"><img src="assets/images/home1/recent-post-thumb-1.jpg" alt=""></a>
</div>
<div class="post-content">
<div class="title-heading">
<a href="blog-details.html"><h6>I love design and remodel houses, from working</h6></a>
</div>
<div class="post-date">
<span>January 21, 2022</span>
</div>
</div>
</li>
<li>
<div class="post-thumb">
<a href="blog-details.html"><img src="assets/images/home1/recent-post-thumb-2.jpg" alt=""></a>
</div>
<div class="post-content">
<div class="title-heading">
<a href="blog-details.html"><h6>If you area an artist and want to be a successful artist</h6></a>
</div>
<div class="post-date">
<span>January 21, 2022</span>
</div>
</div>
</li>
<li>
<div class="post-thumb">
<a href="blog-details.html"><img src="assets/images/home1/recent-post-thumb-3.jpg" alt=""></a>
</div>
<div class="post-content">
<div class="title-heading">
<a href="blog-details.html"><h6>NFTs are digital real estate and it is going to be worth</h6></a>
</div>
<div class="post-date">
<span>January 21, 2022</span>
</div>
</div>
</li>
</ul>
</div>
<div class="sidebar-widget tags-widget">
<div class="widget-title">
<h5>popular tags</h5>
</div>
<div class="tags">
<a href="#">Agency</a>
<a href="#">Creative</a>
<a href="#">App landing</a>
<a href="#">Software</a>
<a href="#">Art</a>
<a href="#">Development</a>
<a href="#">Crypto</a>
<a href="#">Marketplace</a>
<a href="#">Landing</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog Area End -->
<!-- Footer Area -->
<footer class="nft-footer-area" data-background="assets/images/home1/footer-bg.jpg">
<div class="container">
<div class="footer-logo">
<h3 class="text-danger">Your Logo</h3>
</div>
<div class="nft-footer-top">
<div class="row">
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="nft-footer-widget">
<div class="nft-footer-title">
<h4>Marketplace</h4>
</div>
<div class="nft-footer-nav">
<ul>
<li><a href="auction.html">All NFTs</a></li>
<li><a href="blog.html">How it Works</a></li>
<li><a href="create-item.html">Create</a></li>
<li><a href="explore.html">explore</a></li>
<li><a href="#">Privacy & Terms</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="nft-footer-widget ml-50">
<div class="nft-footer-title">
<h4>Community</h4>
</div>
<div class="nft-footer-nav">
<ul>
<li><a href="#">Help center</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Suggestions</a></li>
<li><a href="#">Newsletter</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="nft-footer-widget pr-60">
<div class="nft-footer-title">
<h4>Contact</h4>
</div>
<div class="nft-footer-address">
<p>Themeforest, Envato HQ 24 Fifth st, Los Angeles, USA</p>
<p>+00 (00) 123 456 789</p>
<p>[email protected]</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="nft-footer-widget">
<div class="nft-footer-title">
<h4>Get the latest Nftcrazy Updates</h4>
</div>
<div class="nft-sub-txt">
<p>You will be notified when something new will be appear.</p>
</div>
<div class="nft-footer-sb-form">
<form>
<input type="email" placeholder="Email address">
<button type="submit">I'm in</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="nft-footer-info">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="currency-info">
<a href="#"><i class="fa-solid fa-globe"></i>English/USD(US Dollar)</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="nft-footer-social-info">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="nft-footer-info-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms Of Service</a>
</div>
</div>
</div>
</div>
</div>
<div class="nft-footer-copyright">
<p>©2022 All Right Reserved by <a href="index-2.html">Your Company</a></p>
</div>
</footer>
<!-- Footer Area End-->
<!-- Javascript Files -->
<script src="assets/js/vendor/jquery.min.js"></script>
<script src="assets/js/vendor/popper.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/vendor/slick.min.js"></script>
<script src="assets/js/vendor/easing.min.js"></script>
<script src="assets/js/vendor/wow.min.js"></script>
<script src="assets/js/vendor/isotop.min.js"></script>
<script src="assets/js/vendor/countdown.js"></script>
<script src="assets/js/vendor/jquery.nice-select.js"></script>
<script src="assets/js/vendor/parallax-scroll.js"></script>
<script src="assets/js/main.js"></script>
</body>
<!-- Mirrored from themecrazy.net/html/nftcrazy/blog-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 03 Nov 2022 07:28:03 GMT -->
</html>