-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
680 lines (603 loc) · 33.8 KB
/
index.php
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
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
<!-- /*
* Template Name: Strategy
* Template Author: Untree.co
* Tempalte URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/ -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Untree.co">
<link rel="shortcut icon" href="favicon.png">
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,900" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<title>AirdropInsider.io</title>
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<div class="top-bar py-2" id="home-section">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-lg-right order-lg-2">
<ul class="social-media m-0 p-0">
<li><a href="#" class="p-2"><span class="icon-facebook"></span></a></li>
<li><a href="#" class="p-2"><span class="icon-twitter"></span></a></li>
<li><a href="#" class="p-2"><span class="icon-instagram"></span></a></li>
<li><a href="#" class="p-2"><span class="icon-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-6 text-center text-lg-left order-lg-1">
<p class="mb-0 d-inline-flex">
<span class="mr-3"><a href="tel://#" class="d-flex align-items-center"><span class="icon-phone mr-2"></span><span>+1 234 5678 9101</span></a></span>
<span><a href="tel://#" class="d-flex align-items-center"><span class="icon-envelope mr-2"></span><span>support@airdropinsider.io</span></a></span>
</p>
</div>
</div>
</div>
</div>
<header class="site-navbar py-4 js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-11 col-xl-2">
<h1 class="mb-0 site-logo"><a href="index.html" class="mb-0">AirdropInsider<span class="text-primary">.</span> </a></h1>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li><a href="#home-section" class="nav-link">Home</a></li>
<li><a href="#crypto-projects" class="nav-link">Airdrops</a></li>
<li><a href="#crypto-projects" class="nav-link">How to Farm</a></li>
<li><a href="#footer-section" class="nav-link">About</a></li>
<li><a href="#contact-section" class="nav-link">Contact</a></li>
</ul>
</nav>
</div>
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-black"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
<div class="particlehead"></div>
<!-- <div class="container"> -->
<div class="site-blocks-cover">
<div class="container">
<div class="row align-items-center justify-content-center text-center">
<div class="col-md-12" data-aos="fade-up" data-aos-delay="400">
<div class="row justify-content-center mb-4">
<div class="col-md-10 text-center">
<h1>Discover the Latest <span class="typed-words"></span></h1>
<p class="lead mb-5">Stay updated with the newest airdrops and learn how to farm them effectively</p>
<div><a href="#crypto-projects" class="btn btn-primary btn-md">Explore Airdrops</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- </div> -->
<section class="site-section">
<div class="container">
<div class="row">
<div class="col" data-aos="fade-in" data-aos-delay="0">
<img src="images/clients-05.svg" alt="Image" class="img-fluid">
</div>
<div class="col" data-aos="fade-in" data-aos-delay="100">
<img src="images/clients-02.svg" alt="Image" class="img-fluid">
</div>
<div class="col" data-aos="fade-in" data-aos-delay="200">
<img src="images/clients-03.svg" alt="Image" class="img-fluid">
</div>
<div class="col" data-aos="fade-in" data-aos-delay="300">
<img src="images/clients-01.svg" alt="Image" class="img-fluid">
</div>
<div class="col" data-aos="fade-in" data-aos-delay="400">
<img src="images/clients-04.svg" alt="Image" class="img-fluid">
</div>
</div>
</div>
</section>
<section class="site-section" id="crypto-projects">
<div class="container">
<div class="row mb-5 justify-content-center">
<div class="col-md-8 text-center">
<h2 class="site-section-heading text-center">Featured Crypto Projects</h2>
<p class="lead">Explore these exciting crypto projects and start earning rewards!</p>
</div>
</div>
<div class="row">
<!-- Project 1 -->
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<img src="images/Blum.jpg" class="card-img-top" alt="Project 1">
<div class="card-body">
<h5 class="card-title">Blum</h5>
<p class="card-text">Blum (BLUM) started as a Telegram game called Blum Game or Blum Airdrop. Its initial goal was to distribute Blum tokens to users through various tasks and referrals. However, Blum is evolving into much more than a simple game. It’s transforming into a decentralized exchange (DEX) with advanced features, allowing users to trade a wide range of cryptocurrencies quickly, easily, and securely.</p>
<a href="https://t.me/blum/app?startapp=ref_JKLccSkwrV" class="btn btn-primary">Start Farming</a>
<button class="btn btn-secondary mt-2" data-toggle="modal" data-target="#howToFarmModal1">How to Farm</button>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<img src="images/b3k.jpg" class="card-img-top" alt="Project 2">
<div class="card-body">
<h5 class="card-title">Battle of Three Kingdom</h5>
<p class="card-text">Battle of Three Kingdoms is a P2E SEGA IP game, the renowned video game developer behind iconic franchises like Sonic the Hedgehog, Super Monkey Ball, and Yakuza. This Telegram-based mini-game offers players the opportunity to earn rewards while enjoying an engaging gaming experience.</p>
<a href="https://t.me/KAIB3KBot" class="btn btn-primary">Start Farming</a>
<button class="btn btn-secondary mt-2" data-toggle="modal" data-target="#howToFarmModal2">How to Farm</button>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<img src="images/notpixel.jpg" class="card-img-top" alt="Project 3">
<div class="card-body">
<h5 class="card-title">Not Pixel</h5>
<p class="card-text">Not Pixel is an innovative tap-to-earn game where users can mine colors and paint or repaint on a digital canvas. By painting and completing tasks, players earn points called PX. These points may potentially be converted into valuable tokens once the project TGE happens.</p>
<a href="https://t.me/notpixel/app?startapp=f875787587_s588489" class="btn btn-primary">Start Painting</a>
<button class="btn btn-secondary mt-2" data-toggle="modal" data-target="#howToFarmModal3">How to Farm</button>
</div>
</div>
</div>
<!-- Project 4 -->
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<img src="images/Zaros.png" class="card-img-top" alt="Project 4">
<div class="card-body">
<h5 class="card-title">Zaros</h5>
<p class="card-text">Zaros is a perpetuals DEX powered by boosted re-staking vaults that supercharge your LST and LRT yield on Arbitrum and Monad. The project is currently in the testnet stage and is hosting a points campaign, where z-points will be redeemable for a ZRS token. The project is currently in the testnet phase and is running a zPoints campaign. zPoints will be directly redeemable for the upcoming ZRS token, which can be earned in various ways, such as trading, using other features of the dApp and participating in community activities.</p>
<a href="https://testnet.app.zaros.fi/?ref=0x532B01c58f7045c99828BD9c480398e2AAd4B068" class="btn btn-primary">Start Trading</a>
<button class="btn btn-secondary mt-2" data-toggle="modal" data-target="#howToFarmModal4">How to Farm</button>
</div>
</div>
</div>
<!-- Project 5 -->
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<img src="images/mGq9bwZW_400x400.jpg" class="card-img-top" alt="Project 5">
<div class="card-body">
<h5 class="card-title">Sonic Labs</h5>
<p class="card-text">Sonic is a layer-1 platform with a secure gateway to Ethereum and provides the fastest settlement layer for digital assets with over 10,000 TPS and has a one-second confirmation time for transactions. The ecosystem will be supported by a massive incentive program. Sonic Labs (prev. Fantom) has announced The Road to Sonic Galxe campaign. Visit the Galxe quest page and complete easy tasks to earn Sonic Shards NFT.</p>
<a href="https://airdrop.soniclabs.com/?ref=n17xiu" class="btn btn-primary">Play Now</a>
<button class="btn btn-secondary mt-2" data-toggle="modal" data-target="#howToFarmModal5">How to Farm</button>
</div>
</div>
</div>
<!-- Project 6 -->
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<img src="images/Tevaera-logo.png" class="card-img-top" alt="Project 6">
<div class="card-body">
<h5 class="card-title">Tevi Treat</h5>
<p class="card-text">Tevaera is an on-chain gaming ecosystem building an EVM-compatible on-chain gaming ecosystem on zkSync. Tevaera offers fun & fair multi-genre adventure games for web and mobile with Teva Games. Tevaera’s on-chain Gaming Infrastructure powers Teva Games and is made up of 4 key products: Teva Core, Teva Chain, Teva Dex, and Teva Market. Tevaera has confirmed to launch an own token called “TEVA” in its roadmap. Early users who’ve used their platform may become eligible for an airdrop when they launch their token.</p>
<a href="https://t.me/tevitreat_bot?start=eApFxWw" class="btn btn-primary">Start Playing</a>
<button class="btn btn-secondary mt-2" data-toggle="modal" data-target="#howToFarmModal6">How to Farm</button>
</div>
</div>
</div>
<?php
$airdropsFile = 'airdrops.json';
if (file_exists($airdropsFile)) {
$airdrops = json_decode(file_get_contents($airdropsFile), true);
foreach ($airdrops as $index => $airdrop) {
?>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<img src="<?php echo htmlspecialchars($airdrop['imagePath']); ?>" class="card-img-top" alt="<?php echo htmlspecialchars($airdrop['cardTitle']); ?>">
<div class="card-body">
<h5 class="card-title"><?php echo htmlspecialchars($airdrop['cardTitle']); ?></h5>
<p class="card-text"><?php echo htmlspecialchars($airdrop['cardText']); ?></p>
<a href="<?php echo htmlspecialchars($airdrop['farmingLink']); ?>" class="btn btn-primary">Start Farming</a>
<button class="btn btn-secondary mt-2" data-toggle="modal" data-target="#howToFarmModalNew<?php echo $index; ?>">How to Farm</button>
</div>
</div>
</div>
<?php
}
}
?>
</div>
</div>
</section>
<!-- How to Farm Modals -->
<div class="modal fade" id="howToFarmModal1" tabindex="-1" role="dialog" aria-labelledby="howToFarmModal1Label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="howToFarmModal1Label">How to Farm Blum</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ol>
<li>Open Telegram and click <a href="https://t.me/blum/app?startapp=ref_JKLccSkwrV">here</a> to join the BlumCryptoBot.</li>
<li>Click "Create Account" to set up your profile.</li>
<li>Start farming by clicking "Start Farming" every 8 hours.</li>
<li>Complete tasks in the "Task" section for additional points.</li>
<li>Invite friends using your referral link to earn more.</li>
</ol>
</div>
</div>
</div>
</div>
<div class="modal fade" id="howToFarmModal2" tabindex="-1" role="dialog" aria-labelledby="howToFarmModal2Label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="howToFarmModal2Label">How to Farm B3K</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ol>
<li>Open Telegram and click <a href="https://t.me/KAIB3KBot">here</a> to join the Battle of 3 Kingdoms.</li>
<li>Enter the code: X6EUM7YA to earn 2500 BP</li>
<li>Start by playing the game, doing daily tasks and inviting others</li>
<li>Attack castles to earn BP. The BP reward varies depending on the castle you attack.</li>
<li>Invite friends using your referral link to earn more.</li>
</ol>
</div>
</div>
</div>
</div>
<div class="modal fade" id="howToFarmModal3" tabindex="-1" role="dialog" aria-labelledby="howToFarmModal3Label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="howToFarmModal3Label">How to Farm Not Pixel</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ol>
<li>Open Telegram and click <a href="https://t.me/notpixel/app?startapp=f875787587_s588489">here</a> to join the Not Pixel Bot.</li>
<li>Find your color in the game interface.</li>
<li>Select a pixel on the surface and then tap on “Paint” to start playing and earning PX.</li>
<li>Each pixel you paint will mine PX points for you.</li>
<li>You will earn more points with which you can boost your mining and paint more and earn free PX.</li>
<li>You can also complete other tasks mentioned in the bot.</li>
<li>The team has stated that users will be rewarded in Not PX tokens for completing the tasks.</li>
</ol>
</div>
</div>
</div>
</div>
<div class="modal fade" id="howToFarmModal4" tabindex="-1" role="dialog" aria-labelledby="howToFarmModal4Label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="howToFarmModal4Label">How to Farm Zaros</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ol>
<li>Head over to <a href="https://testnet.app.zaros.fi/?ref=0x532B01c58f7045c99828BD9c480398e2AAd4B068">(Zaros)</a> and Connect Your Wallet</li>
<li>Ensure you have some ETH on the Arbitrum Sepolia testnet.</li>
<li>Once you’ve connected your wallet and have some testnet ETH, mint 100,000 testnet USDC from Zaros and create your trading account.</li>
<li>Complete the tasks to earn zPoints and badges. The tasks include a daily check-in, as well as hitting $10,000 in trading volume and PnL. </li>
<li>The points page will be updated with more tasks, so regularly check back to earn more zPoints.</li>
<li>Also, share your referral link and invite friends to earn zPoints.< Use our Ref Address :0x532B01c58f7045c99828BD9c480398e2AAd4B068 </li>
</ol>
</div>
</div>
</div>
</div>
<div class="modal fade" id="howToFarmModal5" tabindex="-1" role="dialog" aria-labelledby="howToFarmModal5Label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="howToFarmModal5Label">How to Farm Sonic</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ol>
<li>Head over to <a href="https://airdrop.soniclabs.com/?ref=n17xiu">(Sonic Labs)</a> and Connect Your Wallet</li>
<li>Request some $TOKEN from there faucet and Play game. Each play costs 1 $TOKEN and you can request 420 per week.</li>
<li>Play each game 20 times per day to earn points for the $S airdrop. The countdown resets at 00:00 UTC daily.</li>
<li>Also, share your referral link and invite friends to earn Points.</li>
</ol>
</div>
</div>
</div>
</div>
<div class="modal fade" id="howToFarmModal6" tabindex="-1" role="dialog" aria-labelledby="howToFarmModal6Label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="howToFarmModal6Label">How to Farm Tevi Treat</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ol>
<li>Head over to Telegram Bot <a href="https://t.me/tevitreat_bot?start=eApFxWw">(Tevi Treats)</a></li>
<li>Feed The Bot three Times In a Day.</li>
<li>Click Bubles to get more Rewards.</li>
<li>Visit their Medium Article for more Information.</li>
<li>Also, share your referral link and invite friends to earn $TEVA.</li>
</ol>
</div>
</div>
</div>
</div>
<?php
if (file_exists($airdropsFile)) {
foreach ($airdrops as $index => $airdrop) {
?>
<div class="modal fade" id="howToFarmModalNew<?php echo $index; ?>" tabindex="-1" role="dialog" aria-labelledby="howToFarmModalNew<?php echo $index; ?>Label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="howToFarmModalNew<?php echo $index; ?>Label"><?php echo htmlspecialchars($airdrop['modalTitle']); ?></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<?php echo $airdrop['modalText']; ?>
</div>
</div>
</div>
</div>
<?php
}
}
?>
<!-- <section class="section ft-feature-1">
<div class="container">
<div class="row align-items-stretch">
<div class="col-12 w-100 ft-feature-1-content">
<div class="row align-items-center">
<div class="col-lg-5" data-jarallax-element="50">
<img src="images/img_13.jpg" alt="Image" class="img-fluid mb-4 mb-lg-0">
</div>
<div class="col-lg-3 ml-auto" data-jarallax-element="-50">
<div class="mb-5">
<h3 class="d-flex align-items-center"><span class="icon icon-beach_access mr-2"></span><span>Strategy</span></h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Cumque ab nihil quam nesciunt.</p>
<p><a href="#">Read More</a></p>
</div>
<div>
<h3 class="d-flex align-items-center"><span class="icon icon-build mr-2"></span><span>Web Development</span></h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Cumque ab nihil quam nesciunt.</p>
<p><a href="#">Read More</a></p>
</div>
</div>
<div class="col-lg-3">
<div class="mb-5">
<h3 class="d-flex align-items-center"><span class="icon icon-format_paint mr-2"></span><span>Art Direction</span></h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Cumque ab nihil quam nesciunt.</p>
<p><a href="#">Read More</a></p>
</div>
<div>
<h3 class="d-flex align-items-center"><span class="icon icon-question_answer mr-2"></span><span>Copywriting</span></h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Cumque ab nihil quam nesciunt.</p>
<p><a href="#">Read More</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- <div class="site-section border-bottom" id="team-section">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center">
<h2 class="site-section-heading">Our Team</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="100">
<div class="person text-center bg-white p-4">
<img src="images/person_2.jpg" alt="Image" class="img-fluid rounded-circle mb-3">
<h3>John Rooster</h3>
<p class="position text-muted">Co-Founder, President</p>
<p class="mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi at consequatur unde molestiae quidem provident voluptatum deleniti quo iste error eos est praesentium distinctio cupiditate tempore suscipit inventore deserunt tenetur.</p>
<ul class="ul-social-circle">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="200">
<div class="person text-center bg-white p-4">
<img src="images/person_3.jpg" alt="Image" class="img-fluid rounded-circle mb-3">
<h3>Tom Sharp</h3>
<p class="position text-muted">Co-Founder, COO</p>
<p class="mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi at consequatur unde molestiae quidem provident voluptatum deleniti quo iste error eos est praesentium distinctio cupiditate tempore suscipit inventore deserunt tenetur.</p>
<ul class="ul-social-circle">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="300">
<div class="person text-center bg-white p-4">
<img src="images/person_4.jpg" alt="Image" class="img-fluid rounded-circle mb-3">
<h3>Winston Hodson</h3>
<p class="position text-muted">Marketing</p>
<p class="mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi at consequatur unde molestiae quidem provident voluptatum deleniti quo iste error eos est praesentium distinctio cupiditate tempore suscipit inventore deserunt tenetur.</p>
<ul class="ul-social-circle">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div> -->
<section class="site-section" id="contact-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="site-section-heading">Contact Us</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 mb-5">
<form action="process_contact.php" method="post" class="p-5 bg-white">
<h2 class="h4 mb-5">Contact Form</h2>
<div class="row form-group">
<div class="col-md-6 mb-3 mb-md-0">
<label class="text-black" for="fname">First Name</label>
<input type="text" name="fname" id="fname" class="form-control">
</div>
<div class="col-md-6">
<label class="text-black" for="lname">Last Name</label>
<input type="text" name= "lname" id="lname" class="form-control">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="email">Email</label>
<input type="email" name="email" id="email" class="form-control">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="subject">Subject</label>
<input type="subject" name="subject"id="subject" class="form-control">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="message">Message</label>
<textarea name="message" name="message" id="message" cols="30" rows="7" class="form-control" placeholder="Write your notes or questions here..."></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<input type="submit" value="Send Message" class="btn btn-primary btn-md text-white">
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<footer class="site-footer" id="footer-section">
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="row">
<div class="col-md-5">
<h2 class="footer-heading mb-4">About Us</h2>
<p>AirdropInsider is your trusted guide in the world of crypto airdrops and emerging blockchain projects. We provide curated lists, step-by-step guides, and timely updates to help you maximize your opportunities in the cryptocurrency landscape. Join us as we explore and benefit from the exciting world of decentralized finance.</p>
</div>
<div class="col-md-3 ml-auto">
<h2 class="footer-heading mb-4">Features</h2>
<ul class="list-unstyled">
<li><a href="#home-section" class="nav-link">Home</a></li>
<li><a href="#crypto-projects" class="nav-link">Airdrops</a></li>
<li><a href="#crypto-projects" class="nav-link">How to Farm</a></li>
<li><a href="#footer-section" class="nav-link">About</a></li>
<li><a href="#contact-section" class="nav-link">Contact</a></li>
</ul>
</div>
<div class="col-md-3">
<h2 class="footer-heading mb-4">Follow Us</h2>
<a href="#" class="pl-0 pr-3"><span class="icon-facebook"></span></a>
<a href="#" class="pl-3 pr-3"><span class="icon-twitter"></span></a>
<a href="#" class="pl-3 pr-3"><span class="icon-instagram"></span></a>
<a href="#" class="pl-3 pr-3"><span class="icon-linkedin"></span></a>
</div>
</div>
</div>
<div class="col-md-3">
<h2 class="footer-heading mb-4">Subscribe Newsletter</h2>
<form action="process_subscribe.php" method="post" class="subcription-form">
<div class="input-group mb-3">
<input type="text" name="email" class="form-control border-secondary text-white bg-transparent" placeholder="Enter Email" aria-label="Enter Email" aria-describedby="button-addon2">
<div class="input-group-append">
<input type="submit" value="Send" class="btn btn-primary text-white" id="button-addon2">
</div>
</div>
</form>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<div class="border-top pt-5">
<p>Copyright ©<script>document.write(new Date().getFullYear());</script>. All Rights Reserved. — Designed with love by <a href="#">D4PS</a>
<!-- Distributed By <a href="https://themewagon.com">ThemeWagon</a> License information: https://untree.co/license/ -->
</p>
</div>
</div>
</div>
</div>
</footer>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jarallax.min.js"></script>
<script src="js/jarallax-element.min.js"></script>
<script src="js/lozad.min.js"></script>
<script src="js/modernizr.min.js"></script>
<script src="js/three.min.js"></script>
<script src="js/TweenMax.min.js"></script>
<script src="js/OBJLoader.js"></script>
<script src="js/ParticleHead.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/typed.js"></script>
<script>
var typed = new Typed('.typed-words', {
strings: ["Airdrops", "DeFi Projects", "NFT Launches", "Token Sales", "Blockchain Innovations"],
typeSpeed: 80,
backSpeed: 80,
backDelay: 4000,
startDelay: 1000,
loop: true,
showCursor: true
});
</script>
<script src="js/main.js"></script>
</body>
</html>