-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (115 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>vinukas' personal site</title>
</head>
<body>
<table cellspacing="5">
<tr>
<td> <img src="profilenew.jpg" alt="Vinukas profile pic"></td>
<td><H1>Vinuka Pussepitiya</H1>
<p><em>Full stack web developer</em>
<br>
<em>athlete at <strong><a href="https://cricket.lk/?__cf_chl_jschl_tk__=e13ee2f18d8496be7fb4f501f67e989287c8f40f-1610710209-0-ATACyezEWS2QfG48SG09142LaVrx4gIxrq8dXPsdAXJ0WVjKATCS6kdNYnBEq6r1opeYhjAD4MJv3WZOIbtHbqwAPzdRv8CJ0-xRFod1g6ITJ9bmg09HrxIrxXDfpxgFZ1WX1la20Mv0icbMAEOub4nHtm2s3c6PLP_lqdTbUWuASWhIUnTOA7Xekx65gGs_g78ZGKYlbLVmrCWiwxqDQtdRdiPXIjCl2Yi-T5k_sc8_QTsJGc5dZfqrc5I7be_oe01RJpoukl867kg7IjMULmOXETm39KjZQyyfPSDlIQe3qsi7_oc0FayjsZNNysAx9g">Sri Lanka Cricket</a></strong></em>
<br>
<em>Volenteer at <strong><a href="https://thearksrilanka.wordpress.com/">Ark.lk</a></strong></em>
<br>
<em>Stdent at <strong>kingswood college</strong></em>
<br>
<em>Kandy, Sri Lanka 2001</em>
</p></td>
</tr>
</table>,
<p>Hi i'm Vinuka Pussepitiya.I am 19 years old. I'm a past pupil at <strong><a href="https://en.wikipedia.org/wiki/Kingswood_College,_Kandy">Kingswood College.</a></strong> I'm also a model at
<br>
<stong><a href="https://theagencysrilanka.com/">The Agency Sri Lanka</a></strong>. My interests are broad, from adventure sports to reading books and everything inbetween. I'm a aspiring
<br>
Dj hoping to play sets in the future. My love to music is the reson which take me there. In music I like generes such as pop, R&b, rap etc.
<br>
I am a professional cricketer and made all th way up represent my country in junior and youth levels. I love Mortor sports as much as I love cricket.
<br>
Karing and jet sking is always has a special place in my hobbies. I'm bit of an extravort so I love going out with my frinds and parting in my free
<br>
times.
</p>
<hr size="3" noshade>
<br>
<h2>Education</h2>
<ul>
<li>Primery education at the <strong><a href="http://www.britishschool.lk/">British school colombo</a></strong></li>
<li>Secondary education at the <strong>Kingswood college</strong></li>
<li>Higer education at the <strong>university of Northombria</strong></li>
<li>Programming diploma from the <strong><a href="https://www.iit.ac.lk/">Informatics Institude of Technology</a></strong></li>
</ul>
<hr size="1" noshade>
<h2>Hobbies</h2>
<ol>
<li>Playing cricket</li>
<li>Karting</li>
<li>jet sking</li>
<li>Hiking</li>
<li>Listing to music</li>
</ol>
<hr size="1" noshade>
<h2>Work experience</h2>
<table border="1">
<thead>
<tr>
<th>Date</th>
<th>Research</th>
</tr>
</thead>
<tbody>
<tr>
<td>2017</td>
<td>Advance algorithems used in artifical intaligence</td>
<td></td>
</tr>
<tr>
<td>2019</td>
<td>Ogmanted reality and future of virtual expearience</td>
</tr>
<tr>
<td>2019</td>
<td>Use of operating systems in neuro networks</td>
</tr>
</tbody>
</table>
<h2>Skills</h2>
<table>
<tr>
<td><table cellspacing="10">
<tr>
<td>Web devolopment</td>
<td>⭐⭐⭐⭐⭐</td>
<tr>
<td>Application devolpment</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Search engine optimization</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table></td>
<td>
<table cellspacing="10">
<tr>
<td>Piano</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Cricket</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Photoshop</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr size="1" noshade>
<h3><a href="contact-me.html">Contact me</a></h3>
</html>