-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (93 loc) · 3.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Harsh's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="./images/Harsh.png" alt="Harsh's profile picture"></td>
<td>
<h1>Harsh Kudtarkar</h1>
<p><em>Undergraduate Student</em></p>
<p>An undergraduate pursuing B.E. in Electronics & Telecommunication from University of Mumbai. Deep interests in Electronic device automation, embedded design, VLSI and Software domain. Eager to learn new skills and technologies. Excellent work performance in individual and team roles combined with proficient communication skills.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>SSC<br><a href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwj8hbmj27TvAhUlFLcAHY9UA7UQFjAAegQIBxAD&url=http%3A%2F%2Fyhs.edu.in%2F&usg=AOvVaw1RrcGHW4ecnTn7oyrVRk9A">Yashodham High School and Junior College</a><br><em><strong>Secured 94.00%</strong></em></li>
<li>HSC<br><a href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiRqpyx27TvAhUP7XMBHWd0CqIQFjAAegQIARAE&url=http%3A%2F%2Fnmfdegree.edu.in%2F&usg=AOvVaw2ID-sZkXAfrwhwg7kB690s">Nirmala Memorial Foundation College of Commerce & Science</a><br><em><strong>Secured 84.31%</strong></em></li>
<li>B.E.<br><a href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjN6Ky527TvAhWFeisKHbpxB1QQFjAAegQIBhAD&url=https%3A%2F%2Fwww.tcetmumbai.in%2F&usg=AOvVaw1ttSHA3zPwDoyGe-3D8uW1">Thakur College of Engineering & Technology</a><br><em><strong>9.44 CGPA (Till 7th Sem)</strong></em></li>
</ul>
<h3>Work Experience</h3>
<table border="2">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2020 - Present</td>
<td>Student Volunteer - IEEE Bombay Section SAC</td>
</tr>
<tr>
<td>2020 - 2021</td>
<td>Intern for Android App Development - Webtutsplus</td>
</tr>
</tbody>
</table>
<h3>Skills</h3>
<table cellspacing="10">
<tbody>
<tr>
<td>
<table>
<tbody>
<tr>
<td>Event organization</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Team collaboration</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Microsoft Office Suite</td>
<td>⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
<td>
<table>
<tbody>
<tr>
<td>Java, C/C++, Python</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Analog & Digital Electronics Design</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Cybersecurity & Ethical Hacking</td>
<td>⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<hr>
<a href="./interest.html">Interests</a>
<a href="./contact.html">Contact</a>
</body>
</html>