-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
627 lines (596 loc) · 32.5 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
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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
<!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/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" 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://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.0/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js"></script>
<script src="index.js"></script>
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/17.0.2/umd/react.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/17.0.2/umd/react-dom.production.min.js" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-redux/7.2.6/react-redux.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/redux-thunk/2.4.1/redux-thunk.min.js"
integrity="sha512-doV1QcZI2hB7OuETAuE3ii63YPeDeaWLF6sPMUN9EblvW8TIeDoAlUPFtoRy2folzV2xkAAy4BdqWBbF/FMBsQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/redux/5.0.0-alpha.0/redux.min.js"
integrity="sha512-6WJ7yVV5HDZwZ0RT5CM3FCTgTt5qC5BlfQ9bG43y0BowT5a3GXQqDYaoZgCk+i9vuB1Yj6KdBPQAU8Ra7tV32w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/web3/1.7.0/web3.min.js"
integrity="sha512-C63V0mFzwl8KV2fRz0QJNKX0d9877urOLSUq5WUq8nUOhDl69hKdGr9mAvl57k47GNjqEMAtiufsvDnk7xs8+w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/bignumber.min.js'></script>
<script src="./components/connect-button.js" type="module"></script>
<script src="./redux/constants.js" type="module"></script>
<script src="./redux/actions/mintActions.js" type="module"></script>
<script src="./redux/actions/walletActions.js" type="module"></script>
<script src="./redux/actions/web3Actions.js" type="module"></script>
<script src="./redux/reducers/mintReducer.js" type="module"></script>
<script src="./redux/reducers/walletReducer.js" type="module"></script>
<script src="./redux/reducers/web3Reducer.js" type="module"></script>
<script src="./redux/store.js" type="module"></script>
<script src="web3.js" type="module"></script>
<!-- <script src="./components/mint.section.js" type="module"></script>
-->
<script type="text/babel" data-type="module" src="./main.js"></script>
<title>RFC</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</a>
</li>
</ul>
<button class="connect-wallet in-nav connect_wallet_LL">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>
</div>
<div class="d-flex align-items-center">
<button id="connect_button_LL" class="connect-wallet in-header connect_wallet_LL">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="home">
<div class="container">
<div class="wrapper">
<div class="home-title">
<p>
The Royal Falcon Club NFT is a set of 5050 Randomly generated
art pieces. Each NFT will have unique traits that will decide
the rarity levels. Some of them will unlock access to special
prizes. RFC holders will later be able to trade/sell/buy unique
traits from each other. One million dollars will be given back
to the holders via Raffles, Community funds, and charity
donations which will be all unlocked throughout the minting
process. But hey! it's not only about money! it's about building
and rising together so the longer you hold, the more gain in
value you will get: holders only crypto/NFT events, learn how to
build projects in the NFT space, private alpha chat groups, and
many more benefits.. so mint your Royal falcon and join us in
building and becoming the strongest NFT club in the region.
</p>
<a href="roadmap.html" class="cta-btn">
<span>The roadmap...probably nothing!</span> 😉
<span>
<i class="bx bx-arrow-back"></i>
</span>
</a>
<div id="react-root" style="height: 250.75px;">
</div>
</div>
<div class="image-slider-container">
<div class="slider-container">
<div class="demoWrapper">
<div class="stage">
<div class="box">
</div>
<div class="box">
</div>
<div class="box">
</div>
<div class="box">
</div>
<div class="box">
</div>
<div class="box">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="overview">
<div class="container">
<div class="wrapper">
<div class="about-rfc">
<div class="section-title">
<img src="/imgs/ETH.png" alt="">
<h1>about the royal falcon club</h1>
</div>
<div>
<h3>Mission</h3>
<p>
Connect the people interested in learning, investing and/or building in the NFT space,
with the pioneers who have mastered the game now. We believe that a community that builds together will succeed together.
Our goal is to equipe our holders with all the required resources to get them on the right track to shine in the NFT space.
</p>
</div>
<div>
<h3>Vision</h3>
<ul class="rfc-vision">
<li>
<p>Build the strongest NFT community in the region</p>
</li>
<li>
<p>Create the highest value NFT project</p>
</li>
<li>
<p>Become the gold standard in the NFT space for future projects in the region</p>
</li>
</ul>
</div>
<div>
<h3>Values</h3>
<ul class="rfc-values">
<li>
<p>Give back to our holders</p>
</li>
<li>
<p>Build in Web3 together</p>
</li>
<li>
<p>Be charitable (selfless)</p>
</li>
</ul>
</div>
<a href="roadmap.html" class="cta-btn"> <span>The roadmap...probably nothing!</span> 😉
<span><i class='bx bx-arrow-back'></i></span></a>
<div class="rfc-details">
<div class="stats">
<h6>don't miss this oppurtinity</h6>
<!-- <h3>5050</h3> -->
</div>
<!-- <div class="stats">
<h6>attributes</h6>
<h3>332</h3>
</div> -->
<div id="join-club">
<a href="https://discord.gg/f4kamPxhcs">join our discord</a>
</div>
</div>
</div>
<div class="rfc-image">
<img src="/imgs/Falcon_Space.jpeg" alt="">
</div>
</div>
</div>
</section>
<section id="faqs">
<div class="container">
<div class="wrapper">
<div class="section-title">
<img src="/imgs/ETH.png" alt="">
<h1>FAQ</h1>
</div>
<div class="faqs__wrapper">
<div class="faq-item">
<div class="faq-question">
<div class="q-label">
Q
</div>
<div class="q-content">
<p>What is the Royal Falcon Club Collection?</p>
</div>
<i class='bx bx-plus'></i>
</div>
<div class="faq-answer">
<div class="answer-content">
<div class="a-label">
A
</div>
<div class="a-content">
<p>The Royal Falcon Club collection is 5050 generated Falcons NFT's with high
utilities exclusive for the holders such as but not limited to: Raffles, events and many more (details on the roadmap page).</p>
</div>
</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<div class="q-label">
Q
</div>
<div class="q-content">
On Which blockchain are you launching?
</div>
<i class='bx bx-plus'></i>
</div>
<div class="faq-answer">
<div class="answer-content">
<div class="a-label">
A
</div>
<div class="a-content">
We are launching on the etherum blockchain.
</div>
</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<div class="q-label">
Q
</div>
<div class="q-content">
What wallet should i use?
</div>
<i class='bx bx-plus'></i>
</div>
<div class="faq-answer">
<div class="answer-content">
<div class="a-label">
A
</div>
<div class="a-content">
We recommend Meta Mask but any etherum compatible wallet can work.
</div>
</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<div class="q-label">
Q
</div>
<div class="q-content">
When is the launch date?
</div>
<i class='bx bx-plus'></i>
</div>
<div class="faq-answer">
<div class="answer-content">
<div class="a-label">
A
</div>
<div class="a-content">
Q1 2022. The specific date will be shared on our social media accounts.
</div>
</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<div class="q-label">
Q
</div>
<div class="q-content">
Will there be a pre-sale?
</div>
<i class='bx bx-plus'></i>
</div>
<div class="faq-answer">
<div class="answer-content">
<div class="a-label">
A
</div>
<div class="a-content">
Yes, there will be Gold and whitelist pre-sale spots. More details on this later.
</div>
</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<div class="q-label">
Q
</div>
<div class="q-content">
How much does Minting cost?
</div>
<i class='bx bx-plus'></i>
</div>
<div class="faq-answer">
<div class="answer-content">
<div class="a-label">
A
</div>
<div class="a-content">
- Gold List members- 0.125 ETH (guaranteed minting)
- White List members- 0.15 ETH (guaranteed minting)
- Public Sale- 0.15 ETH (not guaranteed minting)
</div>
</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<div class="q-label">
Q
</div>
<div class="q-content">
How many NFTs will I be able to mint during the launch?
</div>
<i class='bx bx-plus'></i>
</div>
<div class="faq-answer">
<div class="answer-content">
<div class="a-label">
A
</div>
<div class="a-content">
To be announced.
</div>
</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<div class="q-label">
Q
</div>
<div class="q-content">
What marketplace are you listing on after launch?
</div>
<i class='bx bx-plus'></i>
</div>
<div class="faq-answer">
<div class="answer-content">
<div class="a-label">
A
</div>
<div class="a-content">
We will be listed on Open Sea straight after minting is done.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="rfc-team">
<div class="container">
<div class="wrapper">
<div class="section-title">
<img src="/imgs/ETH.png" alt="">
<h1>team</h1>
</div>
<div class="carousel-navigation">
<div id="left-arrow" class="arrows">
<i class='bx bxs-chevron-left'></i>
</div>
<div id="right-arrow" class="arrows">
<i class='bx bxs-chevron-right'></i>
</div>
</div>
<div class="carousel">
<div class="carousel-wrapper">
<div class="member">
<div class="member-image">
<img src="/imgs/YoussefNFT.png" alt="">
</div>
<div class="member-details">
<div>
<h1>Youssef co-founder</h1>
<p>Strategy & business dev</p>
</div>
<div>
<a href="https://www.linkedin.com/in/youssef-youssef-1898772a/" target="_blank">
<i class='bx bxl-linkedin'></i>
</a>
<a href="https://twitter.com/YYDXB32" target="_blank">
<i class='bx bxl-twitter' ></i>
</a>
</div>
</div>
<i class='bx bxs-info-circle info-btn'></i>
<div class="member-description">
<p>IRL Youssef is a Healthcare provider well known in the region for his work. He is An OG in the NFT space, an avid collector, and passionate to grow the space in the region. Youssef is using his experience and network to strategize and secure the right partnerships for the future of the community.</p>
</div>
</div>
<div class="member">
<div class="member-image">
<img src="/imgs/AbbasNFT.jpeg" alt="">
</div>
<div class="member-details">
<div>
<h1>Abbas co-founder</h1>
<p>Project & roadmap dev</p>
</div>
<div>
<a href="www.linkedin.com/in/abbaschirazi" target="_blank">
<i class='bx bxl-linkedin'></i>
</a>
<a href="https://twitter.com/MetaLabDubai" target="_blank">
<i class='bx bxl-twitter' ></i>
</a>
</div>
</div>
<i class='bx bxs-info-circle info-btn'></i>
<div class="member-description">
<p>With his computer engineering background and vast experience in managing multi-million dollar projects in the region,Abbas is leading the project and ensuring the team has all the requirements to deliver. He has been in the crypto space for a while now and started to dabble in the NFT space lately. Now he’s addicted. His passion for NFT’s is helping in building the roadmap of the project.</p>
</div>
</div>
<div class="member">
<div class="member-image">
<img src="/imgs/RohitNFT.png" alt="">
</div>
<div class="member-details">
<div>
<h1>Rohit </h1>
<p>Digital Artist</p>
</div>
<div>
<a href="https://www.linkedin.com/in/rohit-singh-148bb842/" target="_blank">
<i class='bx bxl-linkedin'></i>
</a>
</div>
</div>
<i class='bx bxs-info-circle info-btn'></i>
<div class="member-description">
<p>With his computer engineering background and vast experience in managing multi-million dollar projects in the region,Abbas is leading the project and ensuring the team has all the requirements to deliver. He has been in the crypto space for a while now and started to dabble in the NFT space lately. Now he’s addicted. His passion for NFT’s is helping in building the roadmap of the project.</p>
</div>
</div>
<div class="member">
<div class="member-image">
<img src="/imgs/SamNFT.jpeg" alt="">
</div>
<div class="member-details">
<div>
<h1>Sam </h1>
<p>Marketing & PR manager</p>
</div>
<div>
<a href="https://twitter.com/samianft" target="_blank">
<i class='bx bxl-twitter'></i>
</a>
</div>
</div>
<i class='bx bxs-info-circle info-btn'></i>
<div class="member-description">
<p>With his computer engineering background and vast experience in managing multi-million dollar projects in the region,Abbas is leading the project and ensuring the team has all the requirements to deliver. He has been in the crypto space for a while now and started to dabble in the NFT space lately. Now he’s addicted. His passion for NFT’s is helping in building the roadmap of the project.</p>
</div>
</div>
<div class="member">
<div class="member-image">
<img src="/imgs/KhaledNFT.jpeg" alt="">
</div>
<div class="member-details">
<div>
<h1>Khaled</h1>
<p>Front-end developer</p>
</div>
<div>
<a href="https://www.linkedin.com/in/harfoushkhaled" target="_blank">
<i class='bx bxl-linkedin'></i>
</a>
</div>
</div>
<i class='bx bxs-info-circle info-btn'></i>
<div class="member-description">
<p>With his computer engineering background and vast experience in managing multi-million dollar projects in the region,Abbas is leading the project and ensuring the team has all the requirements to deliver. He has been in the crypto space for a while now and started to dabble in the NFT space lately. Now he’s addicted. His passion for NFT’s is helping in building the roadmap of the project.</p>
</div>
</div>
<div class="member">
<div class="member-image">
<img src="/imgs/EdyNFT.jpeg" alt="">
</div>
<div class="member-details">
<div>
<h1>Edy</h1>
<p>Blockchain & smart contract developer</p>
</div>
</div>
<i class='bx bxs-info-circle info-btn'></i>
<div class="member-description">
<p>With his computer engineering background and vast experience in managing multi-million dollar projects in the region,Abbas is leading the project and ensuring the team has all the requirements to deliver. He has been in the crypto space for a while now and started to dabble in the NFT space lately. Now he’s addicted. His passion for NFT’s is helping in building the roadmap of the project.</p>
</div>
</div>
</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="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>