-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroadmap.html
350 lines (333 loc) · 19.7 KB
/
roadmap.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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="index.css">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh21eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous">
</script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/ui/1.13.0/jquery-ui.min.js" integrity="sha256-hlKLmzaRlE8SCJC1Kw8zoUbU8BxA+8kR3gseuKfMjxA=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.0/gsap.min.js"></script>
<script src="index.js"></script>
<title>RFC | Roadmap</title>
</head>
<body>
<div class="transition-overlay">
<div class="green-layer"></div>
<div class="black-layer"></div>
</div>
<!-- end transition-overlay -->
<nav class="navigation-menu">
<div class="green-layer"></div>
<div class="black-layer"></div>
<div class="inner">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="index.html#overview">overview</a>
</li>
<li>
<a href="roadmap.html">roadmap</a>
</li>
<li>
<a href="index.html#faqs">faq's</a>
</li>
</ul>
<button class="connect-wallet in-nav">connect wallet</button>
<address>
<p>the <span>royal falcon</span> club</p>
<div class="social-links">
<div class="link">
<a href="https://twitter.com/THEROYALFALCON4"><i class='bx bxl-twitter'></i></a>
</div>
<div class="link">
<a href="https://www.instagram.com/theroyalfalconclub/"><i class='bx bxl-instagram-alt'></i></a>
</div>
<div class="link">
<a href="https://discord.gg/f4kamPxhcs"><i class='bx bxl-discord-alt'></i></a>
</div>
</div>
</address>
</div>
<!-- end inner -->
</nav>
<!-- end navigation-menu -->
<header>
<div class="container d-flex align-items-center justify-content-between">
<div id="logo__wrapper">
<a href="/index.html"><img src="/imgs/Logo.png" alt="" srcset=""></a>
</div>
<div id="logo__name">
<p>the <span>royal falcon</span> club</p>
<b class="beta">Beta Version</b>
</div>
<div class="d-flex align-items-center">
<button class="connect-wallet in-header">connect wallet</button>
<div class="sandwich-nav">
<span>MENU</span>
<div class="sandwich-btn circle" id="sandwich-btn" data-dist="7"> <span></span> <span></span> </div>
</div>
</div>
</div>
</header>
<section id="roadmap">
<div class="container">
<div class="wrapper">
<!-- <div class="stages-wrapper">
<div class="section-title">
<img src="/imgs/ETH.png" alt="">
<h1>rfc roadmap</h1>
</div>
<div class="stages">
<div class="stage-title">
<h1>stage 1 completion</h1>
</div>
<div class="stage-details">
<div class="milestones-wrapper">
<div class="milestone">
<div class="milestone-title">
<h2>10% minting</h2>
</div>
<div class="milestone-list">
<ul>
<li>
<i class='bx bx-check'></i>
<p>
Raffle for 10 holders (holding for a minimum of 20 days) to win 1000$ each
</p>
</li>
</ul>
</div>
</div>
<div class="milestone">
<div class="milestone-title">
<h2>20% Minting</h2>
</div>
<div class="milestone-list">
<ul>
<li>
<i class='bx bx-check'></i>
<p>
Creation of Community fund with initial funding of 30k $
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
Giving to charity : 15k $
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
Raffle 2500$/holder for 5 holders holding for a minimum of 20 days from current milestone or previous raffle (whatever comes last)
</p>
</li>
</ul>
</div>
</div>
<div class="milestone">
<div class="milestone-title">
<h2>40% Minting</h2>
</div>
<div class="milestone-list">
<ul>
<li>
<i class='bx bx-check'></i>
<p>
30 randomly selected people will receive 1000$ each. One person/per day will be chosen for a month period of time
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
Rare, Epic or legendary royal falcon owners holding for 30 days (from previous milestone raffle) enter into a raffle to win a Rolex
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
Adding to community Fund: 30k $
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
Kickoff series of crypto/nft events for holders interested in learning, investing and/or building in the NFT space.
</p>
</li>
</ul>
</div>
</div>
</div>
<div class="milestones-wrapper">
<div class="milestone">
<div class="milestone-title">
<h2>60% Minting</h2>
</div>
<div class="milestone-list">
<ul>
<li>
<i class='bx bx-check'></i>
<p>
30 people will receive 1500$/ each. One person/per day will be chosen for a month period of time
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
Rare, Epic or legendary falcon owners holding for 30 days (from previous milestone raffle) enter into a raffle to win a Tesla
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
Adding to community Fund: 40k $
</p>
</li>
</ul>
</div>
</div>
<div class="milestone">
<div class="milestone-title">
<h2>80% Minting </h2>
</div>
<div class="milestone-list">
<ul>
<li>
<i class='bx bx-check'></i>
<p>
Rare, Epic or legendary falcon owners holding for 30 days (from previous milestone raffle)enter into a raffle to win a 40K $ worth of NFTs
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
OK…..Can we get paid now….just for our mcdonalds meals!!!! Oh we forgot something… 1500 $ for 50 person each 48 hrs after reveal
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
Giving to charity : 23k $
</p>
</li>
</ul>
</div>
</div>
<div class="milestone">
<div class="milestone-title">
<h2>100% Minting</h2>
</div>
<div class="milestone-list">
<ul>
<li>
<i class='bx bx-check'></i>
<p>
1 Legendary RF NFT will earn 10k $/month for a year + Dinner with RFC team
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
2 EPIC RF NFT holders will earn 4k $/month for a year + Dinner with RFC team
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
3 RARE RF NFT holders will earn 2.5k$/month for a year + Dinner with RFC team
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
5 OG holders will receive 1k $/month for a year + Dinner with RFC team
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
1 OG holder will win a Royal Stay for 5 days in one Dubai most luxurious hotels + Dinner with RFC team
</p>
</li>
<li>
<i class='bx bx-check'></i>
<p>
DAO: Establishment of a DAO with all of our Holders to ensure rational and favourable outcomes for the future of the Royal Falcons club
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div> -->
<div class="comming-soon">
<h1>Stay Tuned, Road Map Coming Soon!</h1>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="wrapper">
<div class="rfc-terms">
<h2>the <span>royale falcon</span> club</h2>
<span id="tc-btn">~terms & conditions</span>
</div>
<div class="social-links">
<div class="links">
<div class="link">
<a href="https://twitter.com/@RFC5050"><i class='bx bxl-twitter'></i></a>
</div>
<div class="link">
<a href="https://www.instagram.com/theroyalfalconclub/"><i class='bx bxl-instagram-alt'></i></a>
</div>
<div class="link">
<a href="https://discord.gg/f4kamPxhcs"><i class='bx bxl-discord-alt'></i></a>
</div>
</div>
<div class="metalab">
<p>© MetaLab LLC All Right Reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- <div id="profile-btn">
<i class='bx bxs-user'></i>
</div> -->
<div id="tc" class="tc-wrapper">
<div class="tc-container">
<div class="tc-title">
<h4>Terms and Conditions</h4>
<i id="tc-close" class='bx bxs-x-circle'></i>
</div>
<div class="tc-text">
<p>
The Royal Falcons is a collection of digital artworks (NFTs) running on the Ethereum network.
This website is only an interface allowing participants to exchange digital collectibles. Users are entirely responsible for the safety and management of their own private Ethereum wallets and validating all transactions and contracts generated by this website before approval. Furthermore, as the Royal Falcon smart contract runs on the Ethereum network, there is no ability to undo, reverse, or restore any transactions.
This website and its connected services are provided “as is” and “as available” without warranty of any kind. By using this website, you are accepting sole responsibility for any and all transactions involving Royal Falcons digital collectibles.
You agree to not hold Royal Flacons NFTs & Meta Labs LLC accountable for any losses you may incur because of minting your NFT. These potential losses include any gas fees for failed transactions and any excessive gas fees during the minting process. NFTs Are Not Intended as Investments: NFTs serve exclusively as Non-Fungible Tokens for you to collect. They are not intended for any investment purposes. We make absolutely no promise or guarantee that these NFTs will hold any particular value once minted on our website. You are responsible for any tax liability, which may arise, from minting or reselling your NFT(s).
Class Action Waiver: You agree to waive any class action status, and any legal dispute around the NFTs project. Children: You agree that you are over the age of 18, or the legal age within your jurisdiction. Arbitration: In the event that a legal dispute arises from anything related to the NFTs project, you agree to bring the case to binding arbitration according to appropriate Federal guidelines. Jurisdiction and Choice of Law: You agree that for purposes of any legal dispute, you will be subject to the jurisdiction of the UAE and that any legal proceeding will be brought in the UAE.
</p>
</div>
<div class="tc-shadow"></div>
</div>
</div>
</body>
</html>