-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
594 lines (507 loc) · 37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/color1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="css/style-switcher.css">
<link rel="stylesheet" href="css/color1.css" class="alternate-style" title="color1" disabled>
<link rel="stylesheet" href="css/color2.css" class="alternate-style" title="color2" disabled>
<link rel="stylesheet" href="css/color3.css" class="alternate-style" title="color3" disabled>
<link rel="stylesheet" href="css/color4.css" class="alternate-style" title="color4" disabled>
<link rel="stylesheet" href="css/color5.css" class="alternate-style" title="color5" disabled>
</head>
<body>
<div class="main-container">
<div class="aside">
<div class="logo">
<a href="#"><span>N</span>ilanka</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li><a href="#home" class="active"><i class="fa fa-home"></i>Home</a></li>
<li><a href="#about"><i class="fa fa-user"></i>About</a></li>
<li><a href="#services"><i class="fa fa-list"></i>Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i>Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Conatct</a></li>
</ul>
</div>
<!----------------Main content Start----------------->
<div class="main-content">
<!----------------home section Start----------------->
<section class="home active section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hello, my name is <span class="name">Nilanka</span></h3>
<h3 class="my-profession">I' m a <span class="typing">Web developer</span></h3>
<p>I'm a Software Engineeering Undegraduate at Saegis Campus.
Mainly focusing on to be a front-end developer but also studying every area of this field.</p>
<a href="Nilanka Jayalathcv.pdf" class="btn">Download CV</a>
</div>
<div class="home-img padd-15">
<img src="img/profile56.png" alt="">
</div>
</div>
</div>
</section>
<!------------------------------home section end--------------------------------------->
<!--------------------------------About section Start----------------------->
<section class="about section" id="about">
<div class="picture">
<div class="ab">
<img src="img/saegis8.jpg" height="89%" width="5">
<span class="circle-spin"></span>
</div>
</div>
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-15">
<h3>I'm Nilanka Jayalath and <span>Web Developer !</span></h3>
<p>Currently doing my degree I am a student who likes to learn development methods
and gather data and knowledge about coding skills etc.I would like to be
skilled in my development work throughout my career. As a developer,software engineer I
develop creativity with technical expertise to face complex challenges in the field.</p>
</div>
</div>
<div class="row">
<div class="personal-info padd-15">
<div class="row">
<div class="info-item padd-15">
<p>Birthday : <span>03 Dec 2002</span></p>
</div>
<div class="info-item padd-15">
<p>Age : <span>23</span></p>
</div>
<div class="info-item padd-15">
<p>Github : <span>github.com/nilankajayalath</span></p>
</div>
<div class="info-item padd-15">
<p>Email : <span>nilankajayalath12@gmail.com</span></p>
</div>
<div class="info-item padd-15">
<p>Degree : <span>Software engineering</span></p>
</div>
<div class="info-item padd-15">
<p>Phone : <span>+94768801174</span></p>
</div>
<div class="info-item padd-15">
<p>Linkedin : <span>www.linkedin.com/in/
nilanka-jayalath</span></p>
</div>
</div>
<div class="row">
<div class="buttons padd-15">
<a href="#contact" data-section-index="1" class="btn hire-me">Hire Me</a>
</div>
</div>
</div>
<div class="skills padd-15">
<div class="row">
<div class="skill-item padd-15">
<h5>HTML</h5>
<div class="progress">
<div class="progress-in" style="width: 93%;"></div>
<div class="skill-percent">93%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>CSS</h5>
<div class="progress">
<div class="progress-in" style="width: 85%;"></div>
<div class="skill-percent">85%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>MongoDB</h5>
<div class="progress">
<div class="progress-in" style="width: 75%;"></div>
<div class="skill-percent">75%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>React</h5>
<div class="progress">
<div class="progress-in" style="width: 70%;"></div>
<div class="skill-percent">70%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>PHP</h5>
<div class="progress">
<div class="progress-in" style="width: 70%;"></div>
<div class="skill-percent">70%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>JavaScript</h5>
<div class="progress">
<div class="progress-in" style="width: 68%;"></div>
<div class="skill-percent">68%</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="education padd-15">
<h3 class="title">Education</h3>
<div class="row">
<div class="timeline-box padd-15">
<div class="timeline shadow-dark">
<!-----Timeline-->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i> 2019 - 2021
</h3>
<h4 class="timeline-title">Advance Level Examination</h4>
<p class="timeline-text">Advance Level Exam is passed in three credits in subjects.</p>
</div>
<!-----Timeline-->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i> 2019
</h3>
<h4 class="timeline-title">4 Month IT Java Course</h4>
<p class="timeline-text">I am Completed 4 month IT Java Course. </p>
</div>
<!-----Timeline-->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i> 2022-present
</h3>
<h4 class="timeline-title">BSc.(Hons) Software Engineering </h4>
<p class="timeline-text">I am third year Software Engineering student.I have
completed Java,HTML, CSS, PHP, MongoDB, JavaScript,React, technologies
Willing to develop more technical knowledge in the future.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="experience padd-15">
<h3 class="title">Experience</h3>
<div class="row">
<div class="timeline-box padd-15">
<div class="timeline shadow-dark">
<!-----Timeline-->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i> 2023
</h3>
<h4 class="timeline-title">Gym Management System</h4>
<p class="timeline-text">I have experience in first year group project.
For that we choose a Gym Management System.It Using HTML,CSS,PHP,JavaScript technologies
and MySQL with connected to the Database.</p>
</div>
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i> 2024
</h3>
<h4 class="timeline-title">Hotel Management System</h4>
<p class="timeline-text">I am developed a Hotel Management System.This Project is a multifunctional
system including admin and user models with CRUD operation.It is Developed to userfriendly
and responsively.
</p>
</div>
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i> 2024
</h3>
<h4 class="timeline-title">Blood Appointment System</h4>
<p class="timeline-text">This project includes essential features like user signup,blood donation form,
appoinment form and blood donation functionalities.it used by HTML ,CSS, JavaScript ,PHP,MySQL key technologies.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!----------------About section end----------------->
<!----------------servuce section Start----------------->
<section class="service section" id="services">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Services</h2>
</div>
</div>
<div class="row">
<!--------------------------------srvice item Start----------------------->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-laptop-code"></i>
</div>
<h4>Front-End Development</h4>
<p>I specialize in stunning and functional user interfaces.
From responsive web designs to interactive user experiences, I bring creativity and technical
precision to every project. Let's collaborate to transform your ideas into captivating and user-friendly
digital experiences.</p>
</div>
</div>
<!--------------------------------srvice item Start----------------------->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-palette"></i>
</div>
<h4>Web Design</h4>
<p>I focus on crafting visually engaging and intuitive interfaces that leave a lasting impression.
I prioritize user experience, responsiveness, and modern design trends. Let's collaborate to build web designs
that also service provides a for users.</p>
</div>
</div>
<!--------------------------------srvice item Start----------------------->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-mobile-alt"></i>
</div>
<h4>Project Management</h4>
<p> As a dedicated maintenance specialist, I offer meticulous upkeep to keep your website running smoothly. From
regular updates and security patches to content refreshes and troubleshooting, I ensure your online platform
remains current and user-friendly.</p>
</div>
</div>
<!--------------------------------srvice item Start----------------------->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-code"></i>
</div>
<h4>Back-End Development</h4>
<p> I specialize in secure server-side solutions that power the functionality of your
web applications. From database management to server optimization, I ensure
seamless interactions between your users and the underlying systems. </p>
</div>
</div>
<!--------------------------------service item Start----------------------->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-bullhorn"></i>
</div>
<h4>UI / UX Design</h4>
<p>I specialize in functional user interfaces and user experiences. From UI / UX designs
to interactive user experiences, I bring creativity to every project. Let's collaborate
to transform your ideas into captivating and user-friendly digital experiences..</p>
</div>
</div>
<!--------------------------------service item Start----------------------->
<!--------------------------------service item end----------------------->
</div>
</div>
</section>
<!--------------------------------service section end----------------------->
<!--------------------------------portfolio section start----------------------->
<section class="portfolio section" id="portfolio">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Portfolio</h2>
</div>
</div>
<div class="row">
<div class="portfolio-heading padd-15">
<h2>My Latest Projects:</h2>
</div>
</div>
<div class="row">
<!--------------------------------portfolio item Start----------------------->
<div class="portfolio-item padd-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/blod11.png" alt="">
<div class="layer">
<h5>Blood Donation System</h5>
<p>I have Developed a Website for a blood donation appointment system where customer can experience
very user friendly & responsive website.</p>
<a href="#"><i class='bx bx-link-external' style='color:#00ccff'></i></a>
</div>
</div>
</div>
</div>
<div class="portfolio-item padd-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/hotel.png" alt="">
<div class="layer">
<h5>Hotel Management System</h5>
<p>This project is a multifunctional system that includes admin and user models with CRUD
operation.It is Fully responsive and User Friendly this system.
</p>
<a href="#"><i class='bx bx-link-external' style='color:#00ccff'></i></a>
</div>
</div>
</div>
</div>
<div class="portfolio-item padd-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/travel5.jpg" alt="">
<div class="layer">
<h5> Travel Wesite</h5>
<p>I have Developed a Responsive Website for a Travel Sri Lanka System where customer can experience
very user friendly website.</p>
<a href="https://github.com/nilankajayalath/Travel"><i class='bx bx-link-external' style='color:#00ccff'></i></a>
</div>
</div>
</div>
</div>
<div class="portfolio-item padd-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/weather.png" alt="">
<div class="layer">
<h5> Weather App</h5>
<p>I am created this Weather application, you can know the weather condition,wind speed , temperture of
the main cities of the world.
</p>
<a href="https://lnkd.in/gEnypViu"><i class='bx bx-link-external' style='color:#00ccff'></i></a>
</div>
</div>
</div>
</div>
<div class="portfolio-item padd-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/gym.png" alt="">
<div class="layer">
<h5> Gym Management System Website</h5>
<p>This Website has been developed to facilitate the tasks of the admin side.</p>
<a href="#"><i class='bx bx-link-external' style='color:#00ccff'></i></a>
</div>
</div>
</div>
</div>
<!--------------------------------portfolio item end----------------------->
</div>
</div>
</section>
<!--------------------------------portfolio section end----------------------->
<!--------------------------------contact section Start----------------------->
<section class="contact section" id="contact">
<div class="conatiner">
<div class="row">
<div class="section-title padd-15">
<h2>Contact Me</h2>
</div>
</div>
<h3 class="contact-title padd-15">Have You Any Questions ?</h3>
<h4 class="contact-sub-title padd-15">I'M AT YOUR SERVICES</h4>
<div class="row">
<!--------------------------------contact info item Start----------------------->
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-phone"></i></div>
<h4>Call Us On</h4>
<p>+94768801174</p>
</div>
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa-brands fa-linkedin" style="color: #cfb017;"></i></div>
<h4>Linkedin</h4>
<p>www.linkedin.com/in/
nilanka-jayalath
</p>
</div>
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-envelope"></i></div>
<h4>Email</h4>
<p>nilankajayalath12@gmail.com</p>
</div>
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-github"></i></div>
<h4>Github</h4>
<p>github.com/nilankajayalath</p>
</div>
</div>
<h3 class="contact-title padd-15">Send Me An Email</h3>
<h4 class="contact-sub-title padd-15">I'm Very Resposive To Your Message.</h4>
<!----------------------------------contact form----------------------->
<div class="row">
<form action="https://api.web3forms.com/submit" method="POST">
<div class="contact-form padd-15">
<div class="row">
<input type="hidden" name="access_key" value="f4c5163c-a0db-4dba-96b1-0dc59034e551">
<div class="form-item col-6 padd-15">
<div class="form-group">
<input type="text" name="name" class="form-control" placeholder="Enter Your Name" required>
</div>
</div>
<div class="form-item col-6 padd-15">
<div class="form-group">
<input type="email" name="email" class="form-control" placeholder="Enter Your Email" required>
</div>
</div>
</div>
<div class="row">
<div class="form-item col-12 padd-15">
<div class="form-group">
<textarea name="message" class="form-control" id="" placeholder="Enter Your Message" required></textarea>
</div>
</div>
</div>
<div class="row">
<div class="form-item col-12 padd-15">
<input type="submit" class="btn" placeholder="Message">
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!---------------------------Contact section end----------------->
</div>
</div>
<!--------------------------main content end ----------------->
<!---------------------------Style Switcher Start----------------->
<div class="style-switcher">
<div class="style-switcher-toggler s-icon">
<i class="fas fa-cog fa-spin"></i>
</div>
<div class="day-night s-icon">
<i class="fas "></i>
</div>
<h4>Theme Colors</h4>
<div class="colors">
<span class="color1" onclick="setActiveStyle('color1')"></span>
<span class="color2" onclick="setActiveStyle('color2')"></span>
<span class="color3" onclick="setActiveStyle('color3')"></span>
<span class="color4" onclick="setActiveStyle('color4')"></span>
<span class="color5" onclick="setActiveStyle('color5')"></span>
</div>
</div>
<!---------------------------Style Switcher Start----------------->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.1.0/typed.umd.js" integrity="sha512-+2pW8xXU/rNr7VS+H62aqapfRpqFwnSQh9ap6THjsm41AxgA0MhFRtfrABS+Lx2KHJn82UOrnBKhjZOXpom2LQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="js/script.js"></script>
<script src="js/style-switcher.js"></script>
</body>
</html>