-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.3 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
<!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">
<link rel="shortcut icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="./app.css">
</head>
<body>
<article class="card">
<figure class="nft">
<a href="#" class="nft__link">
<img class="nft__image" src="./images/image-equilibrium.jpg"
alt="Equilibrium #3429 NFT">
<img class="nft__icon" src="./images/icon-view.svg" alt="">
</a>
<figcaption>
<h2 class="nft__title"><a href="#">Equilibrium #3429</a></h2>
<p class="nft__caption">Our Equilibrium collection promotes balance and calm.</p>
</figcaption>
</figure>
<ul class="info">
<li class="info__item price"><img class="info__icon" src="./images/icon-ethereum.svg" alt="">0.041 ETH</li>
<li class="info__item expiry"><img class="info__icon" src="./images/icon-clock.svg" alt="">3 days left</li>
</ul>
<hr class="divider">
<p class="credit"><img class="credit__avatar" src="./images/image-avatar.png" alt=""><span>Creation of <a
class="credit__name" href="#">Jules Wyvern</a></span></p>
</article>
</body>
</html>