-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
704 lines (575 loc) · 32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw=="
crossorigin="anonymous" />
<link rel="stylesheet" href="style.css">
<title>Organicoder</title>
</head>
<body>
<div class="header" id="topheader">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container p-2">
<a class="navbar-brand font-weight-bold text-white" href="#">Organi<span>Cod3rs</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-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 ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">HOME<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutus">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#servicediv">TEAM PROGRESS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#futurepro">FUTURE PROJECT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Gallery">GALLERY</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#ourteam">OUR TEAM</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contactme">CONTACT US</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="header-section" id="home1">
<div class="center-div">
<h1 class="font-weight-bold">we are the developers.</h1>
<p>First, solve the problem. Then, write the code</p>
<div class="header-buttons">
<a href="#aboutus">AboutUs</a>
<a href="#contactme">ContactUs</a>
</div>
</div>
</section>
</div>
<!-- *****************************header parts end**************** -->
<!-- *********************************three exyta header div start********* -->
<section class="header-extradiv" id="aboutus">
<div class="container">
<div class="row">
<div class="extra-div col-lg-4 col-md-4 col-12">
<a href="#"><i class="fa-3x fa fa-desktop" aria-hidden="true"></i></a>
<h2>Soft skills</h2>
<p>Soft skills are a combination of people skills, social skills, communication skills, character or personality traits, attitudes, career attributes, social intelligence and emotional intelligence quotients, among others, that enable people to navigate their environment, work well with others, perform well, and achieve their goals with complementing hard skills</p>
</div>
<div class="extra-div col-lg-4 col-md-4 col-12">
<a href="#"><i class="fa-3x fa fa-trophy" aria-hidden="true"></i></a>
<h2>Team Work</h2>
<p>Our leader and team learning systems include many resources delivered in a variety of ways to match your unique learning style and preferences. In our extensive knowledge vault, members have access to everything. These include the following:
Private Livestream Presentations on Relevant Topic.</p>
</div>
<div class="extra-div col-lg-4 col-md-4 col-12">
<a href="#"><i class="fa-3x fa fa-magic" aria-hidden="true"></i></a>
<h2>For the society</h2>
<p>Engineering is one of the key influences that shape our society. Engineers don't just work with machines, designs, and electronics, they use maths and science to provide innovation and inventions that shape our society and improve the way we live and work.</p>
</div>
</div>
</div>
</section>
<!-- ********************************progress section********************* -->
<section class="serviceoffer" id="servicediv">
<div class="container headings text-center">
<h1 class="text-center font-weight-bold">TEAM PROGRESS</h1>
<P class="text-center">"Alone we can do so little; together we can do so much."</P>
</div>
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-12 col-10 offset-1 offeset-lg-0">
<div class="names my-3">
<h1>Html</h1>
<div class="progress w-75">
<div class="progress-bar bg-success progress-bar-striped progress-bar-animated"
style="width:90%">90%</div>
</div>
</div>
<div class="names my-3">
<h1>Css</h1>
<div class="progress w-75">
<div class="progress-bar progress-bar-striped progress-bar-animated" style="width:80%">80%
</div>
</div>
</div>
<div class="names my-3">
<h1>Javascript</h1>
<div class="progress w-75">
<div class="progress-bar bg-info progress-bar-striped progress-bar-animated"
style="width:60%">60%</div>
</div>
</div>
<div class="names my-3">
<h1>Python</h1>
<div class="progress w-75">
<div class="progress-bar bg-warning progress-bar-striped progress-bar-animated"
style="width:80%">80%</div>
</div>
</div>
<div class="names my-3 w-75">
<h1>Flutter</h1>
<div class="progress">
<div class="progress-bar bg-danger progress-bar-striped progress-bar-animated"
style="width:70%">70%</div>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12 col-10 offset-1 offeset-lg-0 servicediv">
<div class="row">
<div class="col-lg-2 col-2 service-icons">
<i class="fa-3x fa fa-desktop" aria-hidden="true"></i>
</div>
<div class="col-lg-10 col-10">
<h2>Web Development</h2>
<p>A front-end dev takes care of layout, design and interactivity. The backend developer engineers what is going on behind the scenes.</p>
</div>
<div class="col-lg-2 col-2 service-icons">
<i class="fa-4x fa fa-mobile" aria-hidden="true"></i>
</div>
<div class="col-lg-10 col-10">
<h2>App Development</h2>
<p>As part of the development process, mobile user interface (UI) design is also essential in the creation of mobile apps.</p>
</div>
<div class="col-lg-2 col-2 service-icons">
<i class="fa-3x fa fa-star" aria-hidden="true"></i>
</div>
<div class="col-lg-10 col-10">
<h2>Web Design</h2>
<p>We are working on best UI/UX design for the future websites.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ************************************progress section end************************ -->
<!-- ***********************************project start *************************** -->
<section class="project-work">
<div class="container headings text-center">
<p class="text-center font-weight-bold">PROJECT DONE BY OUR TEAM</p>
</div>
<div class="container d-flex justify-content-around align-items-center text-center">
<div>
<h1>1</h1>
<p>Project</p>
</div>
<div>
<h1>0</h1>
<p>Awards</p>
</div>
<div>
<h1>2</h1>
<p>Hackhathons</p>
</div>
<div>
<h1>4</h1>
<p>Working on</p>
</div>
</div>
</section>
<!-- ************************************** project end ******************************** -->
<!-- ***************************************future project start ************************ -->
<section class="Futureee" id="futurepro">
<div class="container headings text-center">
<h1 class="text-center font-weight-bold text-white">OUR FUTURE PROJECTS</h1>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-12">
<div class="card text-center">
<div class="card-header">Machine Learning</div>
<div class="card-body">
<li>For Health care.</li>
<li>For Abuse & Fraud.</li>
<li>For Traffic prediction.</li>
<li>Human Behavior & identity.</li>
<li>For Defence sector.</li>
<li>In Agriculture.</li>
</div>
<div class="card-footer"> <a href="#">Explore</a>
</div>
</div>
</div>
<div class="col-lg-4 col-12 card-second">
<div class="card text-center">
<div class="card-header">Defence Sector</div>
<div class="card-body">
<li>Drone Kill System.</li>
<li>Mountain Fire Control Radar.</li>
<li>Light weight bullet proof jacket.</li>
<li>Military Robot.</li>
<li>Spy Satellites.</li>
<li>cyber security.</li>
</div>
<div class="card-footer"> <a href="#">Explore</a>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="card text-center">
<div class="card-header">IOT</div>
<div class="card-body">
<li>Home Automation.</li>
<li>Nest Learning Thermostat.</li>
<li>Smart Waste And Recycling.</li>
<li>Smart Farming.</li>
<li>Tier Air Pressure Detection.</li>
<li>Smart Glass.</li>
</div>
<div class="card-footer"> <a href="#">Explore</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- *********************************** fp end******************************************* -->
<!-- **************************************gallery start************************************** -->
<section class="gallery" id="Gallery">
<div class="container headings text-center">
<h1 class="text-center font-weight-bold">OUR GALLERY</h1>
<p class="pt-1">The best thing about memories is making them..</p>
</div>
<header>
<div><img src="gal1.jpeg"></div>
<div><img src="gal6.jpeg"></div>
<div><img src="gal4.jpeg"></div>
<div><img src="gal5.jpeg"></div>
<!-- <div><img src="image/group.jpg"></div> -->
</header>
</section>
<!-- *********************************************gallery end ************************************* -->
<!-- *********************************************video start ************************************* -->
<section class="video">
<div class="container headings text-center videosdiv">
<h1 class="text-center font-weight-bold">VIDEOS SECTION</h1>
<p class="pt-1">project presentation in Heckhathon.</p>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/v64KOxKVLVg"
allowfullscreen></iframe>
</div>
</section>
<!-- *********************************************video end ************************************* -->
<!-- *********************************************team member************************************* -->
<section class="teama" id="ourteam">
<div class="container headings text-center">
<h1 class="text-center font-weight-bold text-white">OUR TEAM</h1>
</div>
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="alok.jpg">
</div>
<h3 class="title">Alok Kumar</h3>
<span class="post">Web Developer</span>
<ul class="social">
<li><a href="https://www.instagram.com/alok_aryan/" class="fa fa-instagram"></a></li>
<li><a href="https://twitter.com/AlokKum68269712" class="fa fa-twitter"></a></li>
<li><a href="https://github.com/ALOKARYAN51" class="fa fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/alok-kumar-892871194/" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="Aman.jpg">
</div>
<h3 class="title">Aman Raza</h3>
<span class="post">Web Developer</span>
<ul class="social">
<li><a href="https://www.instagram.com/a_m_a_n_r_a_z_a/" class="fa fa-instagram"></a></li>
<li><a href="https://twitter.com/_amanraza" class="fa fa-twitter"></a></li>
<li><a href="https://github.com/aman-raza" class="fa fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/aman-r-558b38186/" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="alokX.jpg">
</div>
<h3 class="title">Alok kumax</h3>
<span class="post"></span>
<ul class="social">
<li><a href="https://www.instagram.com/alokkumax/" class="fa fa-instagram"></a></li>
<li><a href="https://twitter.com/alokkumax" class="fa fa-twitter"></a></li>
<li><a href="https://github.com/alokkumax" class="fa fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/alok-kumar-987b4b190/" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="abhi.jpg">
</div>
<h3 class="title">Abhilasha Gupta</h3>
<span class="post">Web Designer</span>
<ul class="social">
<li><a href="https://www.instagram.com/abhilasha_4sq/" class="fa fa-instagram"></a></li>
<li><a href="https://twitter.com/Abhilas06395793" class="fa fa-twitter"></a></li>
<li><a href="https://www.github.com/AbhilashaGupta16" class="fa fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/abhilasha-gupta-829ba7190" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="DeepDhar.jpg">
</div>
<h3 class="title">Deep Dhar</h3>
<span class="post">App Developer</span>
<ul class="social">
<li><a href="https://www.instagram.com/_deepdhar_/" class="fa fa-instagram"></a></li>
<li><a href="https://twitter.com/deepdhar2000" class="fa fa-twitter"></a></li>
<li><a href="https://github.com/deepdhar" class="fa fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/deep-dhar/" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="Aditya1.jpg">
</div>
<h3 class="title">Aditya singh</h3>
<span class="post">App Developer</span>
<ul class="social">
<li><a href="https://www.instagram.com/ask2addi/" class="fa fa-instagram"></a></li>
<li><a href="https://twitter.com/AdityaS93155545?s=08" class="fa fa-twitter"></a></li>
<li><a href="https://github.com/addi154?tab=repositories" class="fa fa-github"></a></li>
<li><a href="http://linkedin.com/in/aditya-singh-257852194" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="nivinoob.jpg">
</div>
<h3 class="title">Nevidita Prasad</h3>
<span class="post">Web Developer</span>
<ul class="social">
<li><a href="https://www.instagram.com/niveditaprasad81/" class="fa fa-instagram"></a></li>
<li><a href="https://twitter.com/NiveditaPrasa15" class="fa fa-twitter"></a></li>
<li><a href="https://github.com/Nivedita-coder" class="fa fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/nivedita-prasad-706719194/" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="Amisha1.jpg">
</div>
<h3 class="title">Amisha singh</h3>
<span class="post">Web Designer</span>
<ul class="social">
<li><a href="#" class="fa fa-instagram"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="https://github.com/28-2001" class="fa fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/amisha-singh-229ba6190/" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- *********************************************team member end ************************************* -->
<!-- *********************************************contact us ************************************* -->
<section class="contactus" id="contactme">
<div class="container headings text-center cr">
<h1 class="text1-center font-weight-bold">CONTACT US</h1>
<!-- <link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'> -->
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Lato:300,400,700'>
<div class="container forms">
<div class="row">
<div class="col-lg-12 col-lg-offset-2">
<form id="contact-form" method="post" action="" role="form">
<div class="messages"></div>
<div class="controls">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="form_name">Firstname *</label>
<input id="form_name" type="text" name="name" class="form-control"
placeholder="Please enter your firstname *" required="required"
data-error="Firstname is required.">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="form_lastname">Lastname *</label>
<input id="form_lastname" type="text" name="surname" class="form-control"
placeholder="Please enter your lastname *" required="required"
data-error="Lastname is required.">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="form_email">Email *</label>
<input id="form_email" type="email" name="email" class="form-control"
placeholder="Please enter your email *" required="required"
data-error="Valid email is required.">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="form_phone">Phone</label>
<input id="form_phone" type="tel" name="phone" class="form-control"
placeholder="Please enter your phone">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label for="form_message">Message *</label>
<textarea id="form_message" name="message" class="form-control"
placeholder="Message for me *" rows="4" required
data-error="Please,leave us a message."></textarea>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12">
<input type="submit" class="btn btn-success btn-send" value="Send message">
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- *********************************************ontact us end ************************************* -->
<!-- *********************************************news letter end ************************************* -->
<section class="newsletter" id="newsletter">
<div class="container headings text-center">
<h1 class="text-center font-weight-bold">SUBSCRIBE TO OUR NEWSLETTER</h1>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 col-12">
<div class="input-group mb-3">
<input type="text" class="form-control news-input" placeholder="Your Email">
<div class="input-group-append">
<span class="input-group-text">Subscribe</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- *********************************************news letter end ************************************* -->
<!-- *********************************************footer start ************************************* -->
<section class="footer">
<!-- Site footer -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>About</h6>
<p class="text-justify">Organicod3rs.com Lorem ipsum dolor sit amet consectetur adipisicing
elit. Vero, id suscipit quod doloremque quo eos ut harum? Magnam exercitationem, dolore
necessitatibus, provident deleniti, laboriosam repudiandae facere laudantium inventore
voluptates eum?</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Categories</h6>
<ul class="footer-links">
<li><a href="#">C</a></li>
<li><a href="#">UI Design</a></li>
<li><a href="#">PHP</a></li>
<li><a href="#">Java</a></li>
<li><a href="#">Android</a></li>
<li><a href="#">Templates</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a href="#home1">Home</a></li>
<li><a href="#servicediv">Team Progress</a></li>
<li><a href="#futurepro">Future Project</a></li>
<li><a href="#Gallery">Gallery</a></li>
<li><a href="#ourteam">Our Team</a></li>
<li><a href="#contactme">ContactUs</a></li>
</ul>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">Copyright © 2020 All Rights Reserved by
<a href="#">0rganiCod3rs</a>.
</p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li><a class="facebook" href="https://www.facebook.com/nutri.frnd"><i class="fa fa-facebook"></i></a></li>
<li><a class="twitter" href="https://twitter.com/nutrifrnd"><i class="fa fa-twitter"></i></a></li>
<li><a class="dribbble" href="https://www.instagram.com/organicod3rs/?hl=en"><i class="fa fa-instagram"></i></a></li>
<li><a class="linkedin" href="https://www.linkedin.com/in/nutri-frnd-6633251aa/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="scrolltop float-right">
<i class="fa fa-arrow-up" onclick="topFunction()" id="myBtn"></i>
</div>
</div>
</footer>
</section>
<!-- *********************************************footer end************************************* -->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.9/validator.min.js'></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script>
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>