-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (195 loc) · 8.26 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
<!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">
<title>nftlanding</title>
<link rel="stylesheet" href="./styles/main.css">
<!-- Font -->
<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@300;400;500;600;700;900&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="img/logo.svg" alt="logo">
</div>
<div class="nav">
<ul>
<a href="">
<li>Features</li>
</a>
<a href="">
<li>About</li>
</a>
<a href="">
<li>Launch</li>
</a>
<a href="">
<li>Sign Up</li>
</a>
</ul>
</div>
</nav>
</header>
<main>
<section class="initial_wrapper">
<div class="title_wrapper">
<p id="uptitle">LAUNCHING SOON</p>
<h1>An NFT like no other</h1>
<p id="subtitle">Don't miss out on the release of our new NFT. Sign up below to receive updates when we
go live.</p>
<button><img src="img/initial-wrapper/cta.svg" alt=""></button>
</div>
<div class="title_img_wrapper">
<img src="img/initial-wrapper/hero.png" alt="">
</div>
</section>
<section class="second_wrapper">
<div class="second_generic_wrapper">
<div class="second_left_wrapper">
<img src="img/second-wrapper/icon.svg" alt="">
<h2>Free NFT for early birds</h2>
<p>Sign up today and you'll get a free NFT when we launch.</p>
</div>
<div class="second_right_wrapper">
<img src="img/second-wrapper/nftcard.png" alt="">
</div>
</div>
</section>
<section class="third_wrapper">
<a href=""><img src="img/third-wrapper/1.png" alt=""></a>
<a href=""><img src="img/third-wrapper/2.png" alt=""></a>
<a href=""><img src="img/third-wrapper/3.png" alt=""></a>
<a href=""><img src="img/third-wrapper/4.png" alt=""></a>
<a href=""><img src="img/third-wrapper/5.png" alt=""></a>
</section>
<section class="fourth_wrapper">
<h2>LE Super Rare Auction</h2>
<p>We have released four limited edition NFTs early wich can be bid on dia OpenSea</p>
<div class="fourth_generic_wrapper">
<img src="img/fourth-wrapper/1.png" alt="">
<img src="img/fourth-wrapper/2.png" alt="">
<img src="img/fourth-wrapper/3.png" alt="">
<img src="img/fourth-wrapper/4.png" alt="">
</div>
</section>
<section class="fifth_wrapper">
<div class="fifth_generic_wrapper">
<div class="fifth_left_wrapper">
<h2>Initial Release 4/11</h2>
<p>
We have released four limited edition NFTs early which can be bid on via
<strong><u>OpenSea</u></strong>.<br><br>
These will be the only four of these NFTs we ever make, so be sure not to miss out!
<br><br>50% of proceeds go to charity.
</p>
<button>Check them out →</button>
</div>
<div class="fifth_right_wrapper">
<img src="img/fifth-wrapper/nft01.png" alt="">
<div>
<p class="id">GLOOP SERIES</p>
<p class="name">Red Man</p>
<p class="number">#12983</p>
</div>
</div>
</div>
</section>
<section class="sixth_wrapper">
<div class="sixth_generic_wrapper">
<div class="sixth_left_wrapper">
<img src="img/sixth_wrapper/card.png" alt="">
</div>
<div class="sixth_right_wrapper">
<h2>Initial Release 4/11</h2>
<p>
We have released four limited edition NFTs early which can be bid on via
<strong><u>OpenSea</u></strong>.<br><br>
These will be the only four of these NFTs we ever make, so be sure not to miss out!
<br><br>50% of proceeds go to charity.
</p>
<button>Check them out →</button>
</div>
</div>
</section>
<section class="seventh_wrapper">
<div>
<img src="img/seventh-wrapper/icon-1.png" alt="nft-logo">
<h2>An NFT like no other</h2>
<p>
Don’t miss out on the release of our new NFT. Sign up below to receive updates when we go live on
18/9.
<br><br>
Don’t miss out on the release of our new NFT. Sign up below to receive updates when we go live on
18/9.Don’t miss out on the release of our new NFT. </p>
</div>
<div>
<img src="img/seventh-wrapper/icon.png" alt="nft-logo">
<h2>An NFT like no other</h2>
<p>
Don’t miss out on the release of our new NFT. Sign up below to receive updates when we go live on
18/9.
<br><br>
Don’t miss out on the release of our new NFT. Sign up below to receive updates when we go live on
18/9.Don’t miss out on the release of our new NFT. </p>
</div>
</section>
<section class="eighth_wrapper">
<div class="title_wrapper">
<p id="uptitle">LAUNCHING SOON</p>
<h1>An NFT like no other</h1>
<p id="subtitle">Don't miss out on the release of our new NFT. Sign up below to receive updates when we
go live.</p>
<button><img src="img/initial-wrapper/cta.svg" alt=""></button>
</div>
</section>
<footer>
<section class="footer_generic_wrapper">
<div class="footer_left_wrapper">
<img src="img/logo.svg" alt="">
<p>Exclusive NFT collection</p>
<div class="social_media">
<img src="img/footer/facebook.png" alt="facebook logo">
<img src="img/footer/twitter.png" alt="twitter logo">
<img src="img/footer/instagram.png" alt="instagram logo">
<img src="img/footer/tiktok.png" alt="tiktok logo">
</div>
</div>
<div class="footer_right_wrapper">
<div>
<h3>ABOUT</h3>
<p>About</p>
<p>Terms</p>
<p>Legal</p>
</div>
<div>
<h3>NFT</h3>
<p>OpenSea</p>
<p>Maker</p>
<p>Learn</p>
</div>
<div>
<h3>CONTACT</h3>
<p>Press</p>
<p>Support</p>
</div>
<div>
<h3>SOCIAL</h3>
<p>Twitter</p>
<p>Instagram</p>
</div>
</div>
</section>
<section class="footer">
<p>© Copyright 2022 NFTlanding</p>
<p>Launching August 2022</p>
</section>
</footer>
</main>
</body>
</html>