-
Notifications
You must be signed in to change notification settings - Fork 0
/
gaming6.html
79 lines (79 loc) · 3.97 KB
/
gaming6.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NFT Museum</title>
<link rel="stylesheet" href="nftstyle.css">
</head>
<body>
<div class="one">
<header id="main-header">
<h1>NFT Museum</h1>
</header>
<nav id="navbar">
<ul>
<div class="rest">
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="explore.html">Explore</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</div>
<div class="login">
<li><a href="login.html">Start Collecting</a></li>
</div>
</ul>
</nav>
</div>
<section id="showcase">
<div class="container">
<div class="description-container">
<div class="img">
<img src="images/gaming6.jpg" alt="pic" width="400px" height="300px">
</div>
<div class="text">
<h2>JOKER</h2>
<div class="description-box">
<h3>Description</h3>
<hr>
<p>About: In his comic book appearances, the Joker is portrayed as a criminal mastermind. Introduced as a psychopath with a warped, sadistic sense of humor, the character became a mostly harmless, comical prankster.</p>
<p>Artist: gamingfreak</p>
</div>
<h4>Price: 0.35 ETH</h4>
<div class="button-1">
<button type="submit">Buy Now</button>
</div>
</div>
</div>
</div>
</section>
<footer id="main-footer">
<div class="container">
<div class="container-2">
<div class="box-3">
<h2>NFT Museum</h2>
<p>India's largest digital marketplace for crypto collectibles and non-fungible tokens (NFTs). Buy, sell, and discover exclusive digital items.</p>
</div>
<div class="box-4">
<h3>Marketplace</h3>
<p><a href="explore.html">Anime</a> <br> <a href="explore.html">Marvel</a> <br> <a href="explore.html">Gaming</a></p>
</div>
<div class="box-5">
<h3>My Account</h3>
<p><a href="#">Profile</a> <br> <a href="#">Settings</a></p>
</div>
<div class="box-6">
<h3>Company</h3>
<p><a href="aboutus.html">About</a> <br> <a href="#">Careers</a> <br> <a href="#">Partners</a></p>
</div>
<div class="box-7">
<h3>Learn</h3>
<p><a href="https://www.forbes.com/advisor/in/investing/cryptocurrency/what-is-an-nft-how-do-nfts-work/" target="_blank">What is an NFT?</a> <br> <a href="https://www.forbes.com/advisor/in/investing/cryptocurrency/how-to-buy-nfts/" target="_blank">How to buy an NFT?</a> <br> <a href="https://www.forbes.com/advisor/in/investing/cryptocurrency/what-is-cryptocurrency-and-how-does-it-work/" target="_blank">What is cryptocurrency?</a> <br> <a href="https://www.coinbase.com/learn/crypto-basics/what-is-a-crypto-wallet" target="_blank">What is a crypto wallet?</a> <br> <a href="https://resources.cyberlabs.club/blockchain" target="_blank">What is blockchain?</a> <br> <a href="https://www.forbes.com/advisor/investing/cryptocurrency/what-is-web-3-0/" target="_blank">What is web3.0?</a> <br> <a href="https://pontem.network/posts/9-tips-to-stay-safe-in-web3" target="_blank">How to stay protected on web3.0?</a></p>
</div>
</div>
<hr>
<p>Copyright © 2024, NFT Museum</p>
</div>
</footer>
</body>
</html>