-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmydetails.html
73 lines (73 loc) · 2.22 KB
/
mydetails.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
<!DOCTYPE html>
<html>
<head>
<title>Tute02 - 2017356 - Web Design and Development Tutorial 02 – HTML I</title>
</head>
<body style="background-color:PowderBlue">
<h1 align="center"><u>2017356 - Thishura Himesh Thennakoon</u></h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="myDetails.html">My Details</a></li>
<li><a href="timetable.html">My Timetable</a></li>
<li><a href="myMedia.html">My Media</a></li>
</ul>
<img src="propic.jpg" width="100px" height="250px">
<section>
<h2><i>Personal Details</i></h2>
<li><b>Full Name</b> - Thishura Himesh Thennakoon</li>
<li><b>Birthday</b> - 1994, April 02</li>
<li><b>Address</b> - Missaka Mawatha, Mihintale, Anuradhapura, Sri Lanka</li>
<li><b>Nationality</b> - Sri Lankan</li>
<li><b>Mobile Number</b> - <a href="tel:+94714328402">071 432 84 02</a></li>
<li><b>e-Mail Address</b> - <a href="mailto:[email protected]">[email protected]</a></li>
</section>
<section>
<h2><i>Education Details</i></h2>
<ul>
<li><b>G.C.E Ordinary Level Results</b></li>
</ul>
<ol>
<li>Mathematics - A</li>
<li>Science - A</li>
<li>English - A</li>
<li>Sinhala - A</li>
<li>History - A</li>
<li>Buddhism - A</li>
<li>ICT - A</li>
<li>Music - B</li>
<li>Commerce - B</li>
</ol>
<ul>
<li><b>G.C.E Advanced Level Results</b></li>
</ul>
<ol>
<li>Chemistry - C</li>
<li>Physics - C</li>
</ol>
<ul>
<li><b>Higher Education</b></li>
</ul><p>Currently Undergraduate at Informatics Institue of Technology - Sri Lanka</p>
</section>
<section>
<h2><i>Professional Details</i></h2>
<ul>
<li><b>1 year experience in e-commerce and Electronic payment gateway solutions</b></li>
</ul>
</section>
<section>
<h2><i>Personal Skills</i></h2>
<ul>
<li><b>National Taekwando Interimboard Championship - 2008 - 2nd Runner Up (Bronze Medal)</b></li>
</ul>
</section>
<section>
<h2><i>Personal interests</i></h2>
<ul>
<li><b>Playing Online Games</b></li>
<li><b>Watching Rally and Circuit Races</b></li>
</ul>
</section>
<footer align="center">Thishura Himesh Thennakoon - 2017356</footer>
<footer align="center">Last Modified 2019/04/25</footer>
</body>
</html>