-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (69 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Resume</title>
</head>
<body>
<h1>Surendra N</h1>
<img src="./assets/images/surea.jpg" alt="my picture" height="200"/>
<h2>Summary</h2>
<p>To serve for excellence and to work hard for an organization where
I can apply my credentials efficiently in achieving the goals and vision of the organization,<br/>
besides endeavor to learn and enhancing knowledge and skills as an individual. </p>
<hr/>
<h2>Education</h2>
<ul>
<li>Seshadripuram High School-SSLC(2017)
<ul>
<li>CGPA : 59.68%</li>
</ul></li>
<li>Diploma In Electronics and Communication-Impact Polytechnic(2017-2020)
<ul>
<li>CGPA : 62%</li>
</ul></li>
<li>Computer Science and Information Technology-(2022-2025)
<ul>
<li>CGPA : 95%</li>
</ul></li>
</ul>
<hr/>
<h2>Work Experience</h2>
<p><h3>ABB Production Engineer Traniee</h3>
1 year work experience in assembling,testing and repairing of ACS560 Motor Drives<br/>
click the link to preview my experience certificate
<a href="./assets/images/ab.jpg">Click Here</a>
</p>
<hr/>
<h3>Intrested Filed's</h3>
<ul>
<li>Full Stack Developer</li>
<li>Cybersecurity
<ul>
<li>Penetration Tester</li>
<li>Finding Bug Bounty</li>
</ul></li>
<li>Python Developer</li>
</ul>
<hr/>
<h2>Skills</h2>
<ul>
<li>Python Programming</li>
<li>Kali Linux Tools Handler</li>
<li>JavaScript</li>
<li>Well Developed Instrument Handler</li>
</ul>
<hr/>
<h2>Project</h2>
<h3>Home Automation</h3>
<p>My project is based on contorlling home appliances.<br/>Circuit Design
<a href="./assets/images/transmit.jpg">Transmittor,</a>
<a href="./assets/images/recieve.jpg">Reciever</a>
,Code for the project<a href="./assets/home automation.pdf">,Code</a></p>
<hr/>
<h2>Others</h2>
<a href="./public/about.html">About Me</a>
<a href="./public/contact.html">Contact Me</a>
<footer>
<p> © Surendra N. All rights reserved.</p>
</body>
</html>