-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (58 loc) · 1.89 KB
/
Copy pathindex.html
File metadata and controls
70 lines (58 loc) · 1.89 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Kaviya's personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Images/Kaviya_Dhanapal.png" alt="Kaviya profile picture" height="200" width="200"></td>
<td>
<h1>Kaviya Dhanapal</h1>
<p><em><strong><a href="https://www.tu.berlin/en/">TU Berlin</a></strong> student.</em></p>
<p>I am a computer science student in <em>Technical University of Berlin</em>,
I have experience in <strong>C</strong> and <strong>java</strong> programming
language.</p>
</td>
</tr>
</table>
<hr size="5">
<h3>Education</h3>
<ul>
<li><a href="http://www.donboscokrishnagiri.org/">Don Bosco</a> - Secondary School Education</li>
<li><a href="https://www.vijayvidyalaya.com/cmp-dharmapuri-matric.php">Sri Vijay Vidyalaya</a> High School</li>
<li><a href="https://www.tu.berlin/en/">TU Berlin</a> B.Sc Computer Science</li>
</ul>
<hr size="5">
<h3>Hobbies</h3>
<ol>
<li><a href="https://www.wikihow.com/Design-Clothes">Designing Clothes</a></li>
<li><a href="https://www.google.com/search?q=tamil+music&oq=tamil+music&aqs=chrome.0.0i433i512j0i512l3j0i433i512j0i512l4j0i10i512.5742j0j4&sourceid=chrome&ie=UTF-8">Listening to Music</a></li>
<li>Internet Surfing</li>
</ol>
<hr size="5">
<h3>Skills</h3>
<table align = "left" cellspacing = "10">
<tr>
<td>C language</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Java</td>
<td>⭐️⭐️⭐️</td>
</tr>
</table>
<table cellspacing = "10">
<tr>
<td>German Language</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>English language</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
</tr>
</table>
<h4>Click <a href="contact.html">here</a> to contact me </h4>
</body>
</html>