-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
385 lines (355 loc) · 17.9 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<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=Inter:wght@100..900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/9e5fb38778.js" crossorigin="anonymous"></script>
<title>Music NFT Platform</title>
</head>
<body>
<header class="header" id="top">
<div class="container">
<div class="header__inner">
<div class="header__logo"><span>Music</span> <br>NFT Platform</div>
<div class="header__nav">
<nav>
<a href="#">MARKETPLACE</a>
<a href="#">ABOUT</a>
<a href="#">RESOURCES</a>
<a href="#">FAQ</a>
</nav>
</div>
<div class="header__socials">
<img class="socials__img" src="assets/icons/facebook-f 1.png" alt="">
<img class="socials__img" src="assets/icons/twitter 1.png" alt="">
<img class="socials__img" src="assets/icons/medium-m 1.png" alt="">
</div>
</div>
</div>
</header>
<main class="main">
<div class="container">
<div class="main__text">
<div class="title">Music for NFT creators.</div>
<div class="suptitle">Digital Music for fans</div>
<div class="subtitle">Music NFTs will continue to revolutionize the way that artists and fans create community together as we enter the upcoming year undoubtedly changing the trajectory of countless budding music careers.</div>
</div>
<div class="main__logo">
<h1 class="logo__title">Powered by</h1>
<img src="assets/icons/logo-black 1.png" alt="">
<a class="button" href="#discover">Discover More</a>
</div>
<div class="main__img"></div>
<img class="nft" src="assets/images/handNFT.svg" alt="">
</div>
</div>
</main>
<div class="text__line">
<p>new way to reach the new fan</p>
<img src="assets/icons/globe.png" alt="">
<p>new way to reach the new fan</p>
<img src="assets/icons/globe.png" alt="">
<p>new way to reach the new fan</p>
<img src="assets/icons/globe.png" alt="">
<p>new way to reach the new fan</p>
<img src="assets/icons/globe.png" alt="">
<p>new way to reach the new fan</p>
<img src="assets/icons/globe.png" alt="">
<p>new way to reach the new fan</p>
<img src="assets/icons/globe.png" alt="">
</div>
<div class="musicnftwork">
<div class="container">
<div class="how__do">
<div class="work__info">
<h1 class="marketplace__title">How do Music NFTs work?</h1>
<p class="marketplace__subtitle">NFTs are unique assets stored and tradable on a blockchain. They are, immutable, scarce and publicly verifiable. In the music world, artistes get to sell limited digital content to their fans who pay via crypto. You can now produce any music content that cannot be counterfeited.</p>
</div>
<div class="work__img">
<img class="music__img" src="assets/images/musics.png" alt="">
</div>
</div>
</div>
</div>
<div class="marketplace__work">
<div class="container">
<div class="marketplace__inner">
<div class="nft__cards">
<div class="nft__item">
<img class="nft__cover" src="assets/images/cover1.png" alt="">
<p class="nft__genre">Rap Music</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__price">0.3234</p>
</div>
</div>
<div class="nft__item second">
<img class="nft__cover" src="assets/images/cover2.png" alt="">
<p class="nft__genre">Rap Music</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__price">0.3234</p>
</div>
</div>
<div class="nft__item third">
<img class="nft__cover" src="assets/images/cover3.png" alt="">
<p class="nft__genre">Rap Music</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__price">0.3234</p>
</div>
</div>
<div class="nft__item fourth">
<img class="nft__cover" src="assets/images/cover4.png" alt="">
<p class="nft__genre">Rap Music</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__price">0.3234</p>
</div>
</div>
</div>
<div class="marketplace__text">
<h1 class="marketplace__title">Music NFT Marketplace</h1>
<p class="marketplace__subtitle">Create your first music NFTs with NFT market for musicians. Create music and music videos just under the $1, the platform works with BSC blockchain and supports mp4. With AirNFTs, you are getting the control over your NFTs, no middle man cutting your sales. Create, Buy, Sell and Earn with your music NFTs.</p>
<div class="marketplace__button">
<a class="button" href="#">Explore Marketplace</a>
</div>
</div>
</div>
</div>
</div>
<div class="community">
<div class="container">
<div class="community__inner">
<div class="community__title">
<h1 class="title__cmmnt">Engage your <br> Fans with community</h1>
</div>
<div class="cards">
<div class="cmmnt__card">
<div class="card__title">01/</div>
<div class="card__text">
Artists themselves become a platform. NFTs allow artistes, especially upcoming ones, to create an ecosystem that allows genuine fans to buy into their market.
</div>
</div>
<div class="cmmnt__card">
<div class="card__title">02/</div>
<div class="card__text">
NFT gives all the power to creators. Anyone upcoming artiste can do their stuff on-chain, making them more independent and freeing them from unfavorable deals from record labels.
</div>
</div>
<div class="cmmnt__card">
<div class="card__title">03/</div>
<div class="card__text">
A positive NFT-fueled change in the music market can upstage crypto adoption at large.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="nft__market" id="discover">
<div class="container">
<div class="market__inner">
<div class="market__text">
<p>Discover Music NFT</p>
</div>
<div class="music__genre">
<p>Music Genre</p>
</div>
<div class="market__button">
<a class="button market" href="#">Rock</a>
<a class="button market" href="#">Pop</a>
<a class="button market" href="#">K-pop</a>
<a class="button market" href="#">Jazz</a>
<a class="button market" href="#">Junk</a>
</div>
</div>
</div>
</div>
<div class="nft__card">
<div class="container">
<div class="card__inner">
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card1.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card2.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card3.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
</div>
<div class="card__inner">
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card4.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card5.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card6.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
</div>
<div class="card__inner">
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card7.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card8.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card9.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
</div>
<div class="card__inner">
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card10.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card11.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
<div class="card__items">
<img class="nft__marketcard" src="assets/images/card12.png" alt="">
<p class="nft__genrecard">Heart & Sol</p>
<div class="sol__price">
<img class="sol__logo" src="assets/icons/solLogo.svg" alt="">
<p class="nft__cardprice">0.3234</p>
<p class="nft__tokens">16 tokens</p>
</div>
<button class="nft__button">Play now</button>
<button class="nft__button buy">BUY NFT</button>
</div>
</div>
</div>
</div>
<div class="dividing__button">
<div class="container">
<div class="dividing__inner">
<a class="button divide" href="#">Discover More Music NFT</a>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="footer__title">
Shape the NFT Music
</div>
<div class="footer__socials-block">
<div class="footer__socials">
<a class="footer__subtitle" href="#" target="_blank">Facebook</a>
<a class="footer__subtitle" href="#" target="_blank">Twitter</a>
<a class="footer__subtitle" href="#" target="_blank">Medium</a>
<a class="footer__subtitle" href="#" target="_blank">Contact</a>
</div>
<div class="footer__button">
<a class="back" href="#top">
<img class="footer__icon" src="assets/icons/arrow-up-circle 1.svg" alt="">
<h1 class="footer__text">Back to the top</h1>
</a>
</div>
</div>
<div class="footer__privacy">
<div class="privacy__text">
<a class="footer__privacy-text" href="#" target="_blank">Privacy Policy</a>
<a class="footer__terms-text" href="#" target="_blank">Terms and Conditions</a>
</div>
<div class="copyright">
Copyright © 2022 Avi Yansah
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>