-
Notifications
You must be signed in to change notification settings - Fork 2
/
genesis-nft.html
296 lines (280 loc) · 19.1 KB
/
genesis-nft.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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TNNHL7X');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- TWITTER CARD -->
<!-- Don't Change -->
<meta name="twitter:card" content="Future NFT Mints provides daily analysis on upcoming and currently minting NFTs."><!-- required -->
<meta name="twitter:site" content="@futurenftmints"><!-- required -->
<meta name="twitter:image" content="assets/twitter-profile-500x500.png"><!-- optional -->
<meta name="twitter:image:alt" content="Future NFT Mints - Future NFT Mints Logo"><!-- optional -->
<!-- Change -->
<meta name="twitter:title" content="Genesis NFT"><!-- required -->
<meta name="twitter:description" content="The Future NFT Mints Genesis NFT will begin minting in Mar 2022. By HODLing our Genesis NFT, you will have access to all the research we generate, including a free subscription to our Daily Fresh Mints newsletter (current value is $550/year). Please join our Discord to be eligible for a spot on our Allow List. We expect the public mint to have limited availability."><!-- optional -->
<meta name="description" content="The Future NFT Mints Genesis NFT will begin minting in Mar 2022. By HODLing our Genesis NFT, you will have access to all the research we generate, including a free subscription to our Daily Fresh Mints newsletter (current value is $550/year). Please join our Discord to be eligible for a spot on our Allow List. We expect the public mint to have limited availability." />
<meta name="author" content="Future NFT Mints" />
<title>Future NFT Mints - Genesis NFT</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/logo.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/custom-styles.css" rel="stylesheet" />
</head>
<body class="d-flex flex-column">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TNNHL7X"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<main class="flex-shrink-0">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container px-5">
<a class="navbar-brand" href="index.html"><img width="100" class="d-inline-block align-top" src="assets/logo-navbar.png"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdownBlog" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Buyer</a>
<ul class="dropdown-menu dropdown-menu-end dropdown-columns-2" aria-labelledby="navbarDropdownBlog">
<div class="row">
<div class="col-sm-6">
<h6 class="dropdown-header">Products</h6>
<li><a class="dropdown-item" href="insights-report.html">Insights Reports</a></li>
<li><a class="dropdown-item" href="nft-calendar.html">NFT Calendar</a></li>
<li><a class="dropdown-item" href="genesis-nft.html">Genesis NFT</a></li>
<li><a class="dropdown-item" href="insights-report-request.html">Insights Report Request</a></li>
</div>
<div class="col-sm-6">
<h6 class="dropdown-header">Education</h6>
<li><a class="dropdown-item" href="web3-resources.html?type=buyer">Web3 Resources</a></li>
<li><a class="dropdown-item" href="nft-trust-playbook.html?type=buyer">Trust Playbook</a></li>
</div>
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdownBlog" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Builder</a>
<ul class="dropdown-menu dropdown-menu-end dropdown-columns-2" aria-labelledby="navbarDropdownBlog">
<div class="row">
<div class="col-sm-6">
<h6 class="dropdown-header">Products</h6>
<li><a class="dropdown-item" href="nft-submission-form.html">Submit an NFT</a></li>
<!--
<li><a class="dropdown-item" href="community-manager-concierge.html">Community Manager Concierge</a></li>
-->
</div>
<div class="col-sm-6">
<h6 class="dropdown-header">Education</h6>
<li><a class="dropdown-item" href="web3-resources.html?type=builder">Web3 Resources</a></li>
<li><a class="dropdown-item" href="nft-trust-playbook.html?type=builder">Trust Playbook</a></li>
</div>
</div>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="https://twitter.com/futurenftmints" target="_BLANK"><img width="20" class="d-inline-block align-top" src="assets/twitter-logo.png"></a></li>
<li class="nav-item"><a class="nav-link" href="https://discord.gg/PbXfbcG5xz" target="_BLANK"><img width="20" class="d-inline-block align-top" src="assets/discord-logo.png"></a></li>
<li class="nav-item"><a class="nav-link" href="https://opensea.io/collection/future-nft-mints-genesis-nft" target="_BLANK"><img width="20" class="d-inline-block align-top" src="assets/opensea-logo.png"></a></li>
<li class="nav-item"><a class="btn btn-light" href="https://mint.futurenftmints.com" target="_BLANK">Genesis NFT</a></li>
</ul>
</div>
</div>
</nav>
<!-- Header-->
<header class="py-5">
<div class="container px-5 pt-5">
<div class="row justify-content-center">
<div class="col-lg-8 col-xxl-6">
<div class="text-center my-2">
<h1 class="fw-bolder mb-1">Genesis NFT</h1>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-10 col-xxl-10">
<div class="text-left my-1">
<p class="lead fw-normal text-muted mb-4">Updated: Mar 17, 2022</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2">
<p class="lead fw-normal text-muted mb-1"><strong>Date</strong></p>
</div>
<div class="col-md-8">
<p class="lead fw-normal text-muted mb-1">By end of Mar 2022. Date will be announced when partner spots are allocated</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2">
<p class="lead fw-normal text-muted mb-1"><strong>Quantity</strong></p>
</div>
<div class="col-md-8">
<p class="lead fw-normal text-muted mb-1">450 for sale (+ 50 for team / marketing)</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2">
<p class="lead fw-normal text-muted mb-1"><strong>Price</strong></p>
</div>
<div class="col-md-8">
<p class="lead fw-normal text-muted mb-1">0.25 ETH</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2">
<p class="lead fw-normal text-muted mb-1"><strong>Royalty</strong></p>
</div>
<div class="col-md-8">
<p class="lead fw-normal text-muted mb-1">10%</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2">
<p class="lead fw-normal text-muted mb-1"><strong>Allow List</strong></p>
</div>
<div class="col-md-8">
<p class="lead fw-normal text-muted mb-1">250. 2 per wallet limit. 48 hours to mint. ~45 already on the list who submitted + qualified when we had a signup form<br /><strong>Partnerships</strong><br />Club CPG HODLers Raffle - 80 spots<br />Floor NFT HODLers Raffle - 40 spots<br /><a href="https://discord.gg/PbXfbcG5xz" target="_BLANK">Future NFT Mints Discord Raffle</a> - 40 spots<br />Remaining for people we want in the community.
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2">
<p class="lead fw-normal text-muted mb-1"><strong>Presale</strong></p>
</div>
<div class="col-md-8">
<p class="lead fw-normal text-muted mb-1">No limit. 2 per wallet limit. 48 hours to mint. After Allow List. Everyone who signs up for the Allow List raffles will be automatically added to the Presale.
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2">
<p class="lead fw-normal text-muted mb-1"><strong>Public Mint</strong></p>
</div>
<div class="col-md-8">
<p class="lead fw-normal text-muted mb-1">5 per wallet limit. After Allow List and Presale.</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2">
<p class="lead fw-normal text-muted mb-1"><strong>Utilty</strong></p>
</div>
<div class="col-md-8">
<ul class="lead fw-normal text-muted mb-1">
<li>Free Daily Fresh Mints (DFM) newsletter ($550/year value)</li>
<li>Private Discord</li>
<li>More to be announced...</li>
</ul>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2">
<p class="lead fw-normal text-muted mb-1"><strong>Perks</strong></p>
</div>
<div class="col-md-8">
<ul class="lead fw-normal text-muted mb-1">
<li>FREE access to ALL research we produce (and eventually sell). This is how we plan to grow the value of the NFT)</li>
<li>1x Allow List raffle spot per NFT (own multiple NFTs, get more raffle spots)</li>
<li>More to be announced...</li>
</ul>
</div>
</div>
<div class="row justify-content-center mt-5">
<div class="col-md-2">
<p class="lead fw-normal text-muted mb-1"><strong>Updates</strong></p>
</div>
<div class="col-md-8">
<p class="lead fw-normal text-muted mb-1">Get the latest updates on our Genesis NFT.<br /><a class="btn btn-outline-primary btn-lg" href="https://futurenftmints.substack.com/subscribe" target="_BLANK">Signup for our FREE daily newsletter</a></p>
</div>
</div>
</div>
</header>
</main>
<!-- Footer-->
<footer class="bg-dark py-4 mt-auto">
<div class="container px-5">
<div class="row">
<div class="col-md-4 text-white">
<h4 class="fw-bolder" style="font-size: 1.5rem;">Buyer</h4>
<a href="insights-report.html" style="text-decoration: none; color:white">Insights Reports</a>
<br /><a href="nft-calendar.html" style="text-decoration: none; color:white">NFT Calendar</a>
<br /><a href="web3-resources.html?type=buyer" style="text-decoration: none; color:white">Web3 Resources</a>
<br /><a href="nft-trust-playbook.html?type=buyer" style="text-decoration: none; color:white">Trust Playbook</a>
<br /><a href="insights-report-request.html" style="text-decoration: none; color:white">Insights Report Request</a>
</div>
<div class="col-md-4 text-white">
<h4 class="fw-bolder" style="font-size: 1.5rem;">Builder</h4>
<a href="nft-submission-form.html" style="text-decoration: none; color:white">Submit an NFT</a>
<br /><a href="web3-resources.html?type=builder" style="text-decoration: none; color:white">Web3 Resources</a>
<br /><a href="nft-trust-playbook.html?type=builder" style="text-decoration: none; color:white">Trust Playbook</a>
</div>
<div class="col-md-4 text-white">
<h4 class="fw-bolder" style="font-size: 1.5rem;">Our NFT</h4>
<a href="genesis-nft.html" style="text-decoration: none; color:white">Genesis NFT</a>
</div>
</div>
<div class="row">
<div class="col-12 text-center pt-5">
<a href="https://twitter.com/futurenftmints" target="_BLANK"><img width="40" src="assets/twitter-logo.png"></a>
<a href="https://discord.gg/PbXfbcG5xz" target="_BLANK"><img width="40" src="assets/discord-logo.png"></a>
<a href="https://opensea.io/collection/future-nft-mints-genesis-nft" target="_BLANK"><img width="40" src="assets/opensea-logo.png"></a>
</div>
</div>
<div class="row">
<div class="col-12 text-center text-white pt-5">
Feel free to send donations to
<br />futurenftmints.eth
<br />futurenftmints.sol
</div>
</div>
<div class="row align-items-center justify-content-between flex-column flex-sm-row mt-5">
<div class="col-auto"><div class="small m-0 text-white">Copyright © <a href="https://twitter.com/futurenftmints" target="_BLANK">Future NFT Mints</a> 2021 and beyond</div></div>
<div class="col-auto text-white">
Not Financial Advice (NFA). Do Your Own Research (DYOR).
<!--
<a class="link-light small" href="#!">Privacy</a>
<span class="text-white mx-1">·</span>
<a class="link-light small" href="#!">Terms</a>
<span class="text-white mx-1">·</span>
<a class="link-light small" href="#!">Contact</a>
-->
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<script>
window.addEventListener("load", function() {
const form = document.getElementById('genesis-nft-form');
form.addEventListener("submit", function(e) {
e.preventDefault();
const data = new FormData(form);
const action = e.target.action;
fetch(action, {
method: 'POST',
body: data,
})
.then(() => {
location.href = 'genesis-nft-success.html';
//alert("Success!");
})
});
});
</script>
<script>
window.addEventListener("load", function() {
location.href = 'https://mint.futurenftmints.com';
});
</script>
</body>
</html>