-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (101 loc) · 3.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BALAKUMAR</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<table>
<tr>
<td style="width: 120px;">
<img src="profile.jpg" alt="Balakumar" style="width: 200px;height: 200px;" >
</td>
<td>
<h1>Balakumar K K</h1>
<h2>Data Science Enthusiast</h2>
<p>Phone: 8428870725</p>
<p>Email: <a href="mailto:[email protected]" style="color: white;">[email protected]</a></p>
</td>
</tr>
</table>
</header>
<hr>
<section>
<h3>Objective</h3>
<p>To obtain a position of responsibility that utilizes my skills and experience and grow with the organization.</p>
</section>
<hr>
<section>
<h3>Education</h3>
<table>
<tr>
<th>Institute</th>
<th>Qualification</th>
<th>CGPA</th>
<th>Year</th>
</tr>
<tr>
<td>Thiagarajar Model Higher Secondary School</td>
<td>HSC</td>
<td>89%</td>
<td>2020-2021</td>
</tr>
<tr>
<td>K L N College of Engineering</td>
<td>B.Tech IT</td>
<td>7.01</td>
<td>2021-2025</td>
</tr>
</table>
</section>
<hr>
<section>
<div class="container">
<div>
<h3>Programming Languages</h3>
<ul>
<li>Python</li>
<li>Java</li>
<li>SQL</li>
<li>Excel</li>
<li>HTML, CSS</li>
</ul>
</div>
<div>
<h3>Domain of Interest</h3>
<ul>
<li>Data Science</li>
<li>Machine Learning</li>
<li>Coding</li>
</ul>
</div>
</div>
</section>
<hr>
<section>
<div class="container">
<div>
<h3>Strengths</h3>
<ul>
<li>Self-Learning</li>
<li>Adaptability</li>
<li>Punctuality</li>
<li>Optimistic Thinking</li>
</ul>
</div>
<div>
<h3>Languages for Communication</h3>
<ul>
<li>English</li>
<li>Tamil</li>
<li>Sourashtra</li>
<li>Hindi</li>
</ul>
</div>
</div>
</section>
</body>
</html>