-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
384 lines (384 loc) · 25 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
<!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">
<title>Portfolio</title>
<!--====Here are CSS Files===-->
<link rel="stylesheet" href="Style.css">
<link rel="stylesheet" href="color.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
</head>
<body>
<!--=====Main Container Start=====-->
<div class="main-container">
<!--====Aside Start====-->
<div class="aside">
<div class="logo">
<a href="#"><span>U</span>dith</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="#portfolio"><i class="fa fa-briefcase"></i>Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i> Contact</a></li>
</ul>
</div>
<!--====Aside End======-->
<!--====Main Content Start====-->
<div class="main-content">
<!--====Home Section Start====-->
<section class="home section" id="home">
<div class="container">
<div class="row">
<div class="home-info padd-15">
<h3 class="hello">Hi, My name is <span class="name">Udith Kavishka</span></h3>
<h3 class="my-profession">I'm a <span class="typing">SE Undergraduate</span></h3>
<p>I'm currently an Undergraduate at Informatics Institute of Technologies, who
looking for a career path. My skills are in Programming, Web Design, Technolgy Support and more...</p>
<a href="#contact" class="btn find-me">Contact Me</a>
</div>
<div class="home-img padd-15">
<img src="my.jpg" alt="Me">
</div>
</div>
</div>
</section>
<!--====Home Section End======-->
<!--====About Section Start===-->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<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 Udith Kavishka, currently an <span>Undergraduate of IIT</span>, Sri Lanka.</h3>
<p>I enjoy applying newly learned/discovered things to my code and experiment them
same time honing my skills. I also love logic and structure of coding and always
strive to write an elegant and efficient code whether it'd be HTML, CSS, JS, Python or anything.
Learning foreign languages<br/> Reading and trying to write novels<br/>Trying out variuos genres of Music<br/>
Watching Movies are things what I ususally do in my leisure time.</p>
</div>
</div>
<div class="row">
<div class="personal-info padd-15">
<div class="row">
<div class="info-item padd-15">
<p>Birthday : <span>29<sup>th</sup> Oct 2002</span></p>
</div>
<div class="info-item padd-15">
<p>Age : <span>21</span></p>
</div>
<div class="info-item padd-15">
<p>Website : <span>https://beacons.ai/udith</span></p>
</div>
<div class="info-item padd-15">
<p>Email : <span>[email protected]</span></p>
</div>
<div class="info-item padd-15">
<p>Degree : SE(Undergraduate)</span></p>
</div>
<div class="info-item padd-15">
<p>Phone : <span>+94 740 771 383</span></p>
</div>
<div class="info-item padd-15">
<p>City : <span>Galle</span></p>
</div>
<div class="info-item padd-15">
<p>Country : <span>Sri Lanka</span></p>
</div>
</div>
<div class="row">
<div class="buttons padd-15">
<a href="##" class="btn">Download CV</a>
<a href="#contact" class="btn find-me">Find 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: 46%;"></div>
<div class="skill-percent">46%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>CSS</h5>
<div class="progress">
<div class="progress-in" style="width: 45%;"></div>
<div class="skill-percent">45%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>JS</h5>
<div class="progress">
<div class="progress-in" style="width: 20%;"></div>
<div class="skill-percent">20%</div>
</div>
</div>
<div class="skill-item padd-15">
<h5>SQL</h5>
<div class="progress">
<div class="progress-in" style="width: 30%;"></div>
<div class="skill-percent">30%</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 item ===== -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>2008 - 2012
</h3>
<h4 class="timeline-title">Primary Education</h4>
<p class="timeline-text">I gained my primary education in <b>G/Gakeminawa Primary School</b>
Where I spent my 5 years of primary studies and successfully made it through till
Secondary college.
</p>
</div>
<!-- ===== Timeline item ===== -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>2013 - 2021
</h3>
<h4 class="timeline-title">Secondary Education</h4>
<p class="timeline-text">I successfully completed my next years of secondary education
at <b>G/Devapathiraja College</b> and faced <i>G.C.E. O/Ls in 2018, G.C.E. A/Ls in 2021(2022)</i>
and finally made my way for Higher Studies.
</p>
</div>
<!-- ===== Timeline item ===== -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>Since 2023
</h3>
<h4 class="timeline-title">Higher Education</h4>
<p class="timeline-text">I am currently at my higher education, as an Undergraduate of
<b>Informatics Institute of Technology</b>.<i>Bachelor of Enginnering (Honourary)
Software Enginnering</i> is the degree programme, I follow there. Currently strive to
get an Internship and finally make it through till the degree.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="experience padd-15">
<h3 class="title">Other Relevant Courses</h3>
<div class="row">
<div class="timeline-box padd-15">
<div class="timeline shadow-dark">
<!-- ===== Timeline item ===== -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-bullseye"></i>2017
</h3>
<h4 class="timeline-title">ICT, English and Soft Skills</h4>
<p class="timeline-text">I joined a 6 month duration of<strong> ICT, English and Soft Skills</strong> course conducted
at Gateway Institute by <i>Cinnamon, John Keels Foundation</i>. Where I successfully completed it and
get a valuable certificate which if I ever considering joining their foundation, might be helpful.
</p>
</div>
<!-- ===== Timeline item ===== -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-bullseye"></i>2021
</h3>
<h4 class="timeline-title">ICT Diploma</h4>
<p class="timeline-text">At <strong>ICT NVQ Level 4</strong> course conducted by <i>Sir.Lakshman Yapa foundation</i>
at the end of programme I got a chance to earn a certification for successfully completing and
passing with an <b>A</b> Grade
</p>
</div>
<!-- ===== Timeline item ===== -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-bullseye"></i>Since 2022
</h3>
<h4 class="timeline-title">CISCO Network Fundementals</h4>
<p class="timeline-text">With CISCO Academy I got a chance to join them via a foundation short term course
a little time before this programme. And within the conclusion of that I got a chance to join
One of their another course which goes for intermediate level skills for Networking.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====About 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 Project/s :</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="game1.jpg" alt="Christmas Rush Pic 1">
</div>
</div>
</div>
<!-- ======Portfolio item End====== -->
<!-- ======Portfolio item start====== -->
<div class="portfolio-item padd-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="game2.jpg" alt="Christmas Rush Pic 2">
</div>
</div>
</div>
<!-- ======Portfolio item End====== -->
<!-- ======Portfolio item start====== -->
<div class="portfolio-item padd-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="game3.jpg" alt="Christmas Rush Pic 3">
</div>
</div>
</div>
<!-- ======Portfolio item End====== -->
<!-- ======Portfolio item start====== -->
<div class="portfolio-item padd-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="game4.jpg" alt="Christmas Rush Pic 4">
</div>
</div>
</div>
<!-- ======Portfolio item End====== -->
<!-- ======Portfolio item start====== -->
<div class="portfolio-item padd-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="game5.jpg" alt="Christmas Rush Pic 5">
</div>
</div>
</div>
<!-- ======Portfolio item End====== -->
</div>
</div>
</section>
<!-- =====Portfolio Section End======= -->
<!-- ======Contact Section Start====== -->
<section class="contact section" id="contact">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Contact Me</h2>
</div>
</div>
<h3 class="contact-title padd-15">Do You Need to Reach Me</h3>
<h4 class="contact-sub-title padd-15">I AM HERE FOR YOU</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 Me On</h4>
<p>+94 769 201 004<br/>+94 740 771 383</p>
</div>
<!-- ======Contact Info Item End====== -->
<!-- ======Contact Info Item Start====== -->
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-envelope"></i></div>
<h4>Email</h4>
<p>[email protected]</p>
</div>
<!-- ======Contact Info Item End====== -->
<!-- ======Contact Info Item Start====== -->
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-globe-asia"></i></div>
<h4>Website</h4>
<p>https://beacons.ai/udith</p>
</div>
<!-- ======Contact Info Item End====== -->
<!-- ======Contact Info Item Start====== -->
<div class="contact-info-item padd-15">
<div class="icon"><i class="fab fa-whatsapp"></i></div>
<h4>whatsapp</h4>
<p>+94 740 771 383</p>
</div>
<!-- ======Contact Info Item End====== -->
</div>
<h3 class="contact-title padd-15">SEND ME AN EMAIL</h3>
<h4 class="contact-sub-title padd-15">I AM ALWAYS VERY RESPONSIVE</h4>
<!-- ========Contact Form======== -->
<div class="form">
<div class="contact-form padd-15">
<div class="row">
<div class="form-item col-6 padd-15">
<div class="form-group">
<input type="text" class="form-control" placeholder="Name">
</div>
</div>
<div class="form-item col-6 padd-15">
<div class="form-group">
<input type="email" class="form-control" placeholder="Email">
</div>
</div>
</div>
<div class="row">
<div class="form-item col-12 padd-15">
<div class="form-group">
<textarea type="text" class="form-control" placeholder="Subject"></textarea>
</div>
</div>
</div>
<div class="row">
<div class="form-item col-12 padd-15">
<div class="form-group">
<button type="submit" class="btn">Send Message</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =======Contact Section End======= -->
</div>
<!--====Main Content End======-->
</div>
<!--=====Main Container End=======-->
<!--=====JS File goes here=====-->
<script src="Script.js"></script>
</body>
</html>