-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
658 lines (603 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Workfolio</title>
<!-- Meta tags -->
<meta charset="UTF-8">
<meta
content="software engineer, programming, web development, software projects, coding, game developer, Kasun Miuranga portfolio"
name="keywords">
<meta
content="Explore my work as a Software Engineer. Get insights into my projects and expertise in Software Development."
name="description">
<meta content="Kasun Miuranga" name="author">
<meta content="Kasun Miuranga" name="owner">
<meta content="index, follow" name="robots">
<meta content="black" name="theme-color">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="canonical" href="https://www.kasunmiu.com" />
<!-- Favicon -->
<link href="assets/favicon.png" rel="icon">
<!-- stylesheet -->
<link href="css/normalize.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="css/wave.css" rel="stylesheet">
<!-- font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- Google fonts -->
<!--Montserrat family-->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- AOS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<body style="background-color: #001f2b">
<main>
<!-- home -->
<div class="container d-flex justify-content-center align-items-center vh-100">
<div data-aos="zoom-in" class=" text-white w-100 text-center">
<h5 style="color: #00b7ff ; font-weight: bold;">Hello there !</h5>
<p>Welcome to My Workfolio ;</p>
<img src="assets/me.png" alt="profile" class="w-50 d-block mx-auto d-md-none" style="max-width: 200px;">
<img src="assets/me.png" alt="profile" class="fa-image w-25 d-none d-md-block mx-auto"
style="max-width: 400px;">
<h4 class="pt-3" style="font-weight: 600;"><span style="color: #00b7ff ; font-weight: bold;">KASUN
MIURANGA</span></h4>
<p style="font-size: 0.75rem;">Software Engineer <br> Hobbyist Indie Game Dev</p>
<i class="fa-solid fa-angles-down animated-icon"></i>
</div>
</div>
<!-- cards -->
<div class="container">
<!-- MIUSOFT -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/miusoft.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
MIUSOFT
</h5>
<!-- description -->
<p style="font-size: small;">
MIUSOFT is my personal brand for games. As a hobby, I build games. <br>
Currently, I'm using Godot and GDevelop engines for my games. <br>
I hope you like to play!
</p>
<!-- links -->
<a href="https://miusoft.itch.io" target="_blank" class="custom-button">
<i class="fa-solid fa-arrow-up-right-from-square"></i> Visit
</a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- Ghost Hunter - JS Game -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/js-game.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
Ghost Hunter - JS Game
</h5>
<!-- description -->
<p style="font-size: small;">
A horror game made using JavaScript, HTML, and CSS. <br>
Developed without the use of any
frameworks.
</p>
<!-- links -->
<a href="https://github.com/TheMIU/JS-Game" target="_blank" class="custom-button">
<i class="fab fa-github"></i> Code
</a>
<a href="https://themiu.github.io/JS-Game" target="_blank" class="custom-button">
<i class="fa-solid fa-gamepad"></i> Play
</a>
<a href="https://youtu.be/OIjW_r2IQa0?si=BU-F8K9dJvA0q_FN" target="_blank"
class="custom-button">
<i class="fa-brands fa-youtube"></i> Video
</a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- HTML5 Game Launcher -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/game-launcher.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
HTML5 Game Launcher
</h5>
<!-- description -->
<p style="font-size: small;">
Game Launcher for playing HTML5 games without a browser.
</p>
<!-- links -->
<a href="https://github.com/TheMIU/HTML5_Game_Launcher" target="_blank"
class="custom-button">
<i class="fab fa-github"></i> Code </a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- GitHub Follower Analyzer -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/folower-analizer.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
GitHub Follower Analyzer
</h5>
<!-- description -->
<p style="font-size: small;">
The GitHub Follower Analyzer simplifies checking your GitHub connections. <br>
Enter a
username to instantly see who follows you, who you follow, and who's not following back.
</p>
<!-- links -->
<a href="https://github.com/TheMIU/GitHub-Follower-Analyzer" target="_blank"
class="custom-button">
<i class="fab fa-github"></i> Code
</a>
<a href="https://themiu.github.io/GitHub-Follower-Analyzer" target="_blank"
class="custom-button">
<i class="fa-solid fa-arrow-up-right-from-square"></i> Visit
</a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- Subnet Analysis & IP Converter -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/subnet-analys.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
Subnet Analysis & IP Converter
</h5>
<!-- description -->
<p style="font-size: small;">
This web tool performs subnet analysis and IP address conversion, <br>
featuring an IP Converter for format conversion.
</p>
<!-- links -->
<a href="https://github.com/TheMIU/SubnetAnalysis" target="_blank" class="custom-button">
<i class="fab fa-github"></i> Code </a>
<a href="https://themiu.github.io/SubnetAnalysis" target="_blank" class="custom-button">
<i class="fa-solid fa-arrow-up-right-from-square"></i> Visit
</a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- SRC Links Extractor -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/src-extractor.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
SRC Links Extractor
</h5>
<!-- description -->
<p style="font-size: small;">
This tool will extract src links from HTML code in one click. <br>
* This tool supports only src links within iframe elements. <br>
(youtube embedded videos)
</p>
<!-- links -->
<a href="https://github.com/TheMIU/SRC-Links-Extractor" target="_blank"
class="custom-button"> <i class="fab fa-github"></i> Code </a>
<a href="https://themiu.github.io/SRC-Links-Extractor" target="_blank"
class="custom-button">
<i class="fa-solid fa-arrow-up-right-from-square"></i> Visit
</a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- Portfolio website -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/porfolio-site.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
Portfolio website
</h5>
<!-- description -->
<p style="font-size: small;">
Portfolio website created without frameworks, <br>
developed as part of the WEB module assignment at IJSE.
</p>
<!-- links -->
<a href="https://github.com/TheMIU/MyPortfolio" target="_blank" class="custom-button">
<i class="fab fa-github"></i> Code </a>
<a href="https://themiu.github.io/MyPortfolio" target="_blank" class="custom-button">
<i class="fa-solid fa-arrow-up-right-from-square"></i> Visit
</a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- MongoDB CRUD test-->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/mongo-crud-preview.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
MongoDB CRUD test
</h5>
<!-- description -->
<p style="font-size: small;">
Simple CRUD operations test with MongoDB, <br>
using React Frontend and Express Backend
</p>
<!-- links -->
<a href="https://github.com/TheMIU/mongo-crud" target="_blank" class="custom-button">
<i class="fab fa-github"></i> Code </a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- Simple Todo app-->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/todo-app- preview.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
Simple Todo App
</h5>
<!-- description -->
<p style="font-size: small;">
Simple Todo App using React Native
</p>
<!-- links -->
<a href="https://github.com/TheMIU/todo-app" target="_blank" class="custom-button">
<i class="fab fa-github"></i> Code </a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- Easy Car Rental System -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/car-rental.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
Easy Car Rental System
</h5>
<!-- description -->
<p style="font-size: small;">
Car Rental System using Spring framework. <br>
Frontend - HTML, CSS, JS, Bootstrap <br>
Backend - Java, Spring
</p>
<!-- links -->
<a href="https://github.com/TheMIU/Car-Rental-System" target="_blank" class="custom-button">
<i class="fab fa-github"></i> Code
</a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- Chat Application -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/java-javafx-project.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
Chat Application
</h5>
<!-- description -->
<p style="font-size: small;">
This project is a live chat application focusing on network programming.
</p>
<!-- links -->
<a href="https://github.com/TheMIU/Chat-Application" target="_blank" class="custom-button">
<i class="fab fa-github"></i> Code </a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- Tea Factory Management System -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/java-javafx-project.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
Tea Factory Management System
</h5>
<!-- description -->
<p style="font-size: small;">
The Tea Factory Management System is built with Java and JavaFX, <br>
featuring Jasper reports for reporting purposes.
</p>
<!-- links -->
<a href="https://github.com/TheMIU/TeaFactoryManagementSystem" target="_blank"
class="custom-button">
<i class="fab fa-github"></i> Code </a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- Student Management system -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/java-project.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
Student Management system
</h5>
<!-- description -->
<p style="font-size: small;">
Simple CLI program to manage students.
</p>
<!-- links -->
<a href="https://github.com/TheMIU/StudentManagementSystem" target="_blank"
class="custom-button">
<i class="fab fa-github"></i> Code </a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- Hostel Management System -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/java-javafx-project.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
Hostel Management System
</h5>
<!-- description -->
<p style="font-size: small;">
The Hostel Management System demonstrates <br>
how Hibernate manages data in the database using ORM concepts.
</p>
<!-- links -->
<a href="https://github.com/TheMIU/Hostel_Management_System" target="_blank"
class="custom-button">
<i class="fab fa-github"></i> Code </a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- POS system using spring -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/java-spring-project.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
POS system using spring
</h5>
<!-- description -->
<p style="font-size: small;">
This is a POS (Point of Sale) system developed using the Spring framework. <br>
It serves as a platform for testing Spring Data JPA functionalities.
</p>
<!-- links -->
<a href="https://github.com/TheMIU/POS_Using_Spring" target="_blank" class="custom-button">
<i class="fab fa-github"></i> Code </a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- JavaEE POS App -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/javaee-project.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
JavaEE POS App
</h5>
<!-- description -->
<p style="font-size: small;">
POS system using Java Enterprise Edition
</p>
<!-- links -->
<a href="https://github.com/TheMIU/JavaEE_POS_App" target="_blank" class="custom-button">
<i class="fab fa-github"></i> Code </a>
</div>
</div>
</div>
</div>
<!-- gap -->
<div style="margin-top: 40px;"></div>
<!-- File Upload with SpringBoot -->
<div data-aos="fade-up" class="card bg-black bg-opacity-50 p-3 m-2 text-white">
<div class="row">
<div class="col-md-4">
<img src="assets/work-images/java-springboot-project.png" width="100%">
</div>
<div class="col-md-8 d-flex">
<div class="align-self-center">
<div class="pt-3 d-md-none"></div>
<!-- heading -->
<h5 style="color: rgb(0, 140, 255); font-weight: bold;">
File Upload with SpringBoot
</h5>
<!-- description -->
<p style="font-size: small;">
This is an example of uploading images from the frontend <br>
and storing them in a backend server database using RESTful APIs within the Spring Boot
framework
</p>
<!-- links -->
<a href="https://github.com/TheMIU/FileUpload_SpringBoot" target="_blank"
class="custom-button"> <i class="fab fa-github"></i> Code </a>
</div>
</div>
</div>
</div>
</div>
<!-- before wave -->
<div class="d-flex justify-content-center align-items-center" style="height: 15vh;"></div>
<!-- Contact -->
<div id="contact" class="d-flex justify-content-center align-items-center" style="height: 40vh;">
<div class="col-md-4 text-center" data-aos="zoom-in">
<p class="text-white m-3"> CONTACT </p>
<div class="social-links w-100 pb-3">
<a href="mailto:kasunmiu@gmail.com" target="_blank">
<i class="fa-solid fa-paper-plane"></i></a>
<a href="https://www.linkedin.com/in/kasun-miuranga" target="_blank">
<i class="fa-brands fa-linkedin"></i> </a>
<a href="https://github.com/TheMIU" target="_blank">
<i class="fa-brands fa-github"></i> </a>
<a href="https://web.facebook.com/kasunmiuranga.themiu" target="_blank">
<i class="fa-brands fa-facebook"></i> </a>
<a href="https://api.whatsapp.com/send/?phone=94764958373" target="_blank">
<i class="fa-brands fa-whatsapp"></i></a>
</div>
</div>
</div>
<!-- wave -->
<div class="d-flex justify-content-center align-items-end" style="height: 15vh;">
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave"
d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(1,113,157,0.7)" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(1,113,157,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(1,113,157,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="rgba(1,113,157,1)" />
</g>
</svg>
</div>
<!-- after wave -->
<div class="d-flex justify-content-center align-items-center"
style="height: 30vh;background-color: rgba(1,113,157,1);">
<div class="w-100 text-center text-white">
<p style="font-size: 0.8rem; color: #00b7ff;">Last Updated: January 2024</p>
<p style="font-size: 0.8rem;">All Rights Reserved. <br> Kasun Miuranga <i
class="fa-regular fa-copyright"></i> 2023 </p>
</div>
</div>
</main>
<!-- scripts -->
<script src="js/jquery-3.7.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <!-- AOS -->
<script src="js/scripts.js"></script>
</body>
</html>