-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (64 loc) · 2.01 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>💚Kamalesh Personal Data</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="image/kamalesh.png" alt="kamalesh Picture"></td>
<td>
<h1>Kamalesh G</h1>
<p><em>Student at <strong> Bannari Amman Institute Of Technology.</strong></em></p>
<p>I am Interested in Java Programming and Web Development.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Laurel Higher Secondary School</li>
<li><a href="https://www.bitsathy.ac.in/">Bannari Amman Institute Of Technology</a></li>
</ul>
<hr>
<h3>Projects</h3>
<table border="1">
<thead>
<th>Year</th>
<th>Month</th>
<th>Title</th>
</thead>
<tbody >
<tr>
<td>2019</td>
<td>December</td>
<td>Human Counting In CCTV</td>
</tr>
<tr>
<td>2022</td>
<td>September</td>
<td>Bank Locking System</td>
</tr>
<tr>
<td>2023</td>
<td>March</td>
<td>AI Based Brain Tumor Detection</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skils</h3>
<table cellspacing="10">
<tr>
<td>Java</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C Programming</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<a href="hobbies.html">Hobbies</a>
<a href="contact.html">Contact Me</a>
</body>
</html>