-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
847 lines (814 loc) · 39.5 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
<!--
Author: Shehan Ravindu B.Sc(sp) Compuetr Science & Technology (Uva Wellassa University)
Author URL: http://shehanravindu.me
Facebook: https://www.facebook.com/shehan.ravindu.104
Linkedin: https://www.linkedin.com/in/shehanravindu/
-->
<!DOCTYPE html>
<html>
<head>
<title>My Personal Profile Responsive Website</title>
<link rel="icon" type="image/gif/png" href="images/me22.png">
<!--mobile apps-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="My Resume Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--mobile apps-->
<!--Custom Theme files-->
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<link href="css/ribon.css" type="text/css" rel="stylesheet" media="all">
<link rel="stylesheet" href="css/swipebox.css">
<!--//Custom Theme files-->
<!--js-->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
$(".loader").fadeOut("slow");
});
</script>
<!-- //js -->
<!--web-fonts-->
<link href='//fonts.googleapis.com/css?family=Overlock:400,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!--//web-fonts-->
<!--start-smooth-scrolling-->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!--//end-smooth-scrolling-->
<style>
/* Note: Try to remove the following lines to see the effect of CSS positioning */
.affix {
top: 0;
right: 0%;
width: 100%;
z-index: 9999 !important;
background: #008B8B;
}
.affix + .container-fluid {
padding-top: 70px;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(images/load3.gif) center no-repeat #fff;
}
a.button5{
display:inline-block;
padding:0.46em 1.6em;
border:0.1em solid #000000;
margin:0 0.2em 0.2em 0;
border-radius:0.12em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:500;
color:#000000;
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
background-color:lightblue;
text-align:center;
transition: all 0.15s;
}
a.button5:hover{
text-shadow: 0 0 2em rgba(255,255,255,1);
color:#FFFFFF;
border-color:#FFFFFF;
}
@media screen and (min-width: 500px) {
a.button5{
display:block;
margin:0.4em auto;
}
}
}
</style>
</head>
<body>
<div class="loader"></div>
<!--banner-->
<div id="home" class="banner">
<div class="banner-info">
<div class="container">
<div class="col-md-4 header-left">
<img src="images/me.jpg" alt=""/>
</div>
<div class="col-md-8 header-right">
<b>
<div class="container">
<div class="row">
<div class="col twelve">
<a href="cv/Shehan_Ravindu.pdf" class="button5" style="background-color:white;position: absolute; right: 0;color:red" download>Download my Resume</a>
</div>
</div>
<!-- <a href="cv/Shehan_cv.pdf" download><button type="button" style="position: absolute; right: 0;"><p align="right" style="font-size:130%;color:red">Download my Resume</p></a> -->
</div>
<h2>Hello</h2>
<h1>I'm Shehan Ravindu </h1>
<h6><b style="font-size:120%;color:lightblue">Software Engineer</b></h6>
<ul class="address">
<li>
<ul class="address-text">
<li><b>D.O.B</b></li>
<li><b style="color:lightblue">15-01-1993</b></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>PHONE </b></li>
<li><b style="color:lightblue">+94711214884</b></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>ADDRESS </b></li>
<li><b style="color:lightblue">172, Seeduwa North, Seeduwa, Sri Lanka.</b></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>E-MAIL </b></li>
<li><b><a href="[email protected]" style="color:lightblue"> [email protected]</a></b></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>Linkedin </b></li>
<li><b><a href="https://www.linkedin.com/in/shehanravindu/" style="color:lightblue">www.linkedin.com/in/shehanravindu</a></b></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>GitHub</b></li>
<li><b><a href="https://github.com/ShehanRavindu" style="color:lightblue">www.github.com/ShehanRavindu</a></b></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>Facebook </b></li>
<li><b><a href="https://www.facebook.com/shehan.ravindu.104" style="color:lightblue">www.facbook.com/shehanravindu</a></b></li>
</ul>
</li>
</ul>
</b>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--//banner-->
<!--top-nav-->
<div class="top-nav wow">
<div class="container">
<div class="navbar-header logo">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
Menu
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" data-spy="affix" data-offset-top="197">
<div class="menu">
<ul class="nav navbar">
<li style="font-size:120%"><a href="#about" class="scroll">About</a></li>
<li style="font-size:120%"><a href="#experience" class="scroll">Experience</a></li>
<li style="font-size:120%"><a href="#education" class="scroll">Education</a></li>
<li style="font-size:120%"><a href="#skills" class="scroll">Skills</a></li>
<li style="font-size:120%"><a href="#projects" class="scroll">My Projects</a></li>
<li style="font-size:120%"><a href="#contact" class="scroll">Contact</a></li>
</ul>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<!--//top-nav-->
<!--about-->
<div id="about" class="about">
<div class="container">
<h3 class="title"> About Me</h3>
<div class="col-md-8 about-left">
<p align="justify" style="color:black">I am looking for a position as a developer in an organization where i can utilize my skills at developing software and web technologies and upgrade my knowledge, experience about the new and emerging technology trends in the field.</p><br>
<p align="justify" style="color:black">I am a quick learner with an ability to adapt to any situation and if the situation dictate so while managing time efficiently to reach deadlines early on.
I have a rational mind when it comes to approaching difficult problems and to make use of my knowledge, skills to synergize with organization and gain more experience in software developing.</p><br>
<p style="color:black">I like to mention some of my personal skills. They are,</p>
<p style="color:black">
• Comminucation<br>
• Decision Making<br>
• Team Work<br>
• Self Motivation<br>
• Time Management
</p>
<br>
<p style="color:black">Badges:
<a href="https://dev.to/shehanravindu">
<img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="Shehan Ravindu's DEV Profile" height="30" width="30">
</a>
</p>
</div>
<div class="col-md-4 about-right">
<ul>
<h5>Awards</h5>
<li style="color:black"><span class="glyphicon glyphicon-menu-right"></span> 19th National Best Quality ICT Awards (NBQSA) - MERIT Awards 2017</li>
<li style="color:black"><span class="glyphicon glyphicon-menu-right"></span> 2nd runner up of IFS CodeKombat virtual robotics hackathon 2017</li>
<li style="color:black"><span class="glyphicon glyphicon-menu-right"></span> 1st runner up of HackaDev Youth Software Competition 2017</li>
<li style="color:black"><span class="glyphicon glyphicon-menu-right"></span> 2nd runner up of DEFT Coders hackthon 2017</li>
<li style="color:black"><span class="glyphicon glyphicon-menu-right"></span> Best English Speaker ( District level - prepared speech 2007 )</li>
</ul>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!--//about-->
<!--experinece-->
<div id="experience" class="experience" style="background-color:powderblue;">
<div class="container"><br><br><br>
<h3 class="title"> Experience</h3>
<div class="col-md-12">
<p style="color:black;font-size:28px;">Software Engineer (April 2021 to Current)</p>
<p style="color:black;font-size:20px;">WSO2 Lanka (PVT)Ltd</p><br>
<p align="justify" style="color:black">WSO2 open banking delivers comprehensive technology and strategic consultancy to help customers to execute standards-compliant, commercially successful open banking initiatives.</p>
<p style="color:black"><b>My responsibilities in Typefi</b></p>
<p style="color:black">
• Customize the existing product features as per the customer requirements and maintain the existing features.<br>
• Involve in direct customer engagement and fixing live product issues.<br>
• Tech stack: Java, ReactJS, JavaScript, MySQL.<br>
</p><br><br><br>
</div>
<div class="col-md-12">
<p style="color:black;font-size:28px;">Software Engineer (February 2019 to March 2021)</p>
<p style="color:black;font-size:20px;">Typefi Systems</p><br>
<p align="justify" style="color:black">Typefi is the world's only single-source publishing platform that fully integrates print, online and mobile production in a seamless end-to-end automated workflow.</p>
<p align="justify" style="color:black">Established in 2001 on the Sunshine Coast in Queensland, Australia, Typefi initially launched with the vision of providing automated publishing software for print documents that would enable collaborative workflows within workgroups and across enterprises.</p><br>
<p align="justify" style="color:black"><b>Specialties in Typefi,</b></p>
<p align="justify" style="color:black">Automate Publishing, Single-source publishing, Publishing workflow consultation, Workflow automation</p><br>
<p style="color:black"><b>My responsibilities in Typefi</b></p>
<p style="color:black">
• Responsible for new development in new projects.<br>
• Maintain the existing product versions and working on giving technology solutions for
client reported issues<br>
</p><br><br><br>
</div>
<div class="col-md-12">
<p style="color:black;font-size:28px;">Software Engineer intern (July 2018 to February 2019)</p>
<p style="color:black;font-size:20px;">Rezgateway- Colombo, Sri Lanka</p><br>
<p align="justify" style="color:black">Reservations Gateway Inc (Rezgateway), established in 2001 is the worldwide leader in software for the travel industry. Our concept is to provide a one vendor solution to Airlines, Tour Operators, Travel Inventory Distributors, Receptors, event Planners and Destination Management companies. By using Rezgateway's range of services, Rezgateway customers can easily create, manage, integrate and distribute travel inventory using Internet technologies.</p>
<p align="justify" style="color:black">Headquartered in USA, the company also maintains sales and support offices in Las Vegas (USA), Toronto (Canada), Dubai (UAE), and Colombo (Sri Lanka).</p><br>
<p align="justify" style="color:black"><b>Specialties in Rezgateway,</b></p>
<p align="justify" style="color:black">travel, leisure, reservation systems, Internet booking engine, airlines, tour operators, and receptors</p><br>
<p style="color:black"><b>My responsibilities in Rezgateway</b></p>
<p style="color:black">
• Responsible for new enhancement in the RazG-Package.<br>
• Maintain the existing product versions and working on giving technology solutions for
client reported issues in RazG-Package.<br>
</p><br><br><br><br>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!--//experinece-->
<!--education-->
<div id="education" class="education" style="background-color:lightgray">
<div class="container">
<h3 class="title">Education</h3>
<div class="work-info">
<div class="col-md-6 work-left">
<h4>B.Sc (special) in Computer Science & Technology 2015-2019</h4>
</div>
<div class="col-md-6 work-right">
<h5><span class="glyphicon glyphicon-education"> </span> Uva Wellassa University Sri Lanka</h5>
<p style="color:darkblue">Still i am reading My B.Sc(sp) degree. This is special four year degree in computer science and technology</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-right work-right2">
<h4>Diploma in Information Technology - 2014</h4>
</div>
<div class="col-md-6 work-left work-left2">
<h5> Esoft Metro Campus <span class="glyphicon glyphicon-education"></span></h5>
<p style="color:darkblue"> I got Diploma in Information Technology 2014 from Esoft Metro Campus Negombo branch </p>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-left">
<h4>Secondary Education 2003-2011</h4>
</div>
<div class="col-md-6 work-right">
<h5><span class="glyphicon glyphicon-education"> </span> Seeduwa Davisamara maha vidyalaya</h5>
<p style="color:darkblue"><b>G.C.E. Ordinary Level Examination(2008)</b></p>
<p style="color:darkblue"><b>G.C.E. Advanced Level Examination(2013)</b></p>
</div>
<div class="clearfix"> </div>
</div>
<div class="work-info">
<div class="col-md-6 work-right work-right2">
<h4>Primary Education 1998-2002</h4>
</div>
<div class="col-md-6 work-left work-left2">
<h5> Roman Chatholic Primary School <span class="glyphicon glyphicon-education"></span></h5>
<p style="color:darkblue">I studied at Seeduwa roman chatholic primary school Grade 1 to 5.</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--//education-->
<!--skills-->
<div id="skills" class="skills">
<div class="container">
<h3 class="title">Skills</h3>
<div class="skills-info">
<div class="col-md-6 bar-grids">
<h6>Java <span> 80% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 80%">
</div>
</div>
<h6>C# <span> 75% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 75%">
</div>
</div>
<h6>C <span> 80% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 80%">
</div>
</div>
<h6>PHP <span> 80% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 80%">
</div>
</div>
<h6>MATLAB <span> 70% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 70%">
</div>
</div>
<h6>MySQL / SQL SERVER <span> 85% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 85%">
</div>
</div>
<h6>CUDA <span> 70% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 70%">
</div>
</div>
<h6>Prolog <span> 75% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 75%">
</div>
</div>
</div>
<div class="col-md-6 bar-grids">
<h6>HTML5 / CSS / Bootstrap<span> 90% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 90%">
</div>
</div>
<h6>JavaScript <span> 80% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 80%">
</div>
</div>
<h6>Jquery<span> 75% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 75%">
</div>
</div>
<h6>Node.js<span>65% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 65%">
</div>
</div>
<h6>AngularJS<span> 60% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 60%">
</div>
</div>
<h6>Java EE<span> 75% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 75%">
</div>
</div>
<h6>Bash & sh<span> 60% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 60%">
</div>
</div>
<h6>Illustrator CC / Adobe Photoshop / Adobe Premiere <span> 70% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 70%">
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--//education-->
<!--portfolio-->
<div id="projects" class="portfolio">
<div class="container">
<h3 class="title wow zoomInLeft animated" data-wow-delay=".5s">My Projects</h3>
<div class="sap_tabs">
<div id="horizontalTab" style="display: block; width: 100%; margin: 0px;">
<ul class="resp-tabs-list wow fadeInUp animated" data-wow-delay=".7s">
<li class="resp-tab-item"><span>All</span></li>
<li class="resp-tab-item"><span>Machine Learning</span></li>
<li class="resp-tab-item"><span> Java / C#</span></li>
<li class="resp-tab-item"><span>Web</span></li>
<li class="resp-tab-item"><span>Other</span></li>
</ul>
<div class="clearfix"> </div>
<div class="resp-tabs-container">
<div class="tab-1 resp-tab-content">
<div class="tab_img">
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/Public.jpg" class="swipebox" title="Ongoing final year research carried out by a group of three where our goal is to train a model using machine learning and image processing which can recognize a landmark when an image is given. <mark>Machine Learning(Python - TensorFlow)</mark>, <mark>Image Processing</mark>.">
<div class="box">
<img src="images/Public.jpg" alt="" class="img-responsive" />
<div class="ribbon"><span>ONGOING</span></div>
</div>
<div class="figcaption">
<h3><span>Landmark Recogonition</span></h3>
<p>Landmark Recogonition is ongoing final year research. Click on image for more details.<mark>Machine Learning<mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/namunu.jpg" class="swipebox" title="Namunu is English-Sinhala word translator which was developed using <mark>C#</mark>, <mark>ms Access</mark>, <mark>.net interface</mark> & <mark>google translator API</mark>.Any English word on the windows screen can be translated and the list of Sinhala words for particular word will be displayed inside big tool tip.">
<img src="images/namunu.jpg" alt="" class="img-responsive" style="height: 100%" />
<div class="figcaption">
<h3><span>Namunu Translator</span></h3>
<p>Namunu is English Sinhala Translator. We got merit award in 19th National Best Quality ICT Awards for this.<mark>C#<mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/ruralj.png" class="swipebox" title="This is standalone application which was developed using <mark>java</mark>, <mark>mysql</mark> & <mark>Netbeans IDE</mark> for bankers to handle accounts of account holders.">
<img src="images/ruralj.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Simple Account handling System(Java)</span></h3>
<p>This is Simple Bank Account management system.click on the image for more details.<mark>Java</mark> <mark>MySQL</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/ruralcs.png" class="swipebox" title="This is standalone application which was developed using <mark>C#</mark>, <mark>SQL SERVER</mark> & <mark>Visual Studio</mark> for bankers to handle accounts of account holders.">
<img src="images/ruralcs.png" alt="" class="img-responsive" style="height: 100%" />
<div class="figcaption">
<h3><span>Simple Account handling System(C#)</span></h3>
<p>This is Simple Bank Account management system.click on the image for more details.<mark>C#</mark> <mark>MySQL</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/ims.png" class="swipebox" title="Students who are interesting in to applying internship program are able to apply through this system. This for only requesting internship program. Companies who are like to give opportunity to such students can post vacancies through this system.<mark>PHP</mark>, <mark>JavaScript</mark>, <mark>JQuery</mark>, <mark>Ajax</mark>, <mark>MySQL</mark>, <mark>HTML</mark>, <mark>CSS</mark>.">
<img src="images/ims.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Internship Applying System</span></h3>
<p>This is a system for applying for internships for undergraduate students.click on image for more details.<mark>PHP</mark> <mark>MySQL</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/das.png" class="swipebox" title="Accountant can update monthly payments each member online. If any member wants a description about his/her payments possible to get PDF and receive email. Admin has authority to add members remove members and handle all payments etc.<mark>PHP</mark>, <mark>JavaScript</mark>, <mark>JQuery</mark>, <mark>Ajax</mark>, <mark>MySQL</mark>, <mark>HTML</mark>, <mark>CSS</mark>.">
<img src="images/das.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Financial Handling System</span></h3>
<p>This is doctor's financial handling system.click on image for more details.<mark>PHP</mark> <mark>MySQL</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/hms.png" class="swipebox" title="Consult a doctor online, Manage doctor's shift, Manage nurse's shift, Check doctor’s availability are main functions of this system.<mark>JSP</mark>, <mark>HTML</mark>, <mark>JavaScript</mark>, <mark>JQuery</mark> & <mark>Netbeans</mark> are used for develop this.">
<img src="images/hms.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Hospital Management System</span></h3>
<p>System for manage hospital.click on image for more details.<mark>JSP</mark> <mark>MySQL<mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/mysite.png" class="swipebox" title="I built a responsive web site including my personal details. Any person is able to download my resume using this system. Basicaly i used <mark>HTML5</mark>, <mark>JavaScript</mark>, <mark>Jquery</mark>, <mark>CSS</mark> and <mark>Bootstrap</mark> used to develop this. This is hosted using GitHub.">
<img src="images/mysite.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>My Site</span></h3>
<p>This is my personal website.Click on image for more details.<mark>HTML</mark> <mark>JavaScript</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/javat.png" class="swipebox" title="This is java tutorial for beginners to give basic knowledge about Java programming language. <mark>Adobe Premiere Pro CC</mark> is used for edit this. This tutorial was presented and edited by me.">
<img src="images/javat.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Java Video Tutorial</span></h3>
<p>This is java tutorial for beginners to give basic knowledge about Java programming language.Click on image for more details.<mark>Adobe Premiere</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/docum.png" class="swipebox" title="This is a Documentary on Impact of mobile phone to current society. This is a group project of my university. I contributed to this project as a Presenter, Director, Script writer and an Editor. <mark>Adobe Premiere Pro CC</mark> was used to edit this.">
<img src="images/docum.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Documentary</span></h3>
<p>This is Documentary on Impact of mobile phone to current society. Click on image for mare details.<mark>Adobe Premiere</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="tab-1 resp-tab-content">
<div class="tab_img">
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/Public.jpg" class="swipebox" title="Ongoing final year research carried out by a group of three where our goal is to train a model using machine learning and image processing which can recognize a landmark when an image is given. <mark>Machine Learning(Python - TensorFlow)</mark>, <mark>Image Processing</mark>.">
<div class="box">
<img src="images/Public.jpg" alt="" class="img-responsive" />
<div class="ribbon"><span>ONGOING</span></div>
</div>
<div class="figcaption">
<h3><span>Landmark Recogonition</span></h3>
<p>Landmark Recogonition is ongoing final year research. Click on image for more details.<mark>Machine Learning<mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="tab-1 resp-tab-content">
<div class="tab_img">
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/namunu.jpg" class="swipebox" title="Namunu is English-Sinhala word translator which was developed using <mark>C#</mark>, <mark>ms Access</mark>, <mark>.net interface</mark> & <mark>google translator API</mark>.Any English word on the windows screen can be translated and the list of Sinhala words for particular word will be displayed inside big tool tip.">
<img src="images/namunu.jpg" alt="" class="img-responsive" style="height: 100%" />
<div class="figcaption">
<h3><span>Namunu Translator</span></h3>
<p>Namunu is English Sinhala Translator. We got merit award in 19th National Best Quality ICT Awards for this.<mark>C#<mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/ruralj.png" class="swipebox" title="This is standalone application which was developed using <mark>java</mark>, <mark>mysql</mark> & <mark>Netbeans IDE</mark> for bankers to handle accounts of account holders.">
<img src="images/ruralj.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Simple Account handling System(Java)</span></h3>
<p>This is Simple Bank Account management system.click on the image for more details.<mark>Java</mark> <mark>MySQL</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/ruralcs.png" class="swipebox" title="This is standalone application which was developed using <mark>C#</mark>, <mark>SQL SERVER</mark> & <mark>Visual Studio</mark> for bankers to handle accounts of account holders.">
<img src="images/ruralcs.png" alt="" class="img-responsive" style="height: 100%" />
<div class="figcaption">
<h3><span>Simple Account handling System(C#)</span></h3>
<p>This is Simple Bank Account management system.click on the image for more details.<mark>C#</mark> <mark>MySQL</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="tab-1 resp-tab-content">
<div class="tab_img">
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/ims.png" class="swipebox" title="Students who are interesting in to applying internship program are able to apply through this system. This for only requesting internship program. Companies who are like to give opportunity to such students can post vacancies through this system.<mark>PHP</mark>, <mark>JavaScript</mark>, <mark>JQuery</mark>, <mark>Ajax</mark>, <mark>MySQL</mark>, <mark>HTML</mark>, <mark>CSS</mark>.">
<img src="images/ims.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Internship Applying System</span></h3>
<p>This is a system for applying for internships for undergraduate students.click on image for more details.<mark>PHP</mark> <mark>MySQL</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/das.png" class="swipebox" title="Accountant can update monthly payments each member online. If any member wants a description about his/her payments possible to get PDF and receive email. Admin has authority to add members remove members and handle all payments etc.<mark>PHP</mark>, <mark>JavaScript</mark>, <mark>JQuery</mark>, <mark>Ajax</mark>, <mark>MySQL</mark>, <mark>HTML</mark>, <mark>CSS</mark>.">
<img src="images/das.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Financial Handling System</span></h3>
<p>This is doctor's financial handling system.click on image for more details.<mark>PHP</mark> <mark>MySQL</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/hms.png" class="swipebox" title="Consult a doctor online, Manage doctor's shift, Manage nurse's shift, Check doctor’s availability are main functions of this system.<mark>JSP</mark>, <mark>HTML</mark>, <mark>JavaScript</mark>, <mark>JQuery</mark> & <mark>Netbeans</mark> are used for develop this.">
<img src="images/hms.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Hospital Management System</span></h3>
<p>System for manage hospital.click on image for more details.<mark>JSP</mark> <mark>MySQL<mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/mysite.png" class="swipebox" title="I built a responsive web site including my personal details. Any person is able to download my resume using this system. Basicaly i used <mark>HTML5</mark>, <mark>JavaScript</mark>, <mark>Jquery</mark>, <mark>CSS</mark> and <mark>Bootstrap</mark> used to develop this. This is hosted using GitHub.">
<img src="images/mysite.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>My Site</span></h3>
<p>This is my personal website.Click on image for more details.<mark>HTML</mark> <mark>JavaScript</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="tab-1 resp-tab-content">
<div class="tab_img">
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/javat.png" class="swipebox" title="This is java tutorial for beginners to give basic knowledge about Java programming language. <mark>Adobe Premiere Pro CC</mark> is used for edit this. This tutorial was presented and edited by me.">
<img src="images/javat.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Java Video Tutorial</span></h3>
<p>This is java tutorial for beginners to give basic knowledge about Java programming language.Click on image for more details.<mark>Adobe Premiere</mark></p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4 portfolio-grids">
<div class="grid">
<div style="height: 235px">
<a href="images/docum.png" class="swipebox" title="This is a Documentary on Impact of mobile phone to current society. This is a group project of my university. I contributed to this project as a Presenter, Director, Script writer and an Editor. <mark>Adobe Premiere Pro CC</mark> was used to edit this.">
<img src="images/docum.png" alt="" class="img-responsive" style="height: 100%"/>
<div class="figcaption">
<h3><span>Documentary</span></h3>
<p>This is Documentary on Impact of mobile phone to current society. Click on image for mare details.<mark>Adobe Premiere</mark></p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--ResponsiveTabs-->
<script src="js/easyResponsiveTabs.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#horizontalTab').easyResponsiveTabs({
type: 'default', //Types: default, vertical, accordion
width: 'auto', //auto or any width like 600px
fit: true // 100% fit in a container
});
});
</script>
<!--//ResponsiveTabs-->
<!-- swipe box js -->
<script src="js/jquery.swipebox.min.js"></script>
<script type="text/javascript">
jQuery(function($) {
$(".swipebox").swipebox();
});
</script>
<!-- //swipe box js -->
</div>
</div>
<!--//portfolio-->
<!--contact -->
<div class="welcome contact" id="contact">
<div class="container">
<h3 class="title">Contact Me</h3>
<div class="contact-row">
<div class="col-md-6 contact-left">
<iframe style="height:100%" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJZYJUJkvw4joRZG2PRBHb-BM&key=AIzaSyAzkFYUxf-0v9ChK9eYALSy0oSL7vJ-vQo"></iframe>
</div>
<div class="col-md-6 contact-right">
<div class="address-left">
<p>172,Seeduwa North, Seeduwa<br> 11410,Sri Lanka </p>
</div>
<div class="address-right">
<p>Call Me : +94711214884</p>
<p>E-mail : <a href="[email protected]">[email protected]</a></p>
</div>
<div class="clearfix"></div>
<div class="contact-form">
<form action="#" method="post">
<input type="text" name="Name" placeholder="Name" required="">
<input class="email" name="Email" type="text" placeholder="Email" required="">
<input class="phone" name="phone" type="text" placeholder="Phone" required="">
<textarea name="Message" placeholder="Message" required=""></textarea>
<input type="submit" value="SUBMIT" >
</form>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--//contact -->
<!--footer-->
<div class="footer">
<div class="container">
<p>© 2018 My Site. All rights reserved | Design by <a href="www.shehanravindu.me">Shehan Ravindu</a></p>
</div>
</div>
<!--//footer-->
<!--smooth-scrolling-of-move-up-->
<script type="text/javascript">
$(document).ready(function() {
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!--//smooth-scrolling-of-move-up-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.js"></script>
</body>
</html>