-
Notifications
You must be signed in to change notification settings - Fork 0
/
student4cv.html
110 lines (85 loc) · 3.89 KB
/
student4cv.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
<html>
<head>
<!-- css style sheet -->
<link rel="stylesheet" type="text/css" href="css/cvStyleSheet.css">
<!-- all fonts that are used -->
<link href="https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap" rel="stylesheet" type= "text/css">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Baloo+Chettan+2&display=swap" rel="stylesheet">
<style>
body {
background-image:url("images/cv.jpg"); <!-- The link for the bg image which is used -->
}
</style>
</head>
<body>
<header>
<img src="images/student4.jpg" alt="Myself" class="center">
</header>
<div class="heading">
Nuwin Godakanda Arachchi<br/>
<a class="hyperlink" href="historyOfCinematography.html" target="_blank">Personal Page |</a><!-- link for the personal webpage created by student 1-->
<a class="hyperlink" href="gallery.html" target="_blank"> Gallery |</a><!-- link for the main page(store page) created by student 1-->
<a class="hyperlink" href="siteMap.html" target="_blank"> Site Map</a><!-- link for the main page(store page) created by student 1-->
</div>
<div class="box1"><!--The whole webpages is divided into white boxes -->
<div class="bold"><!--makes the text bold and changes the color -->
<h1>Personal Information</h1>
<p>
Hello, my name is Nuvin Hansitha Godakanda Arachchi. I am an 18-year-old with dreams, sky high.
I’ve excelled in my academic, and non-academic work and found my-self capable of handling any
responsibility handed over to me. Further, I have won a satisfactory number of awards from my
extra-curricular activities such as singing, dancing, soccer, etc. I achieved my first
certificate in academic excellence in 2017, achieving 5A* and 3A in my GCSE Ordinary Levels,
followed by my Advanced Levels results. I’ve also achieved the title of Visharadha through
Indian classical music exams in 2013. I have also hosted several shows in TV Derana and
Lakhanda FMI look forward to become a software engineer, making people lives easier
with new innovations.
</p>
</div>
<div class="bold"><!--makes the text bold and changes the color -->
<h1>Education</h1>
<ul>
<li>Studied at Lyceum International School- Nugegoda</li>
<li>Trinity London- Grade 4- Distinction</li>
<li>Bhatkande Indian Classical Music- Visharada</li>
<li>Attending IIT- Software Engineering Course </li>
<li>Attending SLAFFA-FIATA </li>
</ul>
</ul>
</div>
<div>
<br><div class="bold">Address:<br/>105/4, Kudamaduwa Road, Kasbewa</div><!--makes the text bold and changes the color -->
</div><br>
<div>
<br><div class="bold">Contact Number:<br/> +94 70 397 1000 </div><!--makes the text bold and changes the color -->
</div><br>
<div>
<br><div class="bold">Email:-<br/><a href="mailto:nuwin.2019443@iit.ac.lk">nuwin.2019443@iit.ac.lk</a></div><!--makes the text bold and changes the color -->
</div><br>
<div><!--makes the text bold and changes the color -->
<div class="bold">Instagram <br><a href="https://www.instagram.com/nu.vv.in/">nu.vv.in</a></div>
</div>
<div>
<br><div class="bold">Familiar Languages:<!--makes the text bold and changes the color -->
<ul>
<li>English</li>
<li>Sinhala</li>
</ul>
</div>
</div>
<div>
<br><div class="bold">References:<!--makes the text bold and changes the color -->
<br> available on request
</div>
</div><br><br>
<div>
<br><div class="bold">More Details:<!--makes the text bold and changes the color -->
<br>Make sure to check my social media accounts for more of the very latest
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>