-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
503 lines (446 loc) · 26.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- bootstrap css cdn link -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/navBar.css">
<link rel="shortcut icon" href="image/user-image/developer.png" type="image/x-icon">
<title>Dilan kanishka</title>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary navbar-custom" id="home">
<div class="container-fluid">
<a class="navbar-brand fs-2 fw-bold" href="#">Dilan Kanishka</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mb-lg-0 fs-5 fw-semibold gap-4">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- web share function -->
<div class="d-flex justify-content-end">
<div class=" position-absolute me-4 web-share-icon">
<img src="image/tools-image/share.png" id="shareBtn" alt="share icon" class="shareImageWidth" >
</div>
</div>
<!-- main details background -->
<div class=" main-details-bg z-n1">
<!-- this is white background -->
</div>
<!-- body section start -->
<div class="container mt-5">
<div class="row align-items-center">
<div class="col-md-6">
<!-- user image -->
<img src="image/user-image/dilan2.jpg" class="user-main-img m-5" alt="user Image">
</div>
<div class="col-md-6">
<!-- main Texts -->
<div class="text-center">
<pre class="fw-bold">Welcome to My Portfolio!</pre>
<h1 class="mb-2 large-heading fw-bolder">I'm a Full Stack Developer</h1>
<p> An undergraduate student at SLIATE <br>
<a href="http://www.sliate.ac.lk" target="_blank" rel="noopener noreferrer">
<span class="text-primary fw-bold">
SRI LANKA INSTITUTE OF ADVANCED TECHNOLOGICAL EDUCATION
</span>
</a>
</p>
</div>
<!-- social media links -->
<div class="d-flex justify-content-center gap-4 img-fluid mb-4">
<div class="rounded-circle shadow-bg hover-animation">
<a href="https://github.com/Dilan032" target="_blank" rel="noopener noreferrer">
<img src="image/social-media-image/github.png" alt="github-icon" width="40px">
</a>
</div>
<div class="rounded-circle shadow-bg hover-animation">
<a href="https://wa.me/94779922985" target="_blank" rel="noopener noreferrer">
<img src="image/social-media-image/whatsapp.png" alt="whatsapp-icon" width="40px">
</a>
</div>
<div class="rounded-circle shadow-bg hover-animation">
<a href="https://www.linkedin.com/in/dilan-kanishka032/" target="_blank" rel="noopener noreferrer">
<img src="image/social-media-image/linkedin.png" alt="linkedin-icon" width="40px">
</a>
</div>
<div class="rounded-circle shadow-bg hover-animation">
<a href="mailto:[email protected]">
<img src="image/social-media-image/gmail.png" alt="gmail-icon" width="40px">
</a>
</div>
</div>
<!-- for resume download or view -->
<div class="d-grid gap-2 d-md-flex justify-content-md-center position-relative text-center">
<button onclick="openPDF()" class="btn btn-primary btn-lg mb-4 me-md-2 position-static position-md-absolute hover-animation">📄 View Resume</button>
<a href="resume/W.P.D.D.K.WeerasinhgeResume.pdf" download="W.P.D.D.K.WeerasinhgeResume.pdf" class="btn btn-primary btn-lg mb-4 me-md-2 position-static position-md-absolute hover-animation">📥 Download Resume</a>
</div>
</div>
</div>
</div>
<!-- about page -->
<div class="mt-4">
<div class="about-bg p-5 mb-4 text-center">
<h2 id="about">About Me</h2>
<p class="font-monospace">
Hello! My name is W.P.D. Dilan Kanishka Weerasinghe. <br>
An undergraduate student pursuing an Higher National Diploma in Information Technology at <br>
SLIATE from 2021, with a keen interest in innovative design and development problem solving. Likes <br>
to learn and test new technologies, embrace challenges and different projects with enthusiasm.
</p>
</div>
</div>
<!-- my project section -->
<div class="container mt-4">
<h2 id="Projects" class="text-center mt-5">My projects📝</h2>
<div class="row align-items-center">
<div class="col-12 col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center align-items-center">
<div class="card mt-5 project-section-card">
<img src="image/project-images/main-img-gamewith Logo.png" class="card-img-top" alt="game image">
<div class="card-body">
<h5 class="card-title">Web Based Computer Game</h5>
<hr>
<p class="card-text">
<span class="badge rounded-pill text-bg-secondary p-1">1st project in SLIATE</span>
Developed an engaging game using Scratch.
</p>
<div class="mt-4">
<span class="badge rounded-pill text-bg-dark p-1">Scratch programming Language</span>
<span class="badge rounded-pill text-bg-dark p-1">Html-Css</span>
<span class="badge rounded-pill text-bg-success p-1">Figma-UI/UX</span>
<span class="badge rounded-pill text-bg-success p-1">Figma-plugin</span>
<span class="badge rounded-pill text-bg-info p-1">GitHub</span>
<span class="badge rounded-pill text-bg-info p-1">GitHub-Page</span>
</div>
<hr>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#Game">View</button>
</div>
</div>
</div>
<!-- Modal for Web Based Computer Game-->
<div class="modal fade mt-5" id="Game" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel">Web Based Computer Game</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>
Here the player has to collect fruits while protecting from enemies.
It also shows the number of fruits collected by the player and the health of the player.
<hr>
There are 6 game levels. These game levels are created separately and included in a website.
<br><br>
<span class="fw-bold">Visit To </span>
<a href="https://dilan032.github.io/WebBased-Game-and-WebSite/" target="_blank" rel="noopener noreferrer" class="fs-5 hover-animation">
Bubble Fruit Website
</a>
</p>
</div>
<div class="modal-footer">
<a href="projects/WebBasedComputerGame/WebBasedComputerGame.html" class="btn btn-primary hover-animation">Screenshots</a>
<a href="https://www.figma.com/design/UPzGzLjsF3SDnGhJNsBVNZ/Bubble-Fruit-WebSite?t=43evfqY8JE8yEy0c-1" target="_blank" rel="noopener noreferrer" class="btn btn-primary hover-animation">UI/UX Design</a>
<a href="https://github.com/Dilan032/WebBased-Game-and-WebSite" target="_blank" rel="noopener noreferrer" class="btn btn-dark hover-animation">Source Code</a>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center align-items-center">
<div class="card mt-5 project-section-card">
<img src="image/project-images/home page.JPG" class="card-img-top" alt="game image">
<div class="card-body">
<h5 class="card-title">Travel Package Booking Web Application</h5>
<hr>
<p class="card-text">
<span class="badge rounded-pill text-bg-secondary p-1">final project in SLIATE</span>
Developed a web application using Laravel 11.
</p>
<div class="mt-4">
<span class="badge rounded-pill text-bg-dark p-1">Laravel 11x</span>
<span class="badge rounded-pill text-bg-dark p-1">Bootstrap</span>
<span class="badge rounded-pill text-bg-dark p-1">Html-Css</span>
<span class="badge rounded-pill text-bg-secondary p-1">CkEditor5</span>
<span class="badge rounded-pill text-bg-secondary p-1">Xampp-server</span>
<span class="badge rounded-pill text-bg-success p-1">Figma-UI/UX</span>
<span class="badge rounded-pill text-bg-info p-1">GitHub</span>
</div>
<hr>
<a href="#" class="btn btn-primary hover-animation" data-bs-toggle="modal" data-bs-target="#TravelWeb">View</a>
</div>
</div>
</div>
<!-- Modal for Travel Package Booking Web Application-->
<div class="modal fade mt-4 mb-5" id="TravelWeb" tabindex="-1" aria-labelledby="TravelWeb" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel"> Travel Package Booking Web Application</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>
<div class="p-3 mb-2 bg-black text-white">User features</div>
<ul>
<li> <b>View details about </b>
<br>
travel agency , Blog Post , Travel Packages
</li>
<hr>
<li> <b>Book Travel package </b>
<br>
entering relavet Information
</li>
<hr>
<li><b>View Current status about Booking</b>
<br>
payment <small>(pendin , Conform , Reject)</small>
<br>
booking <small>(pendin , Conform , Reject)</small>
</li>
<hr>
<li> <b>View the invoice and pay for the relevant booking</b> </li>
<hr>
<li> <b>Contact travel agency using Contact Form </b>
<br>
any one can contact travel agency without login
</li>
</ul>
<hr>
<div class="p-3 mb-2 bg-black text-white">Admin features</div>
<br>
<ul>
<li> <b>View all summary of the web application</b>
<br>
Users <small>(Active and inactive users)</small> <br>
Resavation <small>(All, Confirm, Reject, Check payments for bookings)</small> <br>
Blog Post <br>
Travel Packages <br>
</li>
<hr>
<li> <b>Manage Users</b>
<br>
Show User Details <small>(Number Of Reservations, Date of Joining etc.)</small> <br>
Contact or Remove User Account
</li>
<hr>
<li> <b>User's Massages</b>
<br>
View, Delete, Date and Time ,Sending email to user.
</li>
<hr>
<li> <b>CRUD Operations For Trvel Package</b>
<br>
create , Delete , View , Update
</li>
<hr>
<li> <b>CRUD Operations For Blog Post</b>
<br>
create , Delete , View , Update
</li>
</ul>
</p>
</div>
<div class="modal-footer mb-5">
<a href="projects/TavelPackageBookingWebApplication/TavelPackageBookingWeb.html" class="btn btn-primary hover-animation">Screenshots</a>
<a href="https://www.figma.com/design/E5aFcTBk4oNJvYFS6FPTE7/Travel-Package-Web-App-%22-Sinha-Tour-%22?node-id=0-1&t=43evfqY8JE8yEy0c-1" target="_blank" rel="noopener noreferrer" class="btn btn-primary hover-animation">UI/UX Design</a>
<a href="https://github.com/Dilan032/Travel-Package-Booking-Web-Application" target="_blank" rel="noopener noreferrer" class="btn btn-dark hover-animation">Source Code</a>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center align-items-center">
<div class="card mt-5 project-section-card">
<img src="image/project-images/portfolio web ss.JPG" class="card-img-top" alt="game image">
<div class="card-body">
<h5 class="card-title mb-5">Portfolio</h5>
<hr>
<p class="card-text">
My Portfolio WebSite.
</p>
<div class="mt-5 mb-4">
<span class="badge rounded-pill text-bg-dark p-1">Bootstrap</span>
<span class="badge rounded-pill text-bg-dark p-1">Html-Css</span>
<span class="badge rounded-pill text-bg-success p-1">Figma-UI/UX</span>
<span class="badge rounded-pill text-bg-info p-1">GitHub</span>
<span class="badge rounded-pill text-bg-info p-1">GitHub-page</span>
<span class="badge rounded-pill text-bg-success p-1">Responsive-Design</span>
</div>
<hr>
<a href="#" class="btn btn-primary hover-animation" data-bs-toggle="modal" data-bs-target="#Portfolio">View</a>
</div>
</div>
</div>
<!-- Modal for Portfolio-->
<div class="modal fade mt-5 " id="Portfolio" tabindex="-1" aria-labelledby="Portfolio" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel"> Portfolio WebSite.</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>
My Portfolio WebSite.
</p>
</div>
<div class="modal-footer">
<a href="https://www.figma.com/design/GKoc4sbautj9W1CK4fBAuo/Portfolio?t=43evfqY8JE8yEy0c-1" target="_blank" rel="noopener noreferrer" class="btn btn-primary hover-animation">UI/UX Design</a>
<a href="https://github.com/Dilan032/Portfolio" target="_blank" rel="noopener noreferrer" class="btn btn-dark hover-animation">Source Code</a>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center align-items-center">
<div class="card mt-5 project-section-card">
<img src="image/project-images/past paper web2.JPG" class="card-img-top" alt="game image">
<div class="card-body">
<h5 class="card-title">Past Paper Management Web Application</h5>
<hr>
<p class="card-text">
Frontend is developed.
</p>
<br>
<div class="mt-4">
<span class="badge rounded-pill text-bg-dark p-1">Php</span>
<span class="badge rounded-pill text-bg-dark p-1">Bootstrap</span>
<span class="badge rounded-pill text-bg-dark p-1">Html-Css</span>
<span class="badge rounded-pill text-bg-success p-1">Figma-UI/UX</span>
<span class="badge rounded-pill text-bg-info p-1">GitHub</span>
<span class="badge rounded-pill text-bg-success p-1">Responsive-Design</span>
</div>
<hr>
<a href="#" class="btn btn-primary hover-animation" data-bs-toggle="modal" data-bs-target="#PastPaperManagementWeb">View</a>
</div>
</div>
</div>
<!-- Modal for Past Paper Management Web Application-->
<div class="modal fade mt-5" id="PastPaperManagementWeb" tabindex="-1" aria-labelledby="TravelWeb" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel">Past Paper Management Web Application</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>
This web application was created to manage past papers. <br>
Only the front view is designed here
</p>
</div>
<div class="modal-footer">
<a href="projects/PastPaperManagementWebApplication/PastPaperManagementWeb.html" class="btn btn-primary hover-animation">Screenshots</a>
<a href="https://www.figma.com/design/L9oaAtUob725JzzzCSqHR5/Past-Paper-Management-Web-Application?t=43evfqY8JE8yEy0c-1" target="_blank" rel="noopener noreferrer" class="btn btn-primary hover-animation">UI/UX Design</a>
<a href="https://github.com/Dilan032/Past-Paper-Management-Web-Application" target="_blank" rel="noopener noreferrer" class="btn btn-dark hover-animation">Source Code</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- my skill section -->
<div class="about-bg p-5 mt-5 text-center">
<h2 id="Skills" class="mb-4">My Skills</h2>
<div class="row">
<div class="col-12 col-sm-6 col-md-4 col-lg-4">
<div class="card text-bg-secondary mb-3 shadow-bg" >
<div class="card-header">Web Development</div>
<div class="card-body">
<!-- <h5 class="card-title">Primary card title</h5> -->
<p class="card-text">⭐ Html ⭐ Css ⭐ Sass</p>
<p class="card-text">⭐ Php ⭐ Sql</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-4">
<div class="card text-bg-dark mb-3 shadow-bg">
<div class="card-header">Frameworks</div>
<div class="card-body">
<!-- <h5 class="card-title">Secondary card title</h5> -->
<p class="card-text">⭐Bootstrap Css Framework</p>
<p class="card-text">⭐Laravel Backend Framework</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-4">
<div class="card text-bg-secondary mb-3 shadow-bg">
<div class="card-header">Design & Version Control</div>
<div class="card-body">
<!-- <h5 class="card-title">Success card title</h5> -->
<p class="card-text">⭐ Figma</p>
<p class="card-text">⭐ GitHub</p>
</div>
</div>
</div>
</div>
</div>
<!-- Contact section -->
<div class="text-center mt-5">
<p id="Contact" class="d-inline-flex gap-1">
<button class="btn btn-primary btn-lg shadow-bg hover-animation" type="button" data-bs-toggle="collapse" data-bs-target=".multi-collapse" aria-expanded="false" aria-controls="multiCollapseExample1 multiCollapseExample2">
Contact Dilan Kanishka
</button>
</p>
<div class="container">
<div class="row mb-5">
<div class="col">
<div class="collapse multi-collapse" id="multiCollapseExample1">
<div class="card card-body p-4">
<img src="image/social-media-image/whatsapp.png" class="mx-auto d-block mb-3" alt="whatsapp-icon" width="50px">
<a href="https://wa.me/94779922985" target="_blank" rel="noopener noreferrer" type="button" class="btn btn-success shadow-bg">View Whatsapp</a>
</div>
</div>
</div>
<div class="col">
<div class="collapse multi-collapse" id="multiCollapseExample2">
<div class="card card-body p-4">
<img src="image/social-media-image/gmail.png" class="mx-auto d-block mb-3" alt="whatsapp-icon" width="50px">
<a href="mailto:[email protected]" type="button" class="btn btn-info shadow-bg">View Email Address</a>
</div>
</div>
</div>
</div>
</div>
<!-- <pre class="text-center">
I am always open to new opportunities and collaborations. Feel free to explore my projects and connect with me through [LinkedIn/Email/Portfolio Website].
Let's work together to create innovative solutions and drive technological advancements!
</pre> -->
</div>
<!-- to come the home section -->
<div class="d-flex justify-content-end">
<a href="#home" class="m-2">
<img src="image//tools-image/home.png" alt="home icon" width="60px">
</a>
</div>
<!-- footer -->
<div class="p-2 mb-2 bg-dark text-white text-center"> 👨💻<pre>D_oneCreation</pre> </div>
<!-- bootstrap css cdn link -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- for open the PDF -->
<script src="js/openPDF.js"></script>
<!-- for web share function -->
<script src="js/webShare.js"></script>
</body>
</html>