-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
751 lines (735 loc) · 28.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UKM Tarung Derajat</title>
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/e52752acf1.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="icofont/icofont.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<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:wght@500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="main.scss" />
</head>
<body>
<nav class="navbar navbar-expand-lg bg-white navbar-dark">
<div class="container">
<a href="#" class="navbar-brand" style="margin-top: 15px">
<img id="main" src="assets/logo.png" alt="" width="145px" />
</a>
<button
class="navbar-toggler bg-dark"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navmenu"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a
href="#join"
class="nav-link text-dark"
style="margin-right: 15px"
>Join</a
>
</li>
<li class="nav-item">
<a
href="#article"
class="nav-link text-dark"
style="margin-right: 15px"
>Artikel</a
>
</li>
<li class="nav-item">
<a
href="#aboutus"
class="nav-link text-dark"
style="margin-right: 15px"
>FAQ</a
>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link text-dark">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section>
<div class="container mt-5">
<div class="d-flex">
<div class="flex-column">
<h1 style="margin-top: 20px">
Empower Your Self <br />Through Martial Arts <br />Training
</h1>
<p class="paragraf mt-4">
Join UMKM Tarung Derajat and discover the power within you. <br />
Our Martial arts training program are designed to enhance you
physical <br />
and mental strength, while instilling discipline and
self-confidence
</p>
<button
type="button"
style="
border-radius: 0px;
background-color: black;
padding: 10px;
width: 118px;
color: white;
border-style: none;
margin-top: 27px;
"
>
<a href="login.html" style="text-decoration: none; color: white"
>Login</a
>
</button>
</div>
<img
class="ml-auto w-50 d-none d-sm-block"
style="max-width: 320px; height: auto"
src="assets/tarjad-removebg-preview.png"
alt=""
/>
</div>
</div>
</section>
<div class="card text-bg-light text-light mt-5">
<img src="assets/join.png" class="card-img" alt="..." / id="join">
<div class="card-img-overlay">
<h5 class="card-title text-center">
Gabung Dengan Kami <br />Para Petarung
</h5>
<p class="card-text text-center">
Kembangkan bakatmu dengan seni bela diri
</p>
<div class="text-center">
<a
class="btn"
style="letter-spacing: -0.28px; font-family: Inter Semi"
href="pendaftaran.html"
role="button"
>Daftar Sekarang</a
>
</div>
</div>
</div>
<section class="pt-5" id="article">
<div class="container">
<h4 class="article-font">Artikel</h4>
<h3 class="explore-font">Lihat Indahnya Seni Bela Diri</h3>
<p class="detail-article">
Temukan postingan blog yang informatif dan menarik tentang Tarung
Derajat dan seni bela diri.
</p>
<div class="row">
<div class="col-md">
<div class="card mb-5">
<img
src="https://www.ngopibareng.id/images/uploads/2021/2021-06-27/target-masuk-sea-games-tarung-derajat-bukan-untuk-gagah-gahan-2--thumbnail-973.webp"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">
<button class="tutor">Blog</button>
<button class="tutor">Tutorial</button>
<br />
<a
href="artikel.html"
style="text-decoration: none; color: black"
>Unleashing The Power Within: <br />The Art of Tarung
Derajat</a
>
</h5>
<p class="card-text">
Learn the technique and philosophy behind Tarung Derajat
</p>
<div class="author-info">
<img class="sirkel" src="assets/jaehyun.jfif" alt="" />
<p>
Rezki Andika
<br />
<span>11 Jan 2022 • 5 min read</span>
</p>
</div>
</div>
</div>
</div>
<div class="col-md">
<div class="card mb-5">
<img src="assets/article-2.png" class="card-img-top" alt="..." />
<div class="card-body">
<h5 class="card-title">
<button class="tutor">Blog</button>
<button class="tutor">Tutorial</button>
<br />
The Journey of Martial Artist: From Novice to Expert
</h5>
<p class="card-text">
Follow the path of martial artists and learn from their
experiences
</p>
<div class="author-info">
<img class="sirkel" src="assets/eunwoo.png" alt="" />
<p>
Cha Eunwoo
<br />
<span>11 Jan 2022 • 5 min read</span>
</p>
</div>
</div>
</div>
</div>
<div class="col-md">
<div class="card mb-5">
<img src="assets/article-3.png" class="card-img-top" alt="..." />
<div class="card-body">
<h5 class="card-title">
<button class="tutor">Blog</button>
<button class="tutor">Tutorial</button>
<br />
The Benefits of Martial Arts for Mental Health
</h5>
<p class="card-text">
Discover how martial arts can improve your mental health
</p>
<div class="author-info">
<img class="sirkel" src="assets/dg.jfif" alt="" />
<p>
Syamryan Suci Hastiwi
<br />
<span>11 Jan 2022 • 5 min read</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<h4 class="article-font">Artikel</h4>
<h3 class="explore-font">Explore the Martial Arts</h3>
<p class="detail-article">
Temukan postingan blog yang informatif dan menarik tentang Tarung
Derajat dan seni bela diri.
</p>
<div class="row">
<div class="col-md">
<div class="card mb-5">
<div class="embed-responsive embed-responsive-16by9">
<iframe
class="embed-responsive-item"
width="560"
height="315"
src="https://www.youtube.com/embed/Lz_sKJNZYws?si=KfJDhngM_Y5xAJCt"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
<div class="card-body">
<h5 class="card-title">
<button class="tutor">Tutorial</button>
<br />
Tarung Derajat | Kurata 1 Teknik Gerakan Dasar
</h5>
<p class="card-text">
Teknik ini merupakan teknik dasar dari beladiri Tarung
Derajat, yang dipelajari pada Tingklatan / KURATA 1 Teknik ini
wajib dikuasai setiap anggota, karna akan
berkaitan/berhubungan dengan gerakan/jurus pada tingkat
selanjutnya.
</p>
<div class="author-info">
<img class="sirkel" src="assets/jaehyun.jfif" alt="" />
<p>
Rezki Andika
<br />
<span>11 Jan 2022 • 5 min read</span>
</p>
</div>
</div>
</div>
</div>
<div class="col-md">
<div class="card mb-5">
<div class="embed-responsive embed-responsive-16by9">
<iframe
class="embed-responsive-item"
width="560"
height="315"
src="https://www.youtube.com/embed/92czZGtbw3o?si=V2zuqaKVH_vuHYDI"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
<div class="card-body">
<h5 class="card-title">
<button class="tutor">Tutorial</button>
<br />
Jurus Dasar Tarung Derajat
</h5>
<p class="card-text">
Teknik ini merupakan teknik dasar dari beladiri Tarung
Derajat, yang dipelajari pada Tingklatan / KURATA 1..Teknik
ini wajib dikuasai setiap anggota, karna akan
berkaitan/berhubungan dengan gerakan/jurus pada tingkat
selanjutnya.
</p>
<div class="author-info">
<img class="sirkel" src="assets/jaehyun.jfif" alt="" />
<p>
Rezki Andika
<br />
<span>11 Jan 2022 • 5 min read</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="gallery">
<div class="container mb-5 d-none d-sm-block">
<h1 style="margin-top: 20px">Event Highlight</h1>
<p class="paragraf mt-3">
Browse through out collection of memorable event photos
</p>
<br />
<div class="image-grid">
<img
class="image-grid-col-2 image-grid-row-2"
src="assets/fotoq.jfif"
alt="architecture"
/>
<img src="assets/foto2.jfif" alt="architecture" />
<img src="assets/foto3.jfif" alt="architecture" />
<img src="assets/foto4.jfif" alt="architecture" />
<img src="assets/foto5.jfif" alt="architecture" />
</div>
</div>
</section>
<div class="container" id="aboutus">
<h3 class="explore-font">Frequently Asked Questions</h3>
<p class="detail-article">
Find answers to common questions about UKM Tarung Derajat and martial
arts traning.
</p>
<div class="row">
<div class="col-md">
<div class="accordion" id="accordionExample">
<div class="card">
<div class="card-header bg-dark" id="headingOne">
<h5 class="mb-0">
<button
class="btn btn-link text-white"
type="button"
data-toggle="collapse"
data-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
Kapan Tarung Derajat Berdiri ?
</button>
</h5>
</div>
<div
id="collapseOne"
class="collapse"
aria-labelledby="headingOne"
data-parent="#accordionExample"
>
<div class="card-body text-dark bg-light">
Anim pariatur cliche reprehenderit, enim eiusmod high life
accusamus terry richardson ad squid. 3 wolf moon officia aute,
non cupidatat skateboard dolor brunch. Food truck quinoa
nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt
aliqua put a bird on it squid single-origin coffee nulla
assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft
beer labore wes anderson cred nesciunt sapiente ea proident.
Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
beer farm-to-table, raw denim aesthetic synth nesciunt you
probably haven't heard of them accusamus labore sustainable
VHS.
</div>
</div>
</div>
<div class="card">
<div class="card-header bg-dark" id="headingTwo">
<h5 class="mb-0">
<button
class="btn btn-link collapsed text-white"
type="button"
data-toggle="collapse"
data-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
Collapsible Group Item #2
</button>
</h5>
</div>
<div
id="collapseTwo"
class="collapse"
aria-labelledby="headingTwo"
data-parent="#accordionExample"
>
<div class="card-body bg-light text-dark">
Anim pariatur cliche reprehenderit, enim eiusmod high life
accusamus terry richardson ad squid. 3 wolf moon officia aute,
non cupidatat skateboard dolor brunch. Food truck quinoa
nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt
aliqua put a bird on it squid single-origin coffee nulla
assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft
beer labore wes anderson cred nesciunt sapiente ea proident.
Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
beer farm-to-table, raw denim aesthetic synth nesciunt you
probably haven't heard of them accusamus labore sustainable
VHS.
</div>
</div>
</div>
<div class="card mb-5">
<div class="card-header bg-dark" id="headingThree">
<h5 class="mb-0">
<button
class="btn btn-link collapsed text-white"
type="button"
data-toggle="collapse"
data-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
Collapsible Group Item #3
</button>
</h5>
</div>
<div
id="collapseThree"
class="collapse"
aria-labelledby="headingThree"
data-parent="#accordionExample"
>
<div class="card-body text-dark bg-light">
Anim pariatur cliche reprehenderit, enim eiusmod high life
accusamus terry richardson ad squid. 3 wolf moon officia aute,
non cupidatat skateboard dolor brunch. Food truck quinoa
nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt
aliqua put a bird on it squid single-origin coffee nulla
assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft
beer labore wes anderson cred nesciunt sapiente ea proident.
Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
beer farm-to-table, raw denim aesthetic synth nesciunt you
probably haven't heard of them accusamus labore sustainable
VHS.
</div>
</div>
</div>
</div>
</div>
<div class="col-md">
<div class="accordion" id="accordionExample">
<div class="card">
<div class="card-header bg-dark" id="headingFour">
<h5 class="mb-0">
<button
class="btn btn-link text-white"
type="button"
data-toggle="collapse"
data-target="#collapseFour"
aria-expanded="true"
aria-controls="collapseFour"
>
Collapsible Group Item #1
</button>
</h5>
</div>
<div
id="collapseFour"
class="collapse"
aria-labelledby="headingFour"
data-parent="#accordionExample"
>
<div class="card-body bg-light text-dark">
Anim pariatur cliche reprehenderit, enim eiusmod high life
accusamus terry richardson ad squid. 3 wolf moon officia aute,
non cupidatat skateboard dolor brunch. Food truck quinoa
nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt
aliqua put a bird on it squid single-origin coffee nulla
assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft
beer labore wes anderson cred nesciunt sapiente ea proident.
Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
beer farm-to-table, raw denim aesthetic synth nesciunt you
probably haven't heard of them accusamus labore sustainable
VHS.
</div>
</div>
</div>
<div class="card">
<div class="card-header bg-dark" id="headingFive">
<h5 class="mb-0">
<button
class="btn btn-link collapsed text-white"
type="button"
data-toggle="collapse"
data-target="#collapseFive"
aria-expanded="false"
aria-controls="collapseFive"
>
Collapsible Group Item #2
</button>
</h5>
</div>
<div
id="collapseFive"
class="collapse"
aria-labelledby="headingFive"
data-parent="#accordionExample"
>
<div class="card-body bg-light text-dark">
Anim pariatur cliche reprehenderit, enim eiusmod high life
accusamus terry richardson ad squid. 3 wolf moon officia aute,
non cupidatat skateboard dolor brunch. Food truck quinoa
nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt
aliqua put a bird on it squid single-origin coffee nulla
assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft
beer labore wes anderson cred nesciunt sapiente ea proident.
Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
beer farm-to-table, raw denim aesthetic synth nesciunt you
probably haven't heard of them accusamus labore sustainable
VHS.
</div>
</div>
</div>
<div class="card">
<div class="card-header bg-dark" id="headingSix">
<h5 class="mb-0">
<button
class="btn btn-link collapsed text-white"
type="button"
data-toggle="collapse"
data-target="#collapseSix"
aria-expanded="false"
aria-controls="collapseSix"
>
Collapsible Group Item #3
</button>
</h5>
</div>
<div
id="collapseSix"
class="collapse"
aria-labelledby="headingSix"
data-parent="#accordionExample"
>
<div class="card-body bg-light text-dark">
Anim pariatur cliche reprehenderit, enim eiusmod high life
accusamus terry richardson ad squid. 3 wolf moon officia aute,
non cupidatat skateboard dolor brunch. Food truck quinoa
nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt
aliqua put a bird on it squid single-origin coffee nulla
assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft
beer labore wes anderson cred nesciunt sapiente ea proident.
Ad vegan excepteur butcher vice lomo. Leggings occaecat craft
beer farm-to-table, raw denim aesthetic synth nesciunt you
probably haven't heard of them accusamus labore sustainable
VHS.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br />
<br />
<section id="contact" class="contact">
<div class="container">
<h3 class="explore-font">Contact Us</h3>
<p class="detail-article">
Saran anda akan sangat berguna bagi masa depan UKM Tarung Derajat PNUP
</p>
</div>
<div class="map">
<iframe
style="border: 0; width: 100%; height: 350px"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3973.7436425636056!2d119.52095557406916!3d-5.144914094832329!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2dbee4b04a5bd631%3A0x88b7a23e3ea961ae!2sKampus%202%20Politeknik%20Negeri%20Ujung%20Pandang!5e0!3m2!1sid!2sid!4v1701927859096!5m2!1sid!2sid"
frameborder="0"
allowfullscreen
></iframe>
</div>
<div class="container mt-5">
<div class="info-wrap">
<div class="row">
<div class="col-lg-3 col-md-6 info">
<i class="icofont-google-map"></i>
<h4>Location:</h4>
<p>Makassar<br />Sulawesi Selatan, Indonesia</p>
</div>
<div class="col-lg-3 col-md-6 info mt-4 mt-lg-0">
<i class="icofont-clock-time icofont-rotate-90"></i>
<h4>Tanggal Hari Ini</h4>
<p>17-09-2024</p>
</div>
<div class="col-lg-3 col-md-6 info mt-4 mt-lg-0">
<i class="icofont-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="col-lg-3 col-md-6 info mt-4 mt-lg-0">
<i class="icofont-phone"></i>
<h4>Call:</h4>
<p>+62 85757259402</p>
</div>
</div>
</div>
<form action="" method="post" role="form" class="php-email-form">
<div class="form-row">
<div class="col-md-6 form-group">
<input
type="text"
name="namauser"
class="form-control"
id="namauser"
placeholder="Your Name"
data-rule="minlen:4"
data-msg="Please enter at least 4 chars"
/>
<div class="validate"></div>
</div>
<div class="col-md-6 form-group">
<input
type="email"
class="form-control"
name="emailuser"
id="emailuser"
placeholder="Your Email"
data-rule="email"
data-msg="Please enter a valid email"
/>
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input
type="text"
class="form-control"
name="subject"
id="subject"
placeholder="Subject"
data-rule="minlen:4"
data-msg="Please enter at least 8 chars of subject"
/>
<div class="validate"></div>
</div>
<div class="form-group">
<textarea
class="form-control"
name="request"
rows="5"
data-rule="required"
data-msg="Please write something for us"
placeholder="Saran"
></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">
Your message has been sent. Thank you!
</div>
</div>
<div class="text-center">
<button name="kirim" type="submit">Send Message</button>
</div>
</form>
</div>
</section>
<br />
<br />
<br />
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<img src="assets/Group 4.png" style="width: 160px" alt="" />
<br />
<br />
<br />
<div class="social-links">
<a href="#" class="twitter"><i class="icofont-envelope"></i></a>
<a href="#" class="instagram"><i class="icofont-instagram"></i></a>
</div>
<div class="copyright">
© Copyright <strong><span>Tarung Derajat</span></strong
>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/ -->
Designed by
<a href="https://bootstrapmade.com/">BootstrapMade (Framework)</a>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#main" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- End Contact Section -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll@15/dist/smooth-scroll.polyfills.min.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#gallery"]');
var scroll = new SmoothScroll('a[href*="#article"]');
var scroll = new SmoothScroll('a[href*="#aboutus"]');
var scroll = new SmoothScroll('a[href*="#main"]');
var scroll = new SmoothScroll('a[href*="#join"]');
var scroll = new SmoothScroll('a[href*="#contact"]');
</script>
</body>
</html>