-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
837 lines (773 loc) · 34.4 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
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
<!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">
<title>Troubleshooter Club | Solving students' problem | Students-Mentors' Global Platform</title>
<!-- -------- anime css ------ -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- --------- tiny slider css ------ -->
<link rel="stylesheet" href="assets/css/tiny-slider.css">
<!-- --------- font awsome css ------ -->
<link rel="stylesheet" href="assets/css/all.css">
<!-- -------- venobox css ------- -->
<link rel="stylesheet" href="assets/css/venobox.css" type="text/css" media="screen" />
<!-- ---- Bootstrap css--- -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- ---------- default css --------- -->
<link rel="stylesheet" href="assets/css/default.css">
<!-- --- style css -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet" /> -->
<!-- Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PTERCR8LF3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-PTERCR8LF3');
</script>
</head>
<body>
<!-- --------- preloader ------------ -->
<div class="preloader">
<div class="loader">
<div class="spinner">
<div class="spinner-container">
<div class="spinner-rotator">
<div class="spinner-left">
<div class="spinner-circle"></div>
</div>
<div class="spinner-right">
<div class="spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!------- Header star ------>
<header class="header-area">
<div class="navbar-area">
<!---- navbar star--->
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="#"><text style="color:rgb(59, 148, 99)"> Troubleshooter Club</text>
<!-- <img class="image" src="assets/img/header/logo/1.png" alt=""> -->
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" data-scroll-nav="0" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll-nav="1" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll-nav="2" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll-nav="3" href="#">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll-nav="4" href="#">Popular</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll-nav="5" href="#">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" data-scroll-nav="6" href="#">Join Club</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<!---- navbar end--->
<div class="header-hero" data-scroll-index="0">
<!---- home star ------>
<div class="shape shape-1"></div>
<div class="shape shape-2"></div>
<div class="shape shape-3"></div>
<div class="shape shape-4"></div>
<div class="shape shape-5"></div>
<div class="shape shape-6"></div>
<div class="container">
<div class="row align-items-center justify-content-center justify-content-lg-between">
<div class="col-lg-6 col-md-10">
<div class="header-hero-content">
<h1 class="header-title wow fadeInLeftBig" data-wow-duration="3s" data-wow-delay="0.2s">
<span>Troubleshooting
</span> Students' Problem
</h1>
<p class="text wow fadeInLeftBig" data-wow-duration="3s" data-wow-delay="0.4s">An Open source platform for
students | Teachers | Mentors.</p>
<ul class="d-flex">
<li><a href="https://chat.whatsapp.com/IHXSSZtYRTzLLVcYb3MYKh" class="main-btn wow fadeInLeftBig"
data-wow-duration="3s" data-wow-delay="0.8s">Join
Club</a></li>
<!-- <li><a href="https://www.youtube.com/watch?v=DxHYso7lDlg" class="header-video venobox wow fadeInLeftBig"
data-autoplay="true" data-vbtype="video" data-wow-duration="3s" data-wow-delay="1.2s"><i
class="fas fa-play"></i></a></li> -->
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="header-image">
<img src="assets/img/5.png" alt="" class="image-1 wow fadeInRightBig" data-wow-duration="3s"
data-wow-delay="0.5s">
</div>
</div>
</div>
</div>
<div class="container">
<div class="header-shape-1"></div>
<!-- <div class="header-shape-2">
<img src="assets/img/header/header-shape-2.svg" alt="">
</div> -->
</div>
</div>
<!---- home star ------>
</header>
<!-------- Header End ---- -->
<!-- ------- Feature Section Start ---------- -->
<section class="feature-section pt-80" data-scroll-index="1">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-lg-7">
<div class="section-title text-center mb-30">
<h1 class="mb-25 wow fadeInUp" data-wow-delay=".2s">Why <span>Troubleshooter?</span></h1>
<p class="wow fadeInUp" data-wow-delay=".4s">We are a group of incredibly passionate,driven
individuals,having complete freedom to chase down their goals in a complete uninhibited manner.If you have
something unique ideas to implement,share let's join our club.</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4">
<div class="single-feature wow fadeInUp" data-wow-duration="3s" data-wow-delay="0.2s">
<div class="icon color-1">
<i class="fas fa-laptop-code"></i>
</div>
<div class="content">
<h3>Clubs</h3>
<p>Find the best interactive students & Mentor club. Join & Learn as you go.
</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="single-feature wow fadeInUp" data-wow-duration="3s" data-wow-delay="0.2s">
<div class="icon color-1">
<i class="fas fa-book-open"></i>
</div>
<div class="content">
<h3>Resources</h3>
<p>Pick the best Learning Resources at the same place.
</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="single-feature wow fadeInUp" data-wow-duration="3s" data-wow-delay="0.2s">
<div class="icon color-1">
<i class="fas fa-bell"></i>
</div>
<div class="content">
<h3>Exams</h3>
<p>Get Notified for all examinations.
</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="single-feature wow fadeInUp" data-wow-duration="3s" data-wow-delay="0.6s">
<div class="icon color-3">
<i class="fas fa-users"></i>
</div>
<div class="content">
<h3>MeetUps</h3>
<p>Join us the real industry experts and learn together at Meetups.
</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="single-feature wow fadeInUp" data-wow-duration="3s" data-wow-delay="0.4s">
<div class="icon color-2">
<i class="fas fa-book"></i>
</div>
<div class="content">
<h3>Bootcamps</h3>
<p>Trained by Top Industry Experts in various Tech Stacks.
</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="single-feature wow fadeInUp" data-wow-duration="3s" data-wow-delay="0.2s">
<div class="icon color-1">
<i class="fas fa-chalkboard-teacher"></i>
</div>
<div class="content">
<h3>Mentors</h3>
<p>Pick the best personal mentors for yourself or your loved ones as per your choice.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ------- Feature Section End ---------- -->
<!-- ----------- About Section Start --------- -->
<section class="about-area pt-70 pb-120" data-scroll-index="2">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="about-image wow fadeInLeftBig" data-wow-duration="3s" data-wow-delay="0.5s">
<div class="about-shape"></div>
<img src="assets/img/6.png" alt="" class="app">
</div>
</div>
<div class="col-lg-6">
<div class="about-content mt-50 wow fadeInRightBig" data-wow-duration="3s" data-wow-delay="0.5s">
<div class="section-title">
<h1 class="title">Comes With All You Need!</h1>
<p class="text">Troubleshooter your all problem with just one App. Download and get connected with
mentors, students and tech people across the world.</p>
</div>
<a href="" class="main-btn">Get The App</a>
</div>
</div>
</div>
</div>
</section>
<!-- ----------- About Section End --------- -->
<!-- ----------- Testimonial Section Start ------- -->
<section class="testimonial-section" data-scroll-index="3">
<div class="container">
<div class="row justify-content-center testimonial-active-wrapper">
<div class="col-xl-6 col-lg-7">
<div class="section-title text-center mb-60">
<h1 class="mb-25 text-white wow fadeInUp" data-wow-delay=".2s">Meet our Contributors</h1>
<p class="text-white wow fadeInUp" data-wow-delay=".4s">Brain behind the Troubleshooter Club. <br>You might
be the next...</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-7 col-lg-8">
<div class="testimonial-active">
<div class="testimonial-wrapper">
<div class="single-testimonial">
<div class="info">
<div class="image-2">
<img
src="https://res.cloudinary.com/hugs4bugs/image/upload/v1643628190/Tm/C7B148CC-773A-46B4-957E-414778A15B8A_uhvmec.png"
alt="s_choudhary">
</div>
<h4>Subham Choudhary</h4>
<p style="color :brown">SDET Engineer</p>
<div class="quote">
<i class="fas fa-quote-right"></i>
</div>
<!-- <div class="content">
<p style="color :black">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet beatae
officia minus
voluptatibus veritatis unde, asperiores laboriosam tempore voluptates debitis.</p>
</div> -->
</div>
</div>
</div>
<!-- <div class="testimonial-wrapper">
<div class="single-testimonial">
<div class="info">
<div class="image-2">
<img
src="https://res.cloudinary.com/hugs4bugs/image/upload/v1643628199/Tm/8ACD6FF2-4124-4CD5-90A4-59BC6C230AC3_u5nlam.png"
alt="lalu">
</div>
<h4>Lalu Mahto</h4>
<p style="color :brown">Backend Developer</p>
<div class="quote">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
</div> -->
<div class="testimonial-wrapper">
<div class="single-testimonial">
<div class="info">
<div class="image-2">
<img
src="https://res.cloudinary.com/hugs4bugs/image/upload/v1645907267/Tm/9CEE5742-4297-46BA-9B40-F112C47F282E_vvgosk.png"
alt="Sneha">
</div>
<h4>Sneha Prakash</h4>
<p style="color :brown">Community Manager</p>
<div class="quote">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
</div>
<div class="testimonial-wrapper">
<div class="single-testimonial">
<div class="info">
<div class="image-2">
<img
src="https://res.cloudinary.com/hugs4bugs/image/upload/v1655754478/Tm/257122497_516903273110925_7702869679987918672_n_tblj9j.jpg"
alt="harish">
</div>
<h4>Harish Chandra</h4>
<p style="color :brown">Finance Manager</p>
<div class="quote">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
</div>
<div class="testimonial-wrapper">
<div class="single-testimonial">
<div class="info">
<div class="image-2">
<img
src="https://res.cloudinary.com/hugs4bugs/image/upload/v1643628193/Tm/EA786BF3-5084-4D75-9D27-5EA4FD4505FA_clutgl.png"
alt="ashish">
</div>
<h4>Ashish Jha</h4>
<p style="color :brown">Software Developer | Open Source Mentor</p>
<div class="quote">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
</div>
<div class="testimonial-wrapper">
<div class="single-testimonial">
<div class="info">
<div class="image-2">
<img
src="https://res.cloudinary.com/hugs4bugs/image/upload/v1656429670/Tm/WhatsApp_Image_2022-06-28_at_7.49.28_AM_p87hz1.jpg"
alt="Priyanka">
</div>
<h4>Priyanka Choudhary</h4>
<p style="color :brown">Content Writer</p>
<div class="quote">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
</div>
<div class="testimonial-wrapper">
<div class="single-testimonial">
<div class="info">
<div class="image-2">
<img
src="https://res.cloudinary.com/hugs4bugs/image/upload/v1646020358/Tm/bipin-removebg-preview_p0f4ww.png"
alt="Bipin">
</div>
<h4>Bipin kr Jha</h4>
<p style="color :brown">Physics Mentor</p>
<div class="quote">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
</div>
<div class="testimonial-wrapper">
<div class="single-testimonial">
<div class="info">
<div class="image-2">
<img src="https://res.cloudinary.com/hugs4bugs/image/upload/v1656407759/Tm/amit_lmoqmt.jpg"
alt="Amit">
</div>
<h4>Amit kr Jha</h4>
<p style="color :brown">Science Mentor</p>
<div class="quote">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
</div>
<div class="testimonial-wrapper">
<div class="single-testimonial">
<div class="info">
<div class="image-2">
<img
src="https://res.cloudinary.com/hugs4bugs/image/upload/v1655757176/Tm/photo_2022-03-18_20-22-42_lhzd2v.jpg"
alt="Sonu">
</div>
<h4>Sonu Kumar </h4>
<p style="color :brown">Science Mentor</p>
<div class="quote">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
</div>
<div class="testimonial-wrapper">
<div class="single-testimonial">
<div class="info">
<div class="image-2">
<img
src="https://res.cloudinary.com/hugs4bugs/image/upload/v1643628192/Tm/29094EF6-8C73-4A2B-98BB-980737EF522F_nfm0p8.png"
alt="Shubhendu">
</div>
<h4>Shubhendu Shubham </h4>
<p style="color :brown">Security Engineer </p>
<div class="quote">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ----------- Testimonial Section End ------- -->
<!-- ------------ pricing section start --------- -->
<div class="pricing-area pt-110" data-scroll-index="4">
<div class="container">
<div class="row justify-content-center">
<div class="xol-xl-6 col-lg-7">
<div class="section-title text-center pb-30">
<h1 class="wow fadeInUp" data-wow-delay=".2s">Popular <span> Sessions</span></h1>
<p class="wow fadeInUp" data-wow-delay=".4s">Stay Tuned and let's learn Together.</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-7 col-sm-9">
<div class="single-pricing text-center wow fadeInUp" data-wow-duration="3s" data-wow-delay="0.2s">
<div class="pricing-title">
<h4 class="title">Clubs</h4>
</div>
<div class="pricing-price">
<span class="pricing">YouTube</span>
<p class="text">Hybrid</p>
</div>
<div class="pricing-list">
<ul class="list">
<li>100% Free</li>
<li>Open Discussion </li>
<li>Networking</li>
<li>Personal Growth </li>
<li>Learning Experiences
</li>
</ul>
</div>
<div class="pricing-btn">
<a href="" class="main-btn main-btn-2">Join Now</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7 col-sm-9">
<div class="single-pricing text-center wow fadeInUp" data-wow-duration="3s" data-wow-delay="0.4s">
<div class="pricing-title">
<h4 class="title">Tech</h4>
</div>
<div class="pricing-price">
<span class="pricing">YouTube</span>
<p class="text">Online</p>
</div>
<div class="pricing-list">
<ul class="list">
<li>Trending Tech stack</li>
<li>College to Cloud</li>
<li>Cyber Security</li>
<li>Linux</li>
<li>Open Source</li>
</ul>
</div>
<div class="pricing-btn">
<a href="" class="main-btn main-btn-2">Coming Soon</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7 col-sm-9">
<div class="single-pricing text-center wow fadeInUp" data-wow-duration="3s" data-wow-delay="0.6s">
<div class="pricing-title">
<h4 class="title">Podcast</h4>
</div>
<div class="pricing-price">
<span class="pricing">APPS</span>
<p class="text">Hybrid</p>
</div>
<div class="pricing-list">
<ul class="list">
<li>Talk shows with Dev Experts</li>
<li>Certifications</li>
<li>Meetups</li>
<li>No Dates, only Updates</li>
<li>Beyond Study</li>
</ul>
</div>
<div class="pricing-btn">
<a href="" class="main-btn main-btn-2">Join List</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- --------------pricing section end ------------ -->
<!-- Our Client section -->
<!-- ----------- FAQ Section Start --------- -->
<section class="faq-section pt-120" data-scroll-index="5">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-lg-7">
<div class="section-title text-center mb-60">
<h1 class="mb-25 wow fadeInUp" data-wow-delay=".2s">Out <span> Your Doubt</span></h1>
<p class="mb-25 wow fadeInUp" data-wow-delay=".4s">We have sorted a few for them, but still if your have
more curious questions,feel free to contact us.
Our Team will solve your query.</p>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="accordion wow fadeInLeftBig" id="accordionExample" data-wow-duration="3s" data-wow-delay="0.5s">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne"
aria-expanded="true" aria-controls="collapseOne">
How to join Troubleshooter Club?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne"
data-bs-parent="#accordionExample">
<div class="accordion-body">
It's simple just download our APP and sign-up there.Now you are the member of Troublehsooter
Club.Now you
can join any community, explore our resources and connect with mentors all around the world.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
How to contribute to the club?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
data-bs-parent="#accordionExample">
<div class="accordion-body">
Its simple, one can contribute to the club by many ways like writing articles, writing blogs,sharing
college, academic notes, university updates, programs, mentorships , podacast or tutorial videos
etc.
One can represent our club to your institution by just apply for <strong>Campus Ambassador Program
</strong>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
How it is different from regular community?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree"
data-bs-parent="#accordionExample">
<div class="accordion-body">
Our name itself is "Troubleshooter". If you have concern how other students are solving problems,
performing academic tasks? we connect with them and our all contributors are students and faculties
across the globe. We don't just solve your problems just via a single seminars or 1 day online
bootcamp!
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="faq-image wow fadeInRightBig" data-wow-duration="3s" data-wow-delay="0.5s">
<img src="assets/img/faq/faq-img.svg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- ----------- FAQ Section End --------- -->
<!-- ----------- Download Section Start ------- -->
<section class="download-area pt-70 pb-40" data-scroll-index="6">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-6 col-md-9">
<div class="download-image mt-50 wow fadeInLeftBig" data-wow-duration="3s" data-wow-delay="0.5s">
<div class="download-shape-1"></div>
<img src="assets/img/7.png" alt="" class="image-3">
</div>
</div>
<div class="col-lg-6">
<div class="download-content mt-45 wow fadeInRightBig" data-wow-duration="3s" data-wow-delay="0.5s">
<h1 class="title">Join our Clubs</h1>
<p class="text"> to get prior notification of App release!</p>
<ul>
<!-- <li><a href="" class="app-store">
<img src="assets/img/download/app-store.png" alt="">
</a></li>
<li><a href="" class="play-store">
<img src="assets/img/download/play-store.png" alt="">
</a></li> -->
<li><a href="" class="main-btn wow fadeInMiddleSmall" data-wow-duration="3s" data-wow-delay="0.8s">Join
Now</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- ----------- Download Section End ------- -->
<!-- --------------Footer Section Start ------- -->
<footer class="footer-area">
<div class="footer-shape shape-1"></div>
<div class="footer-shape shape-2"></div>
<div class="footer-shape shape-3"></div>
<div class="footer-shape shape-4"></div>
<div class="footer-shape shape-5"></div>
<div class="footer-shape shape-6"></div>
<div class="footer-widget pt-30 pb-80">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-about mt-50">
<!-- <a href="" class="logo">
<img src="assets/img/header/logo/landapp-logo.png" alt="">
</a> -->
<p class="text">An open source platform called <span style="color:aqua"> Troubleshooter Club </span> is
for students, mentors, teachers, and
lifelong learners. Here, we exclusively connect to begin learning new skills through networking,
mentoring, projects, and bootcamps.</p>
<ul class="social">
<li><a href="https://www.facebook.com/trblsutarclub"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/trblsutar"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/trblsutar/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/troubleshooterclub/"><i
class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-5 col-md-6">
<div class="footer-link d-flex flex-wrap">
<div class="footer-link-wrapper mt-45">
<div class="footer-title">
<h4 class="title">About Us</h4>
</div>
<ul class="link">
<li><a class=" nav-link" data-scroll-nav="0" href="">Home</a></li>
<li><a class="nav-link" data-scroll-nav="1" href="">Features</a></li>
<li><a class="nav-link" data-scroll-nav="2" href="">About</a></li>
<!-- <li><a href="">Join WhatsApp</a></li>
<li><a href="">Telegram</a></li> -->
<li><a class="nav-link" data-scroll-nav="3" href="">Team</a></li>
<li><a class="nav-link" data-scroll-nav="4"
href="https://chat.whatsapp.com/IHXSSZtYRTzLLVcYb3MYKh">WhatsApp</a></li>
</ul>
</div>
<div class="footer-link-wrapper mt-45">
<div class="footer-title">
<h4 class="title">Quick Links</h4>
</div>
<ul class="link">
<li><a class="nav-link" data-scroll-nav="5" href="">FAQ</a></li>
<li><a class="nav-link" data-scroll-nav="5" href="">Privacy Policy</a></li>
<li><a class="nav-link" data-scroll-nav="5" href="">Terms of Use</a></li>
<li><a class="nav-link" data-scroll-nav="5" href="">Suggest us</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-contact mt-45">
<div class="footer-title">
<h4 class="title">Contact Us</h4>
</div>
<ul class="contact-list">
<li>
<div class="contact-info">
<div class="info-content media-body">
<p class="text"><i class="fas fa-phone-alt"></i>
+91-9472991242</p>
</div>
</div>
</li>
<li>
<div class="contact-info">
<div class="info-content media-body">
<p class="text"><a href=""><i class="far fa-envelope"></i>
[email protected] </a></p>
</div>
</div>
</li>
<li>
<div class="contact-info">
<div class="info-content media-body">
<p class="text"><a href="https://troubleshooterclub.in"><i class="fas fa-globe"></i>
troubleshooterclub.in </a></p>
</div>
</div>
</li>
<li>
<div class="contact-info">
<div class="info-content media-body">
<p class="text"><i class="fas fa-map-marker-alt"></i>
3rd Cross, 1st Main Electronics City, Bengaluru </p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<div class="row justify-content-center">
<div class="lo-lg-12">
<div class="copyright">
<div class="copyright-text text-center">
<p class="text">Copyright ©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script> <a href="">Troubleshooter Club</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- --------------Footer Section End ------- -->
<!-- ---- jquery Js ---- -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<!-- -------- venobox js ------ -->
<script type="text/javascript" src="assets/js/venobox.min.js"></script>
<!-- ---------- wow js ---------- -->
<script src="assets/js/wow.min.js"></script>
<!-- ---------- tiny slider js --------- -->
<script src="assets/js/tiny-slider.js"></script>
<!-- ---------- scrollit js ---------- -->
<script src="assets/js/scrollIt.min.js"></script>
<!-- -------- font awsome js --------- -->
<script src="assets/js/all.js"></script>
<!-- ---- Bootstrap Js ---- -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- ---- main js --- -->
<script src="assets/js/main.js"></script>
</body>
</html>