-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
744 lines (622 loc) · 30.8 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
<!DOCTYPE html>
<html lang="en" style="overflow-x: clip;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FakeBuster</title>
<!-- Project Website Icon -->
<link rel = "icon" type=" image/png" href = "IMAGES/logo.png">
<!-- Bootstrap Css Connect link -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Font Awesome connect link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Owl Carousel CSS links -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Fonts Google Link -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<!-- Custom Css links -->
<link rel="stylesheet" href="CSS\style.css">
<link rel="stylesheet" href="CSS/responsive-style.css">
<!-- ---------------------------------------------------------------------------------------------------------- -->
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar" data-bs-smooth-scroll="true" data-bs-offset="85" oncontextmenu="return false">
<!-- Navbar Section -->
<header class="header_wrapper">
<nav class="navbar navbar-expand-lg sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="IMAGES/logo.png" class="img-fluid" alt="logo" href="#home">
<b>FAKEBUSTER</b></a>
<button class="navbar-toggler collapsed d-flex d-lg-none flex-column justify-content-around" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<!-- icon for mobile menu -->
<span class="toggler-icon top-bar" ></span>
<span class="toggler-icon middle-bar" ></span>
<span class="toggler-icon bottom-bar" ></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav menu-navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#awarness">Awareness</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#members">Members</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faqs">FAQs</a>
</li>
</ul>
<!-- For button -->
<ul class="navbar-nav">
<li class="nav-item text-center">
<a class="nav-link learn-more-btn btn-extra-header" href="https://forms.fillout.com/t/iLjGQLAhiDus">Form</a>
</li>
<li class="nav-item text-center">
<a class="nav-link learn-more-btn" href="#subscribe">subscribe</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- NavBar Section exit -->
<!-- Banner section -->
<section id="home" class="banner_wrapper">
<div class="container hidden">
<div class="row align-item-center">
<!-- Home Header Details -->
<div class="col-md-6 my-5 my-md-0 text-center text-md-start">
<div style="width: 100%; height: 100%">
<span class="banner-subtitle">
"Unveiling the Mask: Battling Fake <br/>Apps,Software,and Manipulated Media"<br/>
</span>
<span class="banner-title">
FAKE<br/>
</span>
<span class="banner-title">
BUSTER<br/>
</span>
<span class="banner-subtitle">
ALL ABOUT THE AWARENESS REGARDING<br/>FAKE APPS, WEBSITES, IMAGES, VIDEOS ETC.
</span>
<div class="learn-more-btn-section">
<a class="nav-link explore btn-header" href="#explore">EXPLORE</a>
</div>
</div>
</div>
<!-- Home Header Image -->
<div class="col-md-6 header-img-section">
<!-- mobile image -->
<div>
</div>
<img src="IMAGES\MobileImg.svg" class="img-fluid" alt="Banner">
<div class="mobileImg792">
<script
src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module">
</script>
<dotlottie-player
src="https://lottie.host/e317d114-14f7-44f2-a6e9-4517f1376ece/VIUAZJa4wf.json"
background="transparent"
speed="1"
style="width: 500px; height: 600px;" direction="-1" playMode="normal" loop autoplay>
</dotlottie-player>
</div>
<!-- alerts rectangles 1 -->
<div class="alertsrectangles"
style="width: 100%; height: 100%; position: relative">
<div class="rectangles1"
style="width: 271px; height: 107px; left: 20rem; top: 5rem; position: absolute; background: rgba(109.79, 255, 228.86, 0.20); border-radius: 16px; backdrop-filter: blur(11.90px)">
</div>
<div
style="left: 30rem; top: 7rem; position: absolute; color: black; font-size: 16px; font-family: Inter; font-weight: 900; line-height: 21.92px; letter-spacing: 8.32px; word-wrap: break-word;text-shadow: 2px 2px 5px #ffffff79;">
FAKE<br/>IMAGE
</div>
<div style="position: relative;left: 21rem; top: 5rem;">
<script
src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module">
</script>
<dotlottie-player
src="https://lottie.host/0523ae35-4f9d-4441-b5c2-944a63429151/bYO0rnSdyO.json"
background="transparent"
speed="1"
style="width: 105px; height: 96px" direction="1" playMode="normal" loop autoplay>
</dotlottie-player>
</div>
</div>
<!-- alerts rectangles 2 -->
<div class="alertsrectangles"
style="width: 100%; height: 100%; position: relative">
<div class="rectangles1"
style="width: 271px; height: 107px; left: 0.5rem; top: 0px; position: absolute; background: rgba(124.29, 92.94, 249.69, 0.20); border-radius: 16px; backdrop-filter: blur(11.90px)">
</div>
<div
style="left: 8rem; top: 36px; position: absolute; color: black; font-size: 16px; font-family: Inter; font-weight: 900; line-height: 21.92px; letter-spacing: 8.32px; word-wrap: break-word;text-shadow: 2px 2px 5px #ffffff79;">
FAKE APP <br/>DETECTED
</div>
<div style="position: absolute; left:1rem;top:1rem;">
<script
src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module">
</script>
<dotlottie-player
src="https://lottie.host/f7c98b90-19dd-44a2-b938-8f3de29e8a4e/JKVtA4Kvg4.json"
background="transparent" speed="1"
style="width: 102px; height: 78px" direction="1" playMode="normal" loop autoplay>
</dotlottie-player>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Banner section exit -->
<!-- client Section -->
<div class="clients">
<div class="container">
<div class="slider" style="
--width: 1000px;
--height: 50px;
--quantity: 2;
">
<div class="list">
<div class="item" style="--position: 1"><b>WHATEVER YOU SEE IS NOT THE REALITY, AND WHATEVER IS THE REALITY, YOU DON'T SEE</b></div>
<div class="item" style="--position: 2"><b>BEWARE FROM FAKE APPS, FAKE WEBSITES AND FAKE MEDIA.</b></div>
<!-- <div class="item" style="--position: 3"><b>whatever you see is not the reality, and whatever is the reality, you don't see</b></div>
<div class="item" style="--position: 4"><b>whatever you see is not the reality, and whatever is the reality, you don't see</b></div> -->
</div>
</div>
<div class="slider" reverse="true" style="
--width: 300px;
--height: 300px;
--quantity: 9;
">
<div class="list">
<div class="item" style="--position: 1" ><img src="IMAGES/fakeapps Points.png" alt="" style="border-radius: 1rem;"></div>
<div class="item" style="--position: 2"><img src="IMAGES/fakeMedia POints.png" alt="" style="border-radius: 1rem;"></div>
<div class="item" style="--position: 3"><img src="IMAGES/fakewebsite points.png" alt="" style="border-radius: 1rem;"></div>
<div class="item" style="--position: 4"><img src="IMAGES/awareness 1.png" alt="" style="border-radius: 1rem;"></div>
<div class="item" style="--position: 5"><img src="IMAGES/awareness 2.png" alt="" style="border-radius: 1rem;"></div>
<div class="item" style="--position: 6"><img src="IMAGES/awareness 3.png" alt="" style="border-radius: 1rem;"></div>
<div class="item" style="--position: 7"><img src="IMAGES/awareness 4 .png" alt="" style="border-radius: 1rem;"></div>
<div class="item" style="--position: 8"><img src="IMAGES/conclusion fakeapp.png" alt="" style="border-radius: 1rem;"></div>
<div class="item" style="--position: 9"><img src="IMAGES/conclution fake website.png" alt="" style="border-radius: 1rem;"></div>
<div class="item" style="--position: 10"><img src="IMAGES/conclusion fake media.png" alt="" style="border-radius: 1rem;"></div>
</div>
</div>
</div>
</div>
<!-- client section exit -->
<!-- About Section -->
<section id ="about" class="about_wrapper">
<div class="container hidden">
<div class="row align-item-center">
<div class="col-sm-12 col-lg-5 text-center text-center text-lg-start">
<p class="about_number">
1
</p>
<h2 class="about_title">
TimeLine
</h2>
<p class="about_text">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Corporis ratione officiis quis nisi incidunt vitae consectetur
nulla, commodi at ab saepe,
id deleniti accusamus ipsam beatae enim iure cum tempora.
</p>
<div class="my-5">
<a class="learn-more-btn" href="#home">Find out more</a>
</div>
</div>
<div class="col-sm-12 col-lg-7 text-center text-md-start">
<img style="border-radius: 4rem;" src="IMAGES/timeline.png" class="img-fluid">
</div>
</div>
</div>
<div class = "innovate mt-5">
<div class="container hidden">
<div class="row align-item-center">
<div class="col-sm-12 col-lg-6 px-5 text-center text-md-start">
<img style="border-radius: 4rem;" src="IMAGES/Futurework.pptx.png" class="img-fluid">
</div>
<div class="col-sm-12 col-lg-6 text-center text-lg-start">
<p class="about_number">2</p>
<h2 class="about_title">Future Goals</h2>
<p class="about_text">
Lorem ipsum dolor sit amet consectetur,
adipisicing elit. Adipisci eos dicta inventore?
Reiciendis perferendis recusandae,
autem voluptate quidem, maxime cum tenetur,
laborum eaque et tempora. Non dicta quaerat illum ab.
</p>
<div class="mt-5">
<a class="learn-more-btn btn-header" href="#home">learn more</a>
</div>
</div>
</div>
</div>
</div>
<div class="project hidden">
<div class="counters">
<div>
<div class="counter">
<h1><span data-count="1560">0</span></h1>
<h3>Project Completed</h3>
</div>
<div class="counter">
<h1><span data-count="2270">0</span></h1>
<h3>Satisfied Client</h3>
</div>
<div class="counter">
<h1><span data-count="910">0</span>%</h1>
<h3>Success Rate</h3>
</div>
<div class="counter">
<h1><span data-count="300">0</span>+</h1>
<h3>Years Experience</h3>
</div>
</div>
</div>
</div>
</section>
<!-- About section exit -->
<!-- Feature section -->
<section id="awarness" class="feature_wrapper"> <!-- Feature = Awareness section -->
<div class="container">
<div class="row">
<div class="col-12 text-center mb-5 hidden">
<p class="feature_subtitle">So much to offer</p>
<h2 class="feature_title">Our automated feature</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6 mb-5 hidden">
<div class="ft-1">
<h3>
consulatancy
</h3>
<p class="feature_text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Non architecto impedit enim magnam nemo tempore ipsa. Soluta,
a omnis. Cum eaque ipsa provident commodi velit at suscipit rerum.
Blanditiis, sapiente.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-5 hidden">
<div class="ft-2">
<h3>
Tech solution
</h3>
<p class="feature_text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Non architecto impedit enim magnam nemo tempore ipsa. Soluta,
a omnis. Cum eaque ipsa provident commodi velit at suscipit rerum.
Blanditiis, sapiente.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-5 hidden">
<div class="ft-3">
<h3>
User DashBoard
</h3>
<p class="feature_text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Non architecto impedit enim magnam nemo tempore ipsa. Soluta,
a omnis. Cum eaque ipsa provident commodi velit at suscipit rerum.
Blanditiis, sapiente.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-5 hidden">
<div class="ft-4">
<h3>
DeadLine NOtifications
</h3>
<p class="feature_text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Non architecto impedit enim magnam nemo tempore ipsa. Soluta,
a omnis. Cum eaque ipsa provident commodi velit at suscipit rerum.
Blanditiis, sapiente.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-5 hidden">
<div class="ft-5">
<h3>
Data Retrieval
</h3>
<p class="feature_text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Non architecto impedit enim magnam nemo tempore ipsa. Soluta,
a omnis. Cum eaque ipsa provident commodi velit at suscipit rerum.
Blanditiis, sapiente.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-5 hidden">
<div class="ft-6">
<h3>
flexible system
</h3>
<p class="feature_text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Non architecto impedit enim magnam nemo tempore ipsa. Soluta,
a omnis. Cum eaque ipsa provident commodi velit at suscipit rerum.
Blanditiis, sapiente.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Feature section exit -->
<!-- members section -->
<section id="members" class="members_wrapper">
<div class="container">
<div class="center">
<h1>Our Team</h1>
</div>
<div class="team-content">
<div class="box hidden2">
<img src="IMAGES/1.png">
<h3>Pragati Kashyap</h3>
<h5>(Research field)</h5>
<div class="icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
<div class="box hidden2">
<img src="IMAGES/2.png">
<h3>Shreya Sah</h3>
<h5>(Research field)</h5>
<div class="icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
<div class="box hidden2">
<img src="IMAGES/3.png">
<h3>Vidhan</h3>
<h5>(Techincal & Research Field)</h5>
<div class="icons">
<a href="https://www.linkedin.com/in/vidhan-thakur27/"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
<div class="box hidden2">
<img src="IMAGES/4.png">
<h3>Aryan Gautam</h3>
<h5>(Research & Techincal field)</h5>
<div class="icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
<div class="box hidden2">
<img src="IMAGES/5.png">
<h3>Ayush Raj</h3>
<h5>(Research field)</h5>
<div class="icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- members section exit -->
<!-- Teatimonial section -->
<section id="teatimonial" class="teatimonial_wrapper">
<div class="container">
<div class="center">
<h1>Testimonial section</h1>
</div>
<div class="review-content">
<div class="box hidden2">
<img src="IMAGES/1.png">
<h3>Pragati Kashyap</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repudiandae provident enim autem nemo consequuntur ut ullam repellendus minus. Quasi quidem deserunt similique alias, eius natus blanditiis minima fuga quo nulla.</p>
<div class="icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
<div class="box hidden2">
<img src="IMAGES/2.png">
<h3>Shreya Sah</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repudiandae provident enim autem nemo consequuntur ut ullam repellendus minus. Quasi quidem deserunt similique alias, eius natus blanditiis minima fuga quo nulla.</p>
<div class="icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
<div class="box hidden2">
<img src="IMAGES/3.png">
<h3>Vidhan</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repudiandae provident enim autem nemo consequuntur ut ullam repellendus minus. Quasi quidem deserunt similique alias, eius natus blanditiis minima fuga quo nulla.</p>
<div class="icons">
<a href="https://www.linkedin.com/in/vidhan-thakur27/"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
<div class="box hidden2">
<img src="IMAGES/4.png">
<h3>Aryan Gautam</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repudiandae provident enim autem nemo consequuntur ut ullam repellendus minus. Quasi quidem deserunt similique alias, eius natus blanditiis minima fuga quo nulla.</p>
<div class="icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
<div class="box hidden2">
<img src="IMAGES/5.png">
<h3>Ayush Raj</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repudiandae provident enim autem nemo consequuntur ut ullam repellendus minus. Quasi quidem deserunt similique alias, eius natus blanditiis minima fuga quo nulla.</p>
<div class="icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Teatimonial section Exit -->
<!-- Newsletter section -->
<section id="subscribe" class="newsletter_wrapper">
<div class="container hidden">
<form action="">
<h1>Join our Newsletter</h1>
<p>to get all the latest update</p>
<div class="email-box">
<i class="fa-regular fa-envelope"></i>
<input class="input" type="email" placeholder="[email protected]">
<button>subscribe</button>
</div>
</form>
</div>
</section>
<!-- NewsLetter exit -->
<!-- FAQ section -->
<section id="faqs" class="faq_wrapper">
<h2 class="title">
FAQs
</h2>
<div class="faqsection hidden">
<div class="question">
<h3>what is JavaScript ?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d = "M3 2L21 21L39 3" stroke="white" stroke-width="7" stroke-linecap="round"/>
</svg>
</div>
<div class="answer">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore itaque voluptate consectetur ad unde aspernatur voluptatum porro esse expedita possimus. Voluptas repudiandae ab consequatur error possimus enim expedita quos quis.
</p>
</div>
</div>
<div class="faqsection hidden">
<div class="question">
<h3>what is JavaScript ?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d = "M3 2L21 21L39 3" stroke="white" stroke-width="7" stroke-linecap="round"/>
</svg>
</div>
<div class="answer">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore itaque voluptate consectetur ad unde aspernatur voluptatum porro esse expedita possimus. Voluptas repudiandae ab consequatur error possimus enim expedita quos quis.
</p>
</div>
</div>
<div class="faqsection hidden">
<div class="question">
<h3>what is JavaScript ?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d = "M3 2L21 21L39 3" stroke="white" stroke-width="7" stroke-linecap="round"/>
</svg>
</div>
<div class="answer">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore itaque voluptate consectetur ad unde aspernatur voluptatum porro esse expedita possimus. Voluptas repudiandae ab consequatur error possimus enim expedita quos quis.
</p>
</div>
</div>
</section>
<!-- FAQ section exit -->
<!-- Footer Section -->
<footer id="footer">
<div class="footer_wrapper">
<div class="row">
<div class="col">
<img src="IMAGES/RadhaJi logo2.png" class="logo">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quasi quos a placeat et amet, sunt quisquam repudiandae saepe hic veniam totam voluptas fugiat non eius, necessitatibus distinctio itaque aperiam accusantium!</p>
</div>
<div class="col">
<h3>Office
<div class="underline">
<span></span>
</div>
</h3>
<p>IITP bihta road</p>
<p>patna,bihta</p>
<p class="email-id">[email protected]</p>
<h5>+91 999999999</h5>
</div>
<div class="col">
<h3>Links
<div class="underline">
<span></span>
</div>
</h3>
<ul>
<li>
<a href="#home">HOME</a>
</li>
<li>
<a href="#about">ABOUT</a>
</li>
<li>
<a href="#awarness">AWARENESS</a>
</li>
<li>
<a href="#members">MEMBERS</a>
</li>
<li>
<a href="#faqs">FAQs</a>
</li>
</ul>
</div>
<div class="col">
<h3>NewsLetter
<div class="underline">
<span></span>
</div>
</h3>
<form >
<i class="fa-regular fa-envelope"></i>
<input type="email" placeholder="Enter your email ID" required>
<button type="submit"><i class="fa-solid fa-arrow-right"></i></button>
</form>
<div class="social-icon">
<i class="fa-brands fa-linkedin" href =""></i>
<i class="fa-brands fa-instagram" href =""></i>
<i class="fa-brands fa-facebook" href =""></i>
<i class="fa-brands fa-facebook" href =""></i>
</div>
</div>
</div>
<hr>
<p class="copyright">FakeBuster © 2024 - All Right Reserved</p>
</div>
</footer>
<!-- Footer Section Exit -->
<!-- JQuery CDN link -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<!-- Bootstrap JS connect link -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- Owl Carousel js link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js" integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- Gsap Js Link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" ></script>
<!-- -------------------------------------------------------------------------------------------------------- -->
<script src="JS\app.js"></script>
</body>
</html>