-
Notifications
You must be signed in to change notification settings - Fork 38
/
index.html
671 lines (561 loc) · 27 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="copyright" content="MACode ID, https://macodeid.com">
<title>Mighty IT Explorer</title>
<link rel="icon" type="image/x-icon" href="assets/img/logo.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="assets/vendor/animate/animate.css">
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/maicons.css">
<link rel="stylesheet" href="assets/vendor/owl-carousel/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/theme.css">
<link rel="stylesheet" href="assets/css/splash.css">
<link rel="stylesheet" href="assets/css/index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<link rel="stylesheet" href="./assets/css/swiper-bundle.min.css">
<link rel="stylesheet" href="./assets/css/testimonial.css">
</head>
<body class="main">
<!-- Back to top button For Home Page-->
<!-- <div>
<button onclick="topFunction()" id="myBtn" title="Scroll Up">Scroll Up</button>
</div> -->
<button class="back-to-top hidden">
<svg
xmlns="http://www.w3.org/2000/svg"
class="back-to-top-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M7 11l5-5m0 0l5 5m-5-5v12"
/>
</svg></button>
<!-- <div class="back-to-top"></div> -->
<header>
<!----------------Navbar--------------------------------------------------->
<section class="headerUp">
<a href="/index.html"><img id="imgg" src="assets/img/logo.png" width="65px" height="65px" /></a>
<div class="navbar-opt">
<ul class="navbar-list">
<li class="nav-item">
<a href="index.html" class="nav-link active">Home</a>
</li>
<li class="nav-item">
<a href="opportunity.html" class="nav-link">Opportunity</a>
</li>
<li class="nav-item">
<a href="studymaterial.html" class="nav-link">Study Materials</a>
</li>
<li class="nav-item">
<a href="news.html" class="nav-link">Tech Updates</a>
</li>
<li class="nav-item">
<a href="#tes" class="nav-link">Testimonial</a>
</li>
<li class="nav-item">
<a href="https://mightyitexplorer.github.io/Socials/" target="_blank" class="nav-link">Follow Us</a>
</li>
</ul>
</div>
<div class="fixed-buttons">
<div class="px-3">
<a href="https://forms.gle/gL7xSTK6UDshLWe66" class="btn btn-danger py-1 px-2">Subscribe Us</a>
</div>
<button id="dmBtn"><i class="fa-solid"></i></button>
</div>
<div class="mobile-menu">
<ion-icon name="menu-outline" class="menu-icon"></ion-icon>
<ion-icon name="close-outline" class="menu-icon"></ion-icon>
</div>
</section>
<div class="page-banner home-banner">
<div class="container h-100">
<div class="row align-items-center h-100">
<div class="col-lg-6 py-1 wow fadeInUp">
<h1 class="pl-0 pb-2">Helping everyone learn and grow! </h1>
<p class="text-lg pb-2 pl-0"> Get interview and study materials, internship and job opportunities for all at your
mail.
Everything at <b>FREE</b>.
</p>
<a href="https://forms.gle/gL7xSTK6UDshLWe66" class="btn btn-danger"> <b> Subscribe Us </b></a>
</div>
<div class="img-place">
<img src="assets/img/bg_image_1.png" alt="" class="hero_photo">
</div>
</div>
</div>
</div>
</header>
<main>
<div class="page-section features">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-lg-4 py-3 wow fadeInUp">
<div class="d-flex flex-row">
<div class="img-fluid mr-3">
<img src="assets/img/icon_pattern.svg" alt="">
</div>
<div>
<h5>STUDY AND INTERVIEW PREPARATION MATERIALS</h5>
<p>If you can't afford any paid course, mail us. We'll try to sponsor it for you.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 py-3 wow fadeInUp">
<div class="d-flex flex-row">
<div class="img-fluid mr-3">
<img src="assets/img/icon_pattern.svg" alt="">
</div>
<div>
<h5>INTERNSHIP, JOB OPPORTUNITIES</h5>
<p>From beginner to advanced, opportunity for all are being given.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 py-3 wow fadeInUp">
<div class="d-flex flex-row">
<div class="img-fluid mr-3">
<img src="assets/img/icon_pattern.svg" alt="">
</div>
<div>
<h5>SWAGS OPPORTUNITIES AND LATEST TECH NEWS </h5>
<p>We also do giveaway, so follow us on our Socials.</p>
</div>
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-6 py-3 wow zoomIn">
<div class="img-place text-center">
<img src="assets/img/bg_image_2.png" alt="">
</div>
</div>
<div class="col-lg-6 py-3 wow fadeInRight">
<h2 class="title-section">What is our aim behind <span class="marked"> "ALL AT Free" ?</span></h2>
<div class="divider"></div>
<p>There are various students who are unaware of the world outside college classroms, various who are
unaware how and where to find opportunity and some who are unable to afford courses. So we are trying to
deliever the everyone from the best resources to learn and never stop.</p>
<div class="img-place mb-3">
<img src="assets/img/testi_image.png.jpg" alt="">
</div>
<a href="#" class="btn btn-primary">More Details</a>
<a href="#" class="btn btn-outline border ml-2">Success Stories</a>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section counter-section">
<div class="container">
<div class="row align-items-center text-center">
<div class="col-lg-4">
<p>Subscribers</p>
<h2><span class="number" data-number="1000"></span>+</h2>
</div>
<div class="col-lg-4">
<p>People benifited</p>
<h2><span class="number" data-number="500"></span>+</h2>
</div>
<div class="col-lg-4">
<p>Resources Provided</p>
<h2><span class="number" data-number="40"></span>+<h2>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-6 py-3 wow fadeInLeft">
<h2 class="title-section">We're open to<span class="marked"> Collaboration </span> !</h2>
<div class="divider"></div>
<p class="mb-5">If you are an open source community, organization, start-up who are organising events,
seminars, workshop for students at FREE. Then you can fill the form for collabarating with us. <br> Also
if you want to join us as a core member and want to share your skills for helping us grow, you can fill
the form too !</p>
<a href="https://forms.gle/RATZgEtm9BA1pGfb6" class="btn btn-primary">Collaborate with us 🤝</a>
<a href=" " class="btn btn-primary">Join Us 👨‍💻</a>
</div>
<div class="col-lg-6 py-3 wow zoomIn">
<div class="img-place text-center">
<img src="assets/img/bg_image_3.png" alt="">
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section">
<div class="container">
<div class="text-center wow fadeInUp">
<h2 class="title-section"><span class="marked">Why Collabarate</span> ?</h2>
<div class="divider mx-auto"></div>
</div>
<div class="row mt-5 text-center">
<div class="col-lg-4 py-3 wow fadeInUp">
<div class="display-3"><img src="assets/img/transformation.png" width="50px" height="50px"></div>
<h5>Diversified Members</h5>
<p>From beginners to advanced.</p>
</div>
<div class="col-lg-4 py-3 wow fadeInUp">
<div class="display-3"><img src=" assets/img/energy.png" width="50px" height="50px"></div>
<h5>Dedicated Members</h5>
<p>All members egarely want to learn and are active.</p>
</div>
<div class="col-lg-4 py-3 wow fadeInUp">
<div class="display-3"><img src=" assets/img/no-fee.png" width="50px" height="50px"></div>
<h5>NO Budget, NO Issues</h5>
<p>We don't look for any monetory support while collabarating.</p>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section bg-light">
<div class="container">
<div class="owl-carousel wow fadeInUp" id="testimonials">
<div class="item">
<div class="row align-items-center">
<div class="col-md-6 py-3">
<div class="testi-image">
<img src=" assets/img/person/kaushik-mighty.png" alt="">
</div>
</div>
<div class="col-md-6 py-3">
<div class="testi-content">
<p>Myself Kaushik Lakhani, a guy in third year of his B.Tech at ITER, Siksha 'O' Anusandhan
University. I have been highly motivated by Martin Luther King Jr quote which says "Somewhere along
the way, we must learn that there is nothing greater than to do something for others" and I'm trying
to do it by this community ♥ </p>
<div class="entry-footer">
<strong>Kaushik Lakhani</strong> — <span class="text-grey">Founder MightyITExplorer</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<section id="tes">
<div class="slide-container swiper">
<h3>Testimonial</h3>
<h2>-What People Think-</h2>
<div class="slide-content">
<div class="card-wrapper swiper-wrapper">
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"> </span>
<div class="card-image">
<img src="./assets/img/person/face1.jpeg" alt=" " class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Rishi</h2>
<p class="description">Loved the website.All the informations are very helpful and accurate .Giving Five star.</p>
<button class="button">view more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"> </span>
<div class="card-image">
<img src="./assets/img/person/face2.jpeg" alt=" " class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Aditya</h2>
<p class="description">Very useful website.As a teacher I recommend all my students to take alook on this. Very good app.</p>
<button class="button">view more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"> </span>
<div class="card-image">
<img src="./assets/img/person/face3.jpeg" alt=" " class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Pritam</h2>
<p class="description">Suddently came accross this website but now I loved it.It`s very imformative and up to date.</p>
<button class="button">view more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"> </span>
<div class="card-image">
<img src="./assets/img/person/face5.jpeg" alt=" " class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Bitan</h2>
<p class="description">Loved the website.All the informations are very helpful and accurate .Giving Five star.</p>
<button class="button">view more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"> </span>
<div class="card-image">
<img src="./assets/img/person/face4.jpeg" alt=" " class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Akash</h2>
<p class="description">Very useful website.As a teacher I recommend all my students to take alook on this. Very good app</p>
<button class="button">view more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"> </span>
<div class="card-image">
<img src="./assets/img/person/face6.jpeg" alt=" " class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Rohan</h2>
<p class="description">Suddently came accross this website but now I loved it.It`s very imformative and up to date.</p>
<button class="button">view more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"> </span>
<div class="card-image">
<img src="./assets/img/person/face7.jpeg" alt=" " class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Emilia</h2>
<p class="description">Loved the website.All the informations are very helpful and accurate .Giving Five star.</p>
<button class="button">view more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"> </span>
<div class="card-image">
<img src="./assets/img/person/face8.jpeg" alt=" " class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Riya</h2>
<p class="description">Very useful website.As a teacher I recommend all my students to take alook on this. Very good app</p>
<button class="button">view more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"> </span>
<div class="card-image">
<img src="./assets/img/person/face9.jpeg" alt=" " class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Sneha</h2>
<p class="description">Suddently came accross this website but now I loved it.It`s very imformative and up to date.</p>
<button class="button">view more</button>
</div>
</div>
</div>
</div>
<div class="swiper-button-next swiper-navBtn"></div>
<div class="swiper-button-prev swiper-navBtn"></div>
<div class="swiper-pagination"></div>
</div>
</section>
<div class="page-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 py-3 wow fadeInUp">
<h2 class="title-section">Get in Touch</h2>
<div class="divider"></div>
<p>We would love to hear if you want to share us something.</p>
<ul class="contact-list">
<li>
<div class="icon"><span class="mai-map"></span></div>
<div class="content">India</div>
</li>
<li>
<div class="icon"><span class="mai-mail"></span></div>
<div class="content"><a href="mailto:mightyitexplorer@gmail.com">mightyitexplorer@gmail.com</a></div>
</li>
</ul>
</div>
<div class="col-lg-6 py-3 wow fadeInUp">
<div class="subhead">Contact Us</div>
<h2 class="title-section">Drop Us a Line</h2>
<div class="divider"></div>
<!-- --------contact_us form---------------- -->
<form action="#">
<div class="py-2">
<input type="text" id="fname" class="form-control" placeholder="Full name" oninput="checkname();" required>
</div>
<div class="py-2">
<input type="text" id="email" class="form-control" placeholder="Email" oninput="checkemail();" required>
</div>
<div class="py-2">
<textarea rows="6" class="form-control" placeholder="Enter message" required></textarea>
</div>
<button type="submit" class="btn btn-primary rounded-pill mt-4">Send Message</button>
</form>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
</main>
<footer class="page-footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-3 py-3">
<a href="index.html"></a><img src=" assets/img/logo.png" width="120px" height="120px"></a>
</div>
<div class="col-lg-3 py-3">
<h5>Quick Links</h5>
<ul class="footer-menu">
<li><a href="https://mightyitexplorer.github.io/Website/studymaterial.html">Resources</a></li>
<li><a href="https://github.com/MightyITExplorer/Website">Report a Bug</a></li>
<li><a href="https://github.com/MightyITExplorer/Website/issues">Make/Add changes in Website</a></li>
</ul>
</div>
<div class="col-lg-3 py-3">
<h5>About Us</h5>
<ul class="footer-menu">
<li><a href="https://mightyitexplorer.github.io/Website/">About Us</a></li>
<li><a href="https://mightyitexplorer.github.io/Website/opportunity.html">Jobs</a></li>
<li><a href="#">Our Teams</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="https://mightyitexplorer.github.io/Website/news.html">News & Press</a></li>
</ul>
</div>
<div class="col-lg-3 py-3">
<h5>Subscribe</h5>
<form action="#">
<input type="text" id="email1" class="form-control" placeholder="Your Email ID" oninput="checkemail1();">
</form>
<div class="sosmed-button mt-4">
<a href="https://twitter.com/ExplorerMighty" target="_blank"><span class="mai-logo-twitter"></span></a>
<a href="https://www.linkedin.com/company/mighty-it-explorer/" target="_blank"><span class="mai-logo-linkedin"></span></a>
<a href="https://t.me/ITexplorers" target="_blank"><span class="mai-logo-telegram" target="_blank"></span></a>
<a href="https://www.youtube.com/channel/UCo7Jhf7YKHxcuy5wazm-xfg" target="_blank"><span class="mai-logo-youtube"></span></a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 py-2">
<p id="copyright">© 2023 <a href="https://www.linkedin.com/company/mighty-it-explorer/">
</a>MightyITExplorer</p>
</div>
<div class="d-inline-block px-3">
<a href="https://mightyitexplorer.github.io/Socials/">Contact Us</a>
</div>
</div>
</div>
</div> <!-- .container -->
</footer> <!-- .page-footer -->
<script>
const navEL = document.querySelector('.navbar');
window.addEventListener('scroll',() => {
if (window.scrollY >=56){
navEL.classList.add('navbar-scrolled');
} else if(window.scrollY<56){
navEL.classList.remove('navbar-scrolled');
}
});
</script>
<script src="assets/js/splash.js"></script>
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/wow/wow.min.js"></script>
<script src="assets/vendor/owl-carousel/js/owl.carousel.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/animateNumber/jquery.animateNumber.min.js"></script>
<script src="assets/js/google-maps.js"></script>
<script src="assets/js/theme.js"></script>
<script src="assets/js/focusChange.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9562022664620737"
crossorigin="anonymous"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script src="./assets/js/swiper-bundle.min.js"></script>
<script src="./assets/js/testimonial.js"></script>
</body>
<script>
function checkname(){
var name_in = document.querySelector("#fname")
if(name_in.value.length>20)
{
console.log("error")
name_in.setCustomValidity("Name is too long!")
}
else
{
name_in.setCustomValidity("")
}
}
function checkemail(){
var em = /^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/g;
var email_in = document.querySelector("#email");
if(!(email_in.value.match(em)))
{
email_in.setCustomValidity("Email is invalid!");
}
else
{
email_in.setCustomValidity("");
}
}
function checkemail1(){
var em = /^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/g;
var email_in = document.querySelector("#email1");
if(!(email_in.value.match(em)))
{
email_in.setCustomValidity("Email is invalid!");
}
else
{
email_in.setCustomValidity("");
}
}
</script>
<!-- Scroll - Up JavaScript -->
<script>
const showOnPx = 100;
const backToTopButton = document.querySelector(".back-to-top")
const scrollContainer = () => {
return document.documentElement || document.body;
};
document.addEventListener("scroll", () => {
if (scrollContainer().scrollTop > showOnPx) {
backToTopButton.classList.remove("hidden")
} else {
backToTopButton.classList.add("hidden")
}
})
const goToTop = () => {
document.body.scrollIntoView({
behavior: "smooth",
});
};
backToTopButton.addEventListener("click", goToTop)
var loader = document.querySelector(".loader");
window.addEventListener("load", vanish);
function vanish() {
loader.classList.add("disppear");
}
</script>
</html>