-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<title> NFT Preview Card</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" type="image/x-icon" href="images/favicon-32x32.png">
</head>
<body>
<main class="container">
<div class="card">
<div class="image">
<img src="images/image-equilibrium.jpg" alt="image-equilibrium" class="card-image">
<div class="icon-view"><img src="images/icon-view.svg" alt="icon-view"></div>
</div>
<h1>Equilibrium #3429</h1>
<p>Our Equilibrium collection promotes brilliance and calm.</p>
<ul>
<li>
<img src="images/icon-ethereum.svg" alt="icon-ethereum">
<span>0.041ETH</span>
</li>
<li>
<img src="images/icon-clock.svg" alt="icon-clock">
<span>3 days left</span>
</li>
</ul>
<hr>
<div class="footer">
<img src="images/image-avatar.png" alt="image-avatar" class="footer-image">
<p class="footer-p">Creation of <a href="#" class="footer-a">Julies Wyvren</a></p></div>
</div>
</main>
</body>
</html>