-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 2.45 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Session_2</title>
</head>
<body>
<div class="resumeMargin">
<h1 id="name">BALAVIGNESH</h1>
<p id="address">5/561 Vedha Illam,Palangarai,Avinashi - 641654 ▪ 9787009538 <br> balavignesh1018@gmial.com ▪ <a href="https://www.linkedin.com/in/balavignesh-v/">https://www.linkedin.com/in/balavignesh-v/</a></p>
<p id="abstract"><b><i>To seek and maintain full-time position that offers professional challenges utilizing interpersonal skills,
excellent time management and problem-solving skills.</i></b></p>
<hr color="black" size="4px">
<h2>PROFESSIONAL EXPERIENCE</h2>
<p id="company"><b>Krypc Technologies, Coimbatore</b></p>
<p id="jobRole">Junior Software Engineer, Feb 2022 - Dec 2022</p>
<ul>
<li>Analysed code defects and failures and presented code refactors and design fixes.</li>
<li>Developed support UI patches for existing software.</li>
<li>Designed and developed web pages using React.js.</li>
<li>Designed and developed screens in Microsoft Power apps.</li>
<li>Worked in an Agile development environment.</li>
</ul>
<h2 id="education"><b>EDUCATION</b></h2>
<ul id="educationList">
<li>B.E Mechanical Engineer | KPR Institute of Engineering and Technology - Coimbatore
2018 – 2022 | CGPA - 8.1</li>
<li>HSC | Little flower convent - Tirupur | 2017 -2018
</li>
<li>SSLC | Little flower convent – Tirupur | 2015 – 2016</li>
</ul>
<h2 id="course">COURSE COMPLETION</h2>
<ul id="courseList">
<li>“Essentials of Entrepreneurship: Thinking & Action” at coursera online learning platform.</li>
<li>“Step into Robotic process Automation” at Guvi learning platform</li>
<li>Secured Elite grade for completing the course on “Welding of Advanced high strength steels
for Automotive Application” at NPTEL learning platform.</li>
<li>The nuances of career profiling.</li>
<li>Online business for young Entrepreneur.</li>
</ul>
</div>
</body>
</html>