-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnftpage.html
93 lines (69 loc) · 3.48 KB
/
nftpage.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="nftpage.css">
<script src="./scripthome.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>BoredApeYachtClub</title>
<link rel="icon" href="img/icon.png">
<link rel="stylesheet" href="fontawesome/css/all.min.css">
</head>
<body>
<header>
<div class="header">
<div class="logo"><a href="index.html"> <img src="img/logo-header.png"> </a> </div>
</header>
<div class="page">
<img src="img/nft-2.png">
<div class="page-title">
<h1>BoredApeYachtClub</h1>
<h5>by Edgar</h5>
<p>The Bored Ape Yacht Club is a collection of 10,000 unique Bored Ape NFTs— unique digital<br>
collectibles living on the Ethereum blockchain. Your Bored Ape doubles as your Yacht Club<br>
membership card, and grants access to members-only benefits, the first of which is access to<br>
THE BATHROOM, a collaborative graffiti board. Future areas and perks can be unlocked by<br>
the community through roadmap activation. Visit www.BoredApeYachtClub.com for more<br>
details.
</p>
<div class="page-button">
<a href=""><p>View in BlueBad</p></a>
</div>
<h6>Share in</h6>
<div class="page-icones">
<a href=""><i class="fa-brands fa-facebook-f"></i></a>
<a href=""><i class="fa-brands fa-whatsapp"></i></a>
<a href=""><i class="fa-regular fa-envelope"></i></a>
<a href=""><i class="fa-brands fa-linkedin"></i></a>
<a href=""><i class="fa-brands fa-twitter"></i></a>
<a href=""><i class="fa-brands fa-facebook-messenger"></i></a>
</div>
</div>
</div>
<footer>
<div class="footer-left">
<div class="footer-text">
<h4>Stay in the loop</h3>
<p>Join our mailing list to stay in the loop with our newest feature releases,<br>
NFT drops, and tips and tricks for navigating Tokentree.</p>
</div>
<div class="footer-box">
<label class="login__label">
<span>Your email adress</span>
<input type="email" name="email" class="input">
</label>
<a href="">Sign up</a>
</div>
</div>
<div class="footer-right">
<h3>Join the community</h3>
<div class="icones">
<a href=""><i class="fa-brands fa-linkedin"></i></a>
<a href=""><i class="fa-brands fa-instagram"></i></a>
<a href=""><i class="fa-brands fa-twitter"></i></a>
<a href=""><i class="fa-brands fa-discord"></i></a>
<a href=""><i class="fa-regular fa-envelope"></i></a>
</div>
</div>
</footer>
</body>