forked from codeSTACKr/nft-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FAQ.html
245 lines (207 loc) · 7.23 KB
/
FAQ.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>FAQ</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/x-icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/x-icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/x-icon/favicon-16x16.png">
<link rel="manifest" href="images/x-icon/site.webmanifest">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!--Nav bar section-->
<nav class="navbar">
<div class="navbar__container">
<a href="/" id="navbar__logo"><img src="images/x-icon/favicon-32x32.png" alt="logo">MightyMind</a><!--<img src="images/x-icon/favicon-32x32.png" alt="logo" -->
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<a href="/home.html" class="navbar__links">Home</a>
</li>
<li class="navbar__item">
<a href="/traits.html" class="navbar__links">Traits</a>
</li>
<li class="navbar__item">
<a href="/roadmap.html" class="navbar__links">Roadmap</a>
</li>
<li class="navbar__item">
<a href="/FAQ.html" class="navbar__links">FAQ</a>
</li>
<!-- <li class="navbar__item">
<a href="/howtobuy.html" class="navbar__links">How to buy a MightyMind?</a>
</li> -->
<li class="navbar__socials">
<a
href="https://discord.gg/dfPMWeesAY"
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/discord.webp" alt="Discord" />
</a>
<a
href="https://opensea.io/collection/mightymind"
target="_blank"
rel="noopener noreferrer">
<img src="images/header/opensea.webp" alt="Opensea" />
</a>
<a
href="https://instagram.com/mightyminds_nft?utm_medium=copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/instagram.webp" alt="Instagram" />
</a>
</li>
<!-- <li class="navbar__btn">
<a href="/" class="button">NAME THIS WHAT YOU WANT</a>
</li>-->
</ul>
</div>
</nav>
<script src="app.js"> </script>
<main class="faqs__container">
<h1 class="faq__head">Frequently Asked Questions</h1>
<div class="questions__container">
<div class="content__container">
<div class="faq__header">
<h3> What does NFT stand for? </h3>
<span class="open active">+</span>
<span class="close ">-</span>
</div>
<div class="content">
<p>
Non-Fungible Token.
</p>
</div>
</div>
<div class="content__container">
<div class="faq__header">
<h3> What does Non-Fungible mean? </h3>
<span class="open active">+</span>
<span class="close">-</span>
</div>
<div class="content">
<p>
Non-fungible means that it is unique and can not be copied, subdivided or substiuted.
</p>
</div>
</div>
<div class="content__container">
<div class="faq__header">
<h3> What is a crypto token? </h3>
<span class="open active">+</span>
<span class="close">-</span>
</div>
<div class="content">
<p>
Crypto tokens are a form of digital assets and they are built on another cryptocurrencie's blockchain.
</p>
</div>
</div>
<div class="content__container">
<div class="faq__header">
<h3> What is a blockchain?</h3>
<span class="open active">+</span>
<span class="close ">-</span>
</div>
<div class="content">
<p>
A Blockchain can be described as a system of recording information in a type of way that makes challenging or impossible to hack,change or cheat the system. A blockchain is fundamentally a digital ledger of transactions that is distributed and duplicated across the entire network of computers that are linked in a peer-to-peer network.
</p>
</div>
</div>
<div class="content__container">
<div class="faq__header">
<h3> What is an nft?</h3>
<span class="open active">+</span>
<span class="close ">-</span>
</div>
<div class="content">
<p>
A NFT is a non-replaceable unit of data stored on a digital ledger (blockchain) that can be traded and/or sold.
NFTs are tokens that we are able to use to represent ownership of unique items. They can only have one official owner at a time and no one is able to modify/alter the record of ownership or copy/paste a new NFT into existence.
</p>
</div>
</div>
<div class="content__container">
<div class="faq__header">
<h3>What can NFTs represent? </h3>
<span class="open active">+</span>
<span class="close ">-</span>
</div>
<div class="content">
<p>
NFTs can represent a wide variety of things such as, but not limited to: art, collectibles, music, domain names, photography, sports, trading cards, virtual worlds and/or provide utility.
<br>
The MightyMind NFT project is focused on providing utility.
</p>
</div>
</div>
<div class="content__container">
<div class="faq__header">
<h3> What is MightyMinds plan?</h3>
<span class="open active">+</span>
<span class="close ">-</span>
</div>
<div class="content">
<p>
Our main focus is to invest in the great ideas our fellow MightyMind holders have and which we think are worth an investment. We plan on providing as much utility as possible. We also plan on doing airdrops from all investments funded by MightyMind to each individual MightyMind owner once the company has grown and expanded.
</p>
</div>
</div>
<div class="content__container">
<div class="faq__header">
<h3>What is the starting price of a MightyMind?</h3>
<span class="open active">+</span>
<span class="close ">-</span>
</div>
<div class="content">
<p>
The starting price of a MightyMind NFT is <strong>50 USDC </strong> or <strong>equivalent</strong>. By making an offer of this amount on an unrevealed MightyMind NFT and with an offer expiry of 1 week, you yourself could own your very own MightyMind!
</p>
</div>
</div>
<div class="content__container">
<div class="faq__header">
<h3> Where can I buy a MightyMind NFT</h3>
<span class="open active">+</span>
<span class="close">-</span>
</div>
<div class="content">
<p>
The MighyMind NFT collection is available for purchase on OpenSea and Rarible.
</p>
</div>
</div>
<div class="content__container">
<div class="faq__header">
<h3>What is OpenSea and Rarible? </h3>
<span class="open active">+</span>
<span class="close">-</span>
</div>
<div class="content">
<p>
OpenSea and Rarible are NFT marketplaces.
</p>
</div>
</div>
</div>
</main>
<footer>
<div class="footer__container" >
<ul>
<a class="footer__tandc" href = "t&c.html" target="_blank">Term and Conditions</a>
</ul>
</div>
</footer>
</body>
<script src="js/app.js"></script>
</html>