-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
654 lines (605 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1.0, user-scalable=no">
<title>Irushi Salwathura</title>
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
<link rel="stylesheet" href="assets/css/button.css">
<link rel="stylesheet" href="assets/css/social-media-footer.css">
<link rel="stylesheet" href="assets/css/cards.css">
<link rel="stylesheet" href="assets/css/contacts.css">
<!-- Template CSS -->
<link href="//fonts.googleapis.com/css?family=Spartan:400,500,600,700,900&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900&amp">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.6/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
</head>
<body>
<!-- /Homepage-->
<section class="w3l-banner-main">
<!-- //Header -->
<section class="banner-main-inf" id="section07">
<!--<header id="site-header" class="header-top">
<nav class="navbar navbar-expand-lg shift " id="header">
</nav>
</header>-->
<!-- //Header -->
<!--/banner-content-->
<div class="bannerhny-content text-center">
<div class="layer">
<div class="bannerhnyinf">
<h6>Hello !!!</h6>
<h3>I'm Irushi </h3>
<h4 class="ban-t"> I’m a Passionate <span class="typed-text"></span><span
class="cursor"> </span></h4>
</div>
</div>
<!--//banner-content-->
</div>
</div>
</section>
<!-- //Homepage -->
<section class="w3l-content-w-photo-6" id="about">
<!-- /content-grids-->
<div class="content-photo-info py-5">
<div class="container py-lg-3">
<!-- /row-->
<div class="content-photo-grids row mt-lg-5 mt-4">
<div class="photo-6-inf-left col-lg-6 pr-lg-4">
<img src="assets/images/sub.jpg" class="img-fluid" alt="">
</div>
<div class="photo-6-inf-right col-lg-6 text-left pl-lg-5">
<br>
<h3 class="hny-title">
About Me<span class="dot-1">.</span></h3>
<p>My goal is to pursue a responsible career where I can expand my expertise and enrich my
professional experience by making a meaningful contribution to the organization's success. I
am a passionate individual towards new technologies and a cooperative and helpful team
participant, with ability to think and work well independently.</p>
<br>
<!--Button 2-->
<div class="col-12">
<a href="https://drive.google.com/file/d/1mWBccvmWL2_N-9RJTNqkv_lUj35ZUK4q/view?usp=sharing">
<button id="shareBtn"> Download CV <i id="plane" class="fas fa-angle-double-right"></i>
</button>
</a>
</div>
<br>
<br>
<h3 class="hny-title">Biography<span class="dot-1">.</span></h3>
<p>I'm Irushi Tharindi Salwathura <br>
Born on 11th March 1996 <br>
<!--Born in Muscat, Oman and raised in Sri Lanka <br>-->
Lives in Galle, Sri Lanka <br>
</p>
<div>
<div class="social-media">
<li><a href="https://github.com/MartyDevelopment" target="_blank">
<i class="fab fa-github" tabindex="0"></i>
</a></li>
<li><a href="https://github.com/MartyDevelopment" target="_blank">
<i class="fab fa-linkedin" tabindex="0"></i>
</a></li>
<li><a href="https://www.instagram.com/marty.development/" target="_blank">
<i class="fab fa-instagram" tabindex="0"></i>
</a></li>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //row-->
</div>
</div>
</section>
<!-- //content-grids-->
<section class="w3l-ab-content-6">
<div class="work-content">
<!-- /about-grids-->
<div class="work-process py-5">
<div class="container py-lg-5">
<h3 class="hny-title">My Work Process<span class="dot-1">.</span></h3>
<!-- /row-->
<div class="row about-content-grids mt-lg-5 mt-4">
<div class="col-lg-3 col-md-6 about-gd mt-3">
<div class="about-gd-inn">
<span class="fa fa-laptop icon-fea1" aria-hidden="true"></span>
<h5><a href="#URL">Stand-alone Systems</a></h5>
<p>Modern and user-friendly stand-alone application development.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 about-gd mt-3">
<div class="about-gd-inn">
<span class="fa fa-code icon-fea1" aria-hidden="true"></span>
<h5><a href="#URL">Web Applications</a></h5>
<p>Highly responsive web applications.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 about-gd mt-3">
<div class="about-gd-inn">
<span class="fa fa-magic icon-fea1" aria-hidden="true"></span>
<h5><a href="#URL">UI/UX</a></h5>
<p>Contemporary UI Designs.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 about-gd mt-3">
<div class="about-gd-inn">
<span class="fa fa-pencil-square-o icon-fea1" aria-hidden="true"></span>
<h5><a href="#URL">Product testing</a></h5>
<p>Debug and Troubleshoot programs in necessity.</p>
</div>
</div>
</div>
<!-- //row-->
</div>
</div>
<div class="abouthy-img-grids">
<div class="img-one">
<img src="assets/images/g1.jpg" alt=" " class="img-fluid">
</div>
<div class="img-one content-mid">
<h3 class="hny-title">
Motivated by the desire to achieve.
</h3>
</div>
<div class="img-one">
<img src="assets/images/g3.jpg" alt=" " class="img-fluid">
</div>
</div>
</div>
</section>
<!-- //about-grids-->
<!-- /experience-education--->
<section class="w3l-timeline-content-6">
<div class="timeline-content-6 py-5">
<div class="container py-lg-5">
<h3 class="hny-title">Education<span class="dot-1">.</span></h3>
<ul class="timeline mt-lg-5 mt-4">
<!-- Item 1 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">2018 - 2020</span>
<span class="time-wrapper"><span class="time">2018 - 2020</span></span>
</div>
<div class="desc">
<span class="title">BSc (Computing) Information Technology</span>
<b>Curtin University, Perth, Australia</b> <br>
<p>I have completed my bachelor's degree in Information Technology awarded by Curtin University in Australia partnered with SLIIT here at Sri Lanka.</p>
</div>
</div>
</li>
<!-- Item 2 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">2016 - 2018</span>
<span class="time-wrapper"><span class="time">2016 - 2018</span></span>
</div>
<div class="desc">
<span class="title">Diploma in Bachelor of Science (Computing) Information Technology</span>
<b>SLIIT (Sri Lanka Institute of Information and Technology), Colombo, Sri Lanka</b>
</div>
</div>
</li>
<!-- Item 3 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">2020</span>
<span class="time-wrapper"><span class="time">2020</span></span>
</div>
<div class="desc">
<span class="title">Direct Entry Industrial Training Program</span>
<b>IJSE (Institute of Software Engineering), Panadura</b>
<p>I participated in this industrial training program in order to elevate my programming disciplines and professional standards.</p>
</div>
</div>
</li>
<!-- Item 4 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">2017</span>
<span class="time-wrapper"><span class="time">2017</span></span>
</div>
<div class="desc">
<span class="title">Comprehensive Master Java Developer Course</span>
<b>IJSE (Institute of Software Engineering), Panadura</b>
<p>I joined with IJSE to understand the underlying concepts of Java more elaborately as a part-time course while I was an undergraduate</p>
</div>
</div>
</li>
<!-- Item 5 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">2002 - 2015</span>
<span class="time-wrapper"><span class="time"></span></span>
</div>
<div class="desc">
<span class="title">GCE Advanced Levels in Science (Bio Stream)</span>
<b>Southlands College, Galle</b>
<p></p>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- //experience-education--->
<section class="w3l-content-6">
<!-- /content-6-section -->
<div class="content-6-mian py-5">
<div class="container py-lg-3">
<h3 class="hny-title">Technical Skills<span class="dot-1">.</span></h3>
<div class="content-info-in row">
<div class="content-gd col-lg-6">
<div class="progress-info">
<h6 class="progress-tittle">Programming <br>(Java, HTML5, CSS3 ,JavaScript)</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 90%"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info">
<h6 class="progress-tittle">DBMS & Query Languages <br>(MySQL & SQL, HQL,JPQL)
</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 85%"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info">
<h6 class="progress-tittle">Frameworks and Technologies <br>
(JavaEE, GIT, Hibernate, JPA, Spring, jQuery, Maven, JDBC)</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 80%"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="content-gd col-lg-6">
<div class="progress-info">
<h6 class="progress-tittle">Architectural Patterns <br>(MVC, Layered Architecture (Extended
MVC))</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 90%"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info">
<h6 class="progress-tittle">IDE <br> (IntelliJ Idea, NetBeans, Visual Studio)
</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 92%"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info">
<h6 class="progress-tittle">Platforms <br>(Windows, Linux)</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 75%"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //content-6-section -->
<section class="w3-gallery">
<!-- Portfolio -->
<div class="portfolio py-5">
<div class="container py-lg-5">
<h3 class="hny-title">Projects<span class="dot-1">.</span></h3>
<ul class="portfolio-area clearfix p-0 m-0 row">
<div class="projects-gd col-lg-3 col-md-6 col-sm-12">
<li class="portfolio-item2 content" data-id="id-1" data-type="cat-item-1">
<span class="image-block">
<a class="image-zoom"
href="https://github.com/IrushiSalwathura/point-of-sales-system-layered.git"
data-gal="prettyPhoto[gallery]">
<div class="content-overlay"></div>
<img src="assets/images/pos-system.jpg" class="img-fluid" alt="portfolio-img">
<div class="content-details fadeIn-bottom">
<h3 class="content-title">Point of Sales System <br>(Stand-alone and Web)</h3>
</div>
</a>
</span>
</li>
</div>
<div class="projects-gd col-lg-3 col-md-6 col-sm-12">
<li class="portfolio-item2 content" data-id="id-2" data-type="cat-item-2">
<span class="image-block">
<a class="image-zoom"
href="https://github.com/IrushiSalwathura/library-management-system-jdbc.git"
data-gal="prettyPhoto[gallery]">
<div class="content-overlay"></div>
<img src="assets/images/library-mgt.jpg" class="img-fluid" alt="portfolio-img">
<div class="content-details fadeIn-bottom">
<h3 class="content-title">Library Management System <br> (Stand-alone)</h3>
</div>
</a>
</span>
</li>
</div>
<div class="projects-gd col-lg-3 col-md-6 col-sm-12">
<li class="portfolio-item2 content" data-id="id-3" data-type="cat-item-3">
<span class="image-block">
<a class="image-zoom" href="https://github.com/IrushiSalwathura/learning-management-system.git"
data-gal="prettyPhoto[gallery]">
<div class="content-overlay"></div>
<img src="assets/images/learning-mgt.jpg" class="img-fluid" alt="portfolio-img">
<div class="content-details fadeIn-bottom">
<h3 class="content-title">Leaning Management System <br> (Stand-alone)</h3>
</div>
</a>
</span>
</li>
</div>
<div class="projects-gd col-lg-3 col-md-6 col-sm-12">
<li class="portfolio-item2 content" data-id="id-4" data-type="cat-item-4">
<span class="image-block">
<a class="image-zoom"
href="https://github.com/IrushiSalwathura/COVID-19-Surveillance-System.git"
data-gal="prettyPhoto[gallery]">
<div class="content-overlay"></div>
<img src="assets/images/covid.jpg" class="img-fluid" alt="portfolio-img">
<div class="content-details fadeIn-bottom">
<h3 class="content-title">COVID-19 Surveillance System <br> (Stand-alone)</h3>
</div>
</a>
</span>
</li>
</div>
<!--Button 2-->
<div class="col-lg-4 col-md-6 col-sm-12 row containerBtn"><br>
<a href="https://github.com/IrushiSalwathura">
<div class="text-lg-right text-center">
<button id="shareBtn1"> View All Projects <i id="plane1" class="fas fa-angle-double-right"></i></button>
</div>
</a>
</div>
</ul>
</div>
<!--end portfolio-area -->
<!-- /Portfolio-grids -->
</div>
</div>
</section>
<!-- //Portfolio -->
<!-- head -->
<section class="features-4">
<div class="features4-block py-5">
<div class="container py-lg-5">
<h3 class="hny-title two">What I Do In My Leisure Time<span class="dot-1">.</span></h3>
<!--Cards-->
<div class="container1">
<div class="col-lg-4 col-md-6 features4-grid">
<div class="card">
<div class="img-cover"><img src="assets/images/guitar.jpg"></div>
<div class="desc1">
<h1>I'm a Music Enthusiast. I started playing guitar when I was 14. Performed at school concerts.</h1>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 features4-grid">
<div class="card">
<div class="img-cover"><img src="assets/images/sketches.jpg"></div>
<div class="desc1">
<h1>Sketching anime / human characters is a skill that I discovered recently. I plan to broaden my artistic skills and invent artworks by learning new sketching or drawing techniques.</h1>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 features4-grid">
<div class="card">
<div class="img-cover"><img src="assets/images/piano.jpg">
</div>
<div class="desc1">
<h1>I was eager to play piano since I was a child. I started learning music when I was 10 years old. Have completed Royal School of Music in piano upto grade 5.</h1>
<!--<p class="tdesc"></p>-->
</div>
</div>
</div>
</div>
<!-- //Cards-->
</div>
</div>
</div>
</div>
</section>
<!-- features-4 -->
<section class="w3l-customers-6">
<!--/customers -->
<div class="customers-6-infhny py-5">
<div class="container py-lg-5">
</div>
</div>
</section>
<!-- //customers-6-->
<!--/w3l-download-main-->
<section class="w3l-download-main">
<!--/download-->
<div class="download-content text-center">
<div class="layer-2 py-5">
<div class="container py-lg-3">
<h3 class="hny-title two">Do you like my work<span class="dot-1">.</span>?</h3>
<h6>Get In Touch</h6> <br>
<div class="cont">
<ul class="contact">
<li style="text-align: left;">
<p><i class="fa fa-phone fa-2x"></i></p>
<p><strong>Phone</strong></br>+94 76 921 0170</p>
</li>
<li style="text-align: left;">
<p><i class="fa fa-envelope fa-2x"></i></p>
<p><strong>Email</strong></br>[email protected]</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--//download-->
</section>
<!--//w3l-download-main-->
<!-- footer -->
<footer class="w3l-footer-16">
<div class="footer-content py-lg-5 py-4 text-center">
<div class="container">
<div class="row copy-right">
<div class="col-lg-12 footer-left text-lg-center text-center">
<h6>© 2020 <b>Irushi Salwathura</b> All rights reserved.</h6>
</div>
</div>
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
</div>
</div>
<!-- move top -->
<script>
// 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) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").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>
<!-- //move top -->
<!-- <script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>-->
</footer>
<!-- //footer -->
</section>
<!--<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!–/scroll-down-JS–>
<script>
$(function () {
$('a[href*=#]').on('click', function (e) {
e.preventDefault();
$('html, body').animate({
scrollTop: $($(this).attr('href')).offset().top
}, 500, 'linear');
});
});
</script>-->
<!--//scroll-down-JS-->
<!-- /typig-text-->
<script>
const typedTextSpan = document.querySelector(".typed-text");
const cursorSpan = document.querySelector(".cursor");
const textArray = ["Full-Stack Software Developer"];
const typingDelay = 200;
const erasingDelay = 10;
const newTextDelay = 100; // Delay between current and next text
let textArrayIndex = 0;
let charIndex = 0;
function type() {
if (charIndex < textArray[textArrayIndex].length) {
if (!cursorSpan.classList.contains("typing")) cursorSpan.classList.add("typing");
typedTextSpan.textContent += textArray[textArrayIndex].charAt(charIndex);
charIndex++;
setTimeout(type, typingDelay);
} else {
cursorSpan.classList.remove("typing");
setTimeout(erase, newTextDelay);
}
}
function erase() {
if (charIndex > 0) {
// add class 'typing' if there's none
if (!cursorSpan.classList.contains("typing")) {
cursorSpan.classList.add("typing");
}
typedTextSpan.textContent = textArray[textArrayIndex].substring(0, 0);
charIndex--;
setTimeout(erase, erasingDelay);
} else {
cursorSpan.classList.remove("typing");
textArrayIndex++;
if (textArrayIndex >= textArray.length) textArrayIndex = 0;
setTimeout(type, typingDelay);
}
}
document.addEventListener("DOMContentLoaded", function () { // On DOM Load initiate the effect
if (textArray.length) setTimeout(type, newTextDelay + 250);
});
</script>
<!-- //typig-text-->
<!-- for blog carousel slider -->
<script src="assets/js/owl.carousel1.js"></script>
<script>
$(document).ready(function () {
$("#owl-demo2").owlCarousel({
items: 1,
lazyLoad: true,
autoPlay: true,
navigation: false,
navigationText: ["", ""],
rewindNav: false,
scrollPerPage: true,
pagination: false,
paginationNumbers: false,
})
})
</script>
<!-- //for blog carousel slider -->
<!-- jQuery-Photo-filter-lightbox-portfolio-plugin -->
<script src="assets/js/jquery-1.7.2.js"></script>
<script src="assets/js/jquery.quicksand.js"></script>
<script src="assets/js/script.js"></script>
<script src="assets/js/jquery.prettyPhoto.js"></script>
<script src="assets/js/card.js"></script>
<!-- //jQuery-Photo-filter-lightbox-portfolio-plugin -->
<!--<script src="assets/js/bootstrap.min.js"></script>-->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- disable body scroll which navbar is in active -->
<!--//-->
<!--
Bootstrap JS
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
-->
</body>
</html>