-
Notifications
You must be signed in to change notification settings - Fork 2
/
insights-report-request-success.html
172 lines (163 loc) · 11.5 KB
/
insights-report-request-success.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
<!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 name=”robots” content=”noindex”>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content=""
/>
<meta name="author" content="Future NFT Mints" />
<title>Future NFT Mints - Insights Report Request Success</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 mt-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">Insights Report Request</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">We've received your submission. Assuming you were the first submission, we'll tweet at you if you've won, and we'll tag you in our Premium Analysis if we write about it.</p>
<p class="lead fw-normal text-muted mb-4"><a href="insights-report-request.html">Submit again</a>.</p>
</div>
</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>
</body>
</html>