-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (36 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="style.css">
<title>NFT preview card component</title>
</head>
<body>
<div class="card">
<div class="container">
<img id="image" src="images/image-equilibrium.jpg" alt="cube de diamant">
<div class="overlay overlayFade">
<!-- <img src="images/icon-view.svg" alt="view"> -->
</div>
</div>
<h1>Equilibrium #3429</h1>
<p id="caption" >Our Equilibrium collection promotes balance and calm.</p>
<div class="price">
<div class="left">
<img draggable="false" src="images/icon-ethereum.svg" alt="">
<p>0.041 ETH</p>
</div>
<div class="rigth">
<img draggable="false" src="images/icon-clock.svg" alt="">
<p>3 days left</p>
</div>
</div>
<div class="footer">
<img draggable="false" src="images/image-avatar.png" alt="">
<p> <span id="span1">Creation of</span> <span id="span2">Jules Wyvern</span></p>
</div>
</div>
</body>
</html>