-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
182 lines (159 loc) · 7.86 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
<!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.0">
<!-- for favicon -->
<link rel="icon" href="images/favicon (3).ico" />
<!-- for title -->
<title>NFT Market</title>
<!-- for css file -->
<link rel="stylesheet" href="style.css">
<!-- for bootsrap-5 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.3/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.1/js/bootstrap.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- for fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Graduate&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Charm:wght@700&display=swap" rel="stylesheet">
<!-- font aswome -->
<script src="https://kit.fontawesome.com/94853c3edd.js"crossorigin="anonymous"></script>
</head>
<body>
<!-- head- section -->
<section id="HEAD">
<div class="header ">
<!-- Nav-bar -->
<nav class="Navbar navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href=""><img class="brand-logo" src="images/giphy (2).gif" alt="brand-logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a href="">Home</a></li>
<li class="nav-item"><a href="">Market</a></li>
<li class="nav-item"><a href="">Buy/Sell</a></li>
<li class="nav-item"><a href="">Create</a></li>
</ul>
</div>
</nav>
<div class="row container">
<div class="col-lg-6">
<div class="title-text ">
Trade and Create <br>your own <br> <h1 class="h1-title">NFT</h1>
</div>
</div>
<div class="col-lg-6">
<!-- carsoul for images -->
<div class="text-carsoul">
<div id="carouselExampleIndicators" class="carousel CAROUSEL slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="nft-image" src="images/1.gif" alt="nft-image">
</div>
<div class="carousel-item">
<img class="nft-image" src="images/2.gif" alt="nft-image">
</div>
<div class="carousel-item">
<img class="nft-image" src="images/3.gif" alt="nft-image">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="nft-info">
<div class="info-container">
<h1 class="info-h1">
What is NFT <i class="fa-sharp fa-regular fa-question "></i>
</h1>
<p>An NFT (non-fungible token) is a unique digital item stored on a blockchain.
NFTs can represent almost anything, and serve as a digital record of ownership.
</p>
<h1 class="info-h1">
How to Buy NFT <i class="fa-sharp fa-regular fa-question"></i>
</h1>
<p class="info-para">In order to buy an NFT, you'll need a crypto wallet and cryptocurrency.
Using OpenSea, you can buy items listed for sale instantly,
bid in auctions, or make offers on any NFTs.
</p class="info-para">
<h1 class="info-h1">
What is Blockchain <i class="fa-sharp fa-regular fa-question "></i>
</h1>
<p class="info-para">A blockchain is a digitally distributed ledger that records transactions and
information across a decentralized network. There are different types of blockchains.
OpenSea is compatible with the Ethereum, Polygon, Klaytn, Arbitrum, Optimism, Avalanche,
BNB Chain, and Solana blockchains.
</p>
</div>
</section>
<hr class="horizonatal-line">
<section id="FEATURES">
<div class="features-grid">
<div class="row">
<div class="col-lg-4">
<i class="fa-solid fa-compass-drafting icon-grid" style="color: #996fd8;"></i>
<h2 class="feature-h2">Buy and sell</h2>
<p class="feature-para">
you can buy and
sell nft here
</p>
</div>
<div class="col-lg-4">
<i class="fa-solid fa-screwdriver-wrench icon-grid" style="color: #996fd8;"></i>
<h2 class="feature-h2">Create</h2>
<p class="feature-para">
you can create your own nft here
</p>
</div>
<div class="col-lg-4">
<i class="fa-regular fa-newspaper icon-grid " style="color: #996fd8;"></i>
<h2 class="feature-h2">News</h2>
<p class="feature-para">
you will get NFTs News
</p>
</div>
</div>
</div>
</section>
<hr class="horizonatal-line">
<section id="footer">
<div class="footer container">
<h3>join our community</h3>
<i class="fa-brands community-icon fa-discord"></i>
<i class="fa-brands community-icon fa-telegram"></i>
<i class="fa-brands community-icon fa-instagram"></i>
<i class="fa-brands community-icon fa-facebook"></i>
<i class="fa-brands community-icon fa-twitter"></i>
<br>
Copyright © Naveen chouhan 2023
</div>
</section>
</body>
</html>