-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
916 lines (906 loc) · 37.4 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
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Lakshan Rukantha" />
<meta name="language" content="English" />
<meta
name="description"
content="Lakshan Rukantha is a highly skilled FullStack Developer in Sri Lanka with extensive experience in web development."
/>
<meta
name="copyright"
content="© 2020 - 2024 Lakshan Rukantha - All Rights Reserved."
/>
<meta name="author" content="Lakshan Rukantha" />
<meta property="og:title" content="Lakshan Rukantha" />
<meta property="og:site_name" content="Lakshan Rukantha" />
<meta property="og:url" content=https://lakshanrukantha.github.io/>
<meta
property="og:description"
content="Lakshan Rukantha is a highly skilled FullStack Developer in Sri Lanka with extensive experience in web development."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/img/photo-intro.webp" />
<!-- Google Ads Meta Tag -->
<meta name="google-adsense-account" content="ca-pub-8130213317723668" />
<title>Lakshan Rukantha</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/img/icon/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/img/icon/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/img/icon/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/img/icon/favicon/site.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script
defer
src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Open+Sans&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="https://use.typekit.net/rrg4put.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/projects.css" />
<!-- Google Ads -->
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8130213317723668"
crossorigin="anonymous"
></script>
<!-- Google Ad Blocking Recovery -->
<script
async
src="https://fundingchoicesmessages.google.com/i/pub-8130213317723668?ers=1"
nonce="KH1_Y6X33KnkZyGiS1cDxg"
></script>
<script nonce="KH1_Y6X33KnkZyGiS1cDxg">
(function () {
function signalGooglefcPresent() {
if (!window.frames["googlefcPresent"]) {
if (document.body) {
const iframe = document.createElement("iframe");
iframe.style =
"width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;";
iframe.style.display = "none";
iframe.name = "googlefcPresent";
document.body.appendChild(iframe);
} else {
setTimeout(signalGooglefcPresent, 0);
}
}
}
signalGooglefcPresent();
})();
</script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-9ZW2LKR6BL"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-9ZW2LKR6BL");
</script>
</head>
<body id="to-top" class="noselect">
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="nav-brand noselect" href="index.html">LR</a>
<button class="navbar-toggler" type="button">
<div
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
id="nav-icon"
>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="collapse navbar-collapse collapse-bg" id="navbarNav">
<ul class="navbar-links">
<li class="nav-card-item">
<a class="nav-link js-scroll-trigger noselect" onclick="toAbout()"
>About me</a
>
</li>
<li class="nav-card-item">
<a
class="nav-link js-scroll-trigger noselect"
onclick="toSkills()"
>Skills</a
>
</li>
<li class="nav-card-item">
<a
class="nav-link js-scroll-trigger noselect"
onclick="toProjects()"
>Projects</a
>
</li>
<li class="nav-card-item">
<a
class="nav-link js-scroll-trigger noselect"
onclick="toMilestones()"
>Milestones</a
>
</li>
<li class="nav-card-item">
<a
class="nav-link js-scroll-trigger noselect"
onclick="toContact()"
>Contact</a
>
</li>
</ul>
<a href="#"
><button type="button" class="cv-download noselect">
<i class="fa-solid fa-cloud-arrow-down fa-lg"></i>Resume
</button></a
>
</div>
</div>
<div class="scroll-progress-track">
<div id="progress-bar" class="scroll-progress-thumb"></div>
</div>
</nav>
<div class="loader">
<h6 class="loading-text"></h6>
</div>
<div class="page-content">
<main>
<!-- Intro -->
<section id="intro">
<div class="container" data-aos="fade-down" data-aos-duration="1000">
<div class="text">
<h1>
Hi, I am<br />
<span class="green my-name">Lakshan,</span>
<br />
</h1>
<div class="typing">
<h2><span class="typing-text noselect"></span></h2>
</div>
<p>
Welcome to my portfolio!
<span id="intro-p">Lakshan Rukantha</span> is an
<span id="intro-p">Experienced</span>
<span id="intro-p">Full Stack Developer</span> a passion for
creating <span id="intro-p">visually stunning</span> and
<span id="intro-p">intuitive</span> web experiences. With a
<span id="intro-p">unique</span> blend of technical skills and
creative flair, there's <span id="intro-p">confidence</span> in
the ability to deliver
<span id="intro-p">custom solutions</span> to various project
requirements.
</p>
<div class="intro-btns">
<a class="button btn-cv-download noselect" href="#"
><i class="fa-solid fa-cloud-arrow-down fa-lg"></i>Resume</a
>
<a
class="button btn-contact contact-btn hb-fill-right-bg noselect"
onclick="toContact()"
><i class="fa-regular fa-envelope fa-lg"></i>
<span>Contact Me</span></a
>
</div>
<a class="scroll noselect" onclick="toAbout()">Scroll Down</a>
</div>
<div class="img">
<img
onContextMenu="return false;"
loading="lazy"
class="intro-img"
src="img/photo-intro.webp"
alt="intro-image"
/>
</div>
</div>
</section>
<svg
width="100%"
height="100%"
id="svg"
viewBox="0 0 1440 400"
xmlns="http://www.w3.org/2000/svg"
class="transition duration-300 ease-in-out delay-150"
>
<path
d="M 0,400 C 0,400 0,200 0,200 C 62.43333333333334,168.3025641025641 124.86666666666667,136.6051282051282 219,129 C 313.1333333333333,121.3948717948718 438.9666666666666,137.88205128205126 522,143 C 605.0333333333334,148.11794871794874 645.2666666666668,141.86666666666665 718,158 C 790.7333333333332,174.13333333333335 895.9666666666667,212.65128205128207 974,232 C 1052.0333333333333,251.34871794871793 1102.8666666666666,251.52820512820512 1176,243 C 1249.1333333333334,234.47179487179488 1344.5666666666666,217.23589743589744 1440,200 C 1440,200 1440,400 1440,400 Z"
stroke="none"
stroke-width="0"
fill="#222222ff"
class="transition-all duration-300 ease-in-out delay-150 path-0"
transform="rotate(-180 720 200)"
></path>
</svg>
<!-- About me -->
<section id="about">
<div
class="about container"
data-aos="fade-up"
data-aos-duration="1000"
>
<h6 class="section-title">About Me</h6>
<div class="about-wrapper">
<div class="left">
<div>
<img
loading="lazy"
src="img/icon/dev-experience.svg"
alt="dev-experience-icon"
/>
<h2>
<span class="green counter">02</span>
<span class="green"> Years</span>
Job Experience
</h2>
</div>
<div>
<img
loading="lazy"
src="img/icon/projects-icon.svg"
alt="projects-icon"
/>
<h2>
<span class="green counter">08</span
><span class="green">+</span> Projects Completed
</h2>
</div>
</div>
<div class="right">
<h2>
What are my strongest sides
<span class="green">and skills?</span>
</h2>
<p>
One of my strongest qualities as a full stack developer is my
ability to think critically and solve problems. I excel at
breaking down complex projects into manageable chunks and
coming up with innovative solutions to problems that arise. I
am also very organized and detail-oriented, which allows me to
complete assignments on time and to the highest standards.
</p>
<p>
As a full stack developer, I am proficient in a variety of
programming languages and frameworks, including HTML, CSS,
JavaScript, and Python. I have experience working with popular
technologies such as MongoDB, Express, React, and Node.js, and
am skilled in UI/UX development as well as I have the ability
to quickly adapt to new technologies and frameworks. I have a
wide range of knowledge about technologies beyond those
mentioned.
</p>
<p>
I am also a strong communicator and able to effectively
collaborate with clients and team members to understand their
needs and translate them into functional specifications.
Overall, I am confident in my ability to deliver high-quality
web solutions that meet the needs of my clients and exceed
their expectations.
</p>
</div>
</div>
</div>
</section>
<!-- My bio -->
<section id="bio">
<div class="container" data-aos="fade-up" data-aos-duration="1000">
<h6 class="section-title">My Bio</h6>
<div class="bio">
<div class="img">
<img
loading="lazy"
class="bio-img"
src="./img/photo-bio.webp"
alt="photo-bio"
/>
</div>
<div class="text">
<h2>
<span class="green">Biography,<br /></span> a few words
</h2>
<p>
Hi, I'm Lakshan Rukantha, a full-stack developer from Sri
Lanka. I am currently an undergraduate at NSBM Green
University, where I am developing a solid foundation in
software engineering and a passion for building aesthetically
attractive and intuitive web experiences. With a strong track
record of achievement, I am committed to using my skills and
expertise to create innovative and effective solutions for my
clients.
</p>
<p>
I am an active member of the FOSS community and Media club of
NSBM and am known for my broad range of knowledge and
interests. I am constantly seeking out new opportunities to
improve my skills and knowledge.
</p>
<p>
In my free time, I enjoy hobbies such as photography, watching
movies, and traveling. I am also an avid learner and am always
looking for ways to improve my skills and knowledge. In
addition to my technical skills, I am a reliable and
team-oriented individual who is always ready to collaborate
with team members and clients to ensure that projects are
delivered to the highest standards. I am excited to work with
you and create something amazing together.
</p>
</div>
</div>
</div>
</section>
<svg
width="100%"
height="100%"
id="svg"
viewBox="0 0 1440 400"
xmlns="http://www.w3.org/2000/svg"
class="transition duration-300 ease-in-out delay-150"
>
<path
d="M 0,500 C 0,500 0,250 0,250 C 53.5,275.4589743589744 107,300.9179487179487 202,290 C 297,279.0820512820513 433.5,231.7871794871795 519,219 C 604.5,206.2128205128205 638.9999999999999,227.93333333333334 710,242 C 781.0000000000001,256.06666666666666 888.5,262.4794871794872 968,272 C 1047.5,281.5205128205128 1099,294.14871794871794 1173,291 C 1247,287.85128205128206 1343.5,268.925641025641 1440,250 C 1440,250 1440,500 1440,500 Z"
stroke="none"
stroke-width="0"
fill="#222222ff"
class="transition-all duration-300 ease-in-out delay-150 path-0"
></path>
</svg>
<!-- Skills -->
<section id="skills" class="text-center">
<div class="container" data-aos="fade-up" data-aos-duration="1000">
<h6 class="section-title">Skills</h6>
<h3 class="skill-label">Programming Skills</h3>
<div class="skill-cards-container">
<div class="div-card">
<div
class="div-card-item mongodb"
title="Level : Advanced Beginner"
></div>
<span>MongoDB</span>
</div>
<div class="div-card">
<div
class="div-card-item express-js"
title="Level : Proficient"
></div>
<span>Express.js</span>
</div>
<div class="div-card">
<div
class="div-card-item react-js"
title="Level : Proficient"
></div>
<span>React.js</span>
</div>
<div class="div-card">
<div
class="div-card-item node-js"
title="Level : Proficient"
></div>
<span>Node.js</span>
</div>
<div class="div-card">
<div class="div-card-item js" title="Level : Expert"></div>
<span>JavaScript</span>
</div>
<div class="div-card">
<div
class="div-card-item python"
title="Level : Proficient"
></div>
<span>Python</span>
</div>
<div class="div-card">
<div
class="div-card-item next-js"
title="Level : Proficient"
></div>
<span>Next.js</span>
</div>
<div class="div-card">
<div
class="div-card-item typescript"
title="Level : Advanced Beginner"
></div>
<span>TypeScript</span>
</div>
<div class="div-card">
<div class="div-card-item html" title="Level : Expert"></div>
<span>HTML</span>
</div>
<div class="div-card">
<div class="div-card-item css" title="Level : Expert"></div>
<span>CSS</span>
</div>
</div>
<h3 class="skill-label">Tools & Other Skills</h3>
<div class="skill-cards-container">
<div class="div-card">
<div
class="div-card-item ux-ui"
title="Level : Proficient"
></div>
<span>UI/UX</span>
</div>
<div class="div-card">
<div class="div-card-item git" title="Level : Expert"></div>
<span>Git</span>
</div>
<div class="div-card">
<div
class="div-card-item docker"
title="Level : Advanced Beginner"
></div>
<span>Docker</span>
</div>
<div class="div-card">
<div
class="div-card-item devops"
title="Level : Proficient"
></div>
<span>DevOps</span>
</div>
</div>
<h3 class="skill-label">Communication Skills</h3>
<div class="skill-cards-container">
<div class="div-card">
<div class="div-card-item sinhala" title="Level : Native"></div>
<span>Sinhala</span>
</div>
<div class="div-card">
<div
class="div-card-item english"
title="Level : Proficient"
></div>
<span>English</span>
</div>
<div class="div-card">
<div
class="div-card-item tamil"
title="Level : Advanced Beginner"
></div>
<span>Tamil</span>
</div>
</div>
</div>
</section>
<svg
width="100%"
height="100%"
id="svg"
viewBox="0 0 1440 400"
xmlns="http://www.w3.org/2000/svg"
class="transition duration-300 ease-in-out delay-150"
>
<path
d="M 0,400 C 0,400 0,200 0,200 C 75.28461538461539,167.45897435897436 150.56923076923078,134.91794871794872 239,134 C 327.4307692307692,133.08205128205128 429.0076923076923,163.7871794871795 513,172 C 596.9923076923077,180.2128205128205 663.4000000000001,165.93333333333337 741,183 C 818.5999999999999,200.06666666666663 907.3923076923077,248.47948717948714 977,269 C 1046.6076923076923,289.52051282051286 1097.0307692307692,282.14871794871794 1171,266 C 1244.9692307692308,249.85128205128206 1342.4846153846154,224.92564102564103 1440,200 C 1440,200 1440,400 1440,400 Z"
stroke="none"
stroke-width="0"
fill="#222222ff"
class="transition-all duration-300 ease-in-out delay-150 path-0"
transform="rotate(-180 720 200)"
></path>
</svg>
<!-- Projects -->
<section id="projects">
<div class="container" data-aos="fade-up" data-aos-duration="1000">
<h6 class="section-title">Projects</h6>
<div class="projects-section">
<div class="project-data-wrapper">
<div class="project-data"></div>
<div class="navigation"></div>
<div class="arrow-left">
<i class="fa fa-chevron-left"></i>
</div>
<div class="arrow-right">
<i class="fa fa-chevron-right"></i>
</div>
</div>
</div>
</div>
</section>
<svg
width="100%"
height="100%"
id="svg"
viewBox="0 0 1440 400"
xmlns="http://www.w3.org/2000/svg"
class="transition duration-300 ease-in-out delay-150"
>
<path
d="M 0,400 C 0,400 0,200 0,200 C 63.06410256410257,245.6948717948718 126.12820512820514,291.3897435897436 219,265 C 311.87179487179486,238.6102564102564 434.551282051282,140.1358974358974 510,145 C 585.448717948718,149.8641025641026 613.6666666666666,258.0666666666667 679,266 C 744.3333333333334,273.9333333333333 846.7820512820515,181.59743589743587 939,167 C 1031.2179487179485,152.40256410256413 1113.2051282051282,215.54358974358976 1195,234 C 1276.7948717948718,252.45641025641024 1358.397435897436,226.2282051282051 1440,200 C 1440,200 1440,400 1440,400 Z"
stroke="none"
stroke-width="0"
fill="#222222ff"
class="transition-all duration-300 ease-in-out delay-150 path-0"
></path>
</svg>
<!-- Special Milestones -->
<section id="milestones" class="text-center">
<div class="container" data-aos="fade-up" data-aos-duration="1000">
<h6 class="section-title">Special Milestones</h6>
<div class="milestones">
<div class="timeline">
<ul>
<li>
<div class="timeline-content">
<h3 class="date">13th February, 2024</h3>
<h2 class="title job">Full Stack Developer</h2>
<h3 class="sub-title company">HashX</h3>
<p class="description">
HashX is dedicated to offering robust cybersecurity
capabilities, safeguarding digital assets with advanced
technologies. Moreover, HashX proudly presents Sri
Lanka's No #1 CTF platform, providing a space to host
competitive inter university CTF competitions.
</p>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">13th October, 2022</h3>
<h2 class="title education">
BSc (Hons) in Software Engineering (Undergraduate)
</h2>
<h3 class="sub-title school">NSBM Green University</h3>
<p class="description">
Pursuing BSc (Hons) in Software Engineering at NSBM
Green University, Lakshan Rukantha focuses on mastering
front-end and back-end technologies blending theoretical
knowledge with a strong emphasis on key software
development principles.
</p>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">October, 2020</h3>
<h2 class="title education">G.C.E. (A/L) Examination</h2>
<h3 class="sub-title school">School : V/Agrabodhi M.V</h3>
<p class="description">
Passed the Sri Lankan Advanced Level (A-Level)
Examination. This qualification, similar to the British
Advanced Level and this is a gateway to Sri Lankan state
universities, offered in Sinhala, Tamil, and English.
Conducted by the Ministry of Education Sri Lanka.
</p>
</div>
</li>
<li>
<div class="timeline-content">
<h3 class="date">December, 2017</h3>
<h2 class="title education">G.C.E. (O/L) Examination</h2>
<h3 class="sub-title school">School : V/Agrabodhi M.V</h3>
<p class="description">
Passed the Sri Lankan Ordinary Level (O-Level)
Examination at V/Agrabodhi M.V, a GCE qualification
similar to the Cambridge University Ordinary Level and
proof of completion Secondary Education. Conducted by
the Ministry of Education Sri Lanka.
</p>
</div>
</li>
<!-- <li>
<div class="timeline-content">
<h3 class="date">2011</h3>
<h2 class="title education">
Scholarship Examination (Grade 05)
</h2>
<h3 class="sub-title school">School : V/Agrabodhi M.V</h3>
<p class="description">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Consectetur tempora ab laudantium voluptatibus aut eos
placeat laborum, quibusdam exercitationem labore.
</p>
</div>
</li>
<li class="start">
<div class="timeline-content">
<h3 class="date">26th February, 2001</h3>
<h2 class="title birth">Birth</h2>
<h3 class="sub-title globe">Born in Sri Lanka</h3>
<p class="description">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Consectetur tempora ab laudantium voluptatibus aut eos
placeat laborum, quibusdam exercitationem labore.
</p>
</div>
</li> -->
</ul>
</div>
</div>
</div>
</section>
<svg
width="100%"
height="100%"
id="svg"
viewBox="0 0 1440 400"
xmlns="http://www.w3.org/2000/svg"
class="transition duration-300 ease-in-out delay-150"
>
<path
d="M 0,400 C 0,400 0,200 0,200 C 75.28461538461539,167.45897435897436 150.56923076923078,134.91794871794872 239,134 C 327.4307692307692,133.08205128205128 429.0076923076923,163.7871794871795 513,172 C 596.9923076923077,180.2128205128205 663.4000000000001,165.93333333333337 741,183 C 818.5999999999999,200.06666666666663 907.3923076923077,248.47948717948714 977,269 C 1046.6076923076923,289.52051282051286 1097.0307692307692,282.14871794871794 1171,266 C 1244.9692307692308,249.85128205128206 1342.4846153846154,224.92564102564103 1440,200 C 1440,200 1440,400 1440,400 Z"
stroke="none"
stroke-width="0"
fill="#222222ff"
class="transition-all duration-300 ease-in-out delay-150 path-0"
transform="rotate(-180 720 200)"
></path>
</svg>
<!-- Contact -->
<section id="contact" class="text-center">
<div class="container" data-aos="fade-up" data-aos-duration="1000">
<h6 class="section-title">Contact</h6>
<h2 class="contact-title">
Call or write <span class="green">anytime</span>
</h2>
<div class="row">
<div class="form col-md-7 col-lg-8">
<form
id="contact-form"
action="https://formspree.io/f/mvoepnjr"
method="post"
>
<div class="form-group">
<label for="name">Full Name</label>
<input
type="text"
name="fullName"
class="form-control"
id="name"
placeholder=""
required
/>
</div>
<div class="form-group">
<label for="email">E-Mail Address</label>
<input
type="email"
name="email"
class="form-control"
id="email"
placeholder=""
required
/>
</div>
<div class="form-group">
<label for="email">Message</label>
<textarea
title="message"
class="form-control"
name="message"
id="Message"
required
></textarea>
</div>
<button
type="submit"
class="button btn-send-message noselect"
>
<i class="fa-solid fa-paper-plane fa-lg"></i>
Send Message
</button>
</form>
</div>
<div class="img-bg col-md-5 col-lg-4">
<div class="contact-img">
<lottie-player
src="./img/contact-image-data.json"
mode="bounce"
background="transparent"
speed="0.8"
loop
autoplay
></lottie-player>
</div>
</div>
<!-- Footer -->
<footer>
<div class="main">
<div class="col1">
<h3 class="heading">Quick Links</h3>
<div class="footer-nav">
<ul>
<li>
<a href="https://lakshanrukantha.github.io/">
Home
</a>
</li>
<li>
<a onclick="toAbout()"> About </a>
</li>
<li>
<a onclick="toSkills()"> Skills </a>
</li>
<li>
<a onclick="toprojects()"> Projects </a>
</li>
<li>
<a onclick="toMilestones()"> Milestones </a>
</li>
<li>
<a onclick="toContact()"> Contact </a>
</li>
</ul>
</div>
</div>
<div class="col2">
<h3 class="heading">Support</h3>
<div class="support">
<ul>
<li>
<a href="">Terms & Conditions</a>
</li>
<li>
<a
href="https://www.freeprivacypolicy.com/live/2ddf28e1-76ee-4aa1-b7f5-57670fccf0d4"
target="_blank"
>Privacy</a
>
</li>
<li>
<a href="">Cookie preferences</a>
</li>
</ul>
</div>
</div>
<div class="col3">
<h3 class="heading">Get in touch</h3>
<div class="social social-media-set">
<a
title="GitHub"
href="https://github.com/LakshanRukantha"
class="social-icon"
target="_blank"
>
<div class="img github"></div>
</a>
<a
title="Stack Overflow"
href="https://stackoverflow.com/users/17067744/lakshan-rukantha"
class="social-icon"
target="_blank"
>
<div class="img stack-overflow"></div>
</a>
<a
title="LinkedIn"
href="https://lk.linkedin.com/in/lakshanrukantha"
class="social-icon"
target="_blank"
>
<div class="img linkedin"></div>
</a>
<a
title="Twitter"
href="https://twitter.com/LakshanRukantha"
class="social-icon"
target="_blank"
>
<div class="img twitter"></div>
</a>
<a
title="Facebook"
href="https://facebook.com/LakshanRukantha.Dev"
class="social-icon"
target="_blank"
>
<div class="img facebook"></div>
</a>
</div>
</div>
</div>
<div class="footer-rights">
<hr />
<div class="container">
<div class="copyright">
<p>
Copyright © 2020-2024 | All rights reserved. Made
with
<span id="heart-icon">❤</span> by
<a
href="https://lakshanrukantha.github.io"
title="Official Website"
target="_blank"
>Lakshan Rukantha</a
>
</p>
<!-- This website is licenced by Lakshan Rukantha,
You are free to: Share and Adapt. You must give appropriate credit, you may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. -->
</div>
</div>
</div>
</footer>
</div>
</div>
</section>
</main>
<a title="Go to top." href="#to-top">
<div class="to-top"><i class="fa-solid fa-angles-up"></i></div>
</a>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="js/tilt.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"
target="_blank"
></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script
src="https://kit.fontawesome.com/0a73ff5289.js"
crossorigin="anonymous"
></script>
<script
src="https://code.jquery.com/jquery-3.6.0.js"
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk="
crossorigin="anonymous"
></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script src="./js/counter.min.js"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="https://unpkg.co/gsap@3/dist/gsap.min.js"></script>
<script src="js/main.js"></script>
<script>
AOS.init();
</script>
<!-- Snow Flakes in December -->
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script>
<script>
const d = new Date();
let month = d.getMonth();
if (month == 11) {
var snowflakes = new Snowflakes({ count: 20 });
} else {
null;
}
</script>
</div>
</body>
</html>