-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Resume</title>
<meta charset="utf-8"
</head>
<body>
<h1>MY RESUME</h1>
<hr/>
<img src="./Images/RDS_9746.jpg" width="100" height="120" alt="Professional Image">
<h2>Objective</h2>
<p>Seeking a good position in information science related company to upskill myself and contribute positively to the organization. </p>
<hr/>
<h2>Education</h2>
<ul>
<li>
Bachelor of Engineering at Don Bosco Institute of Technology, Bangalore
<ul>
<li>Specification: Information Science & Engineering</li>
<li>CGPA: 8.63</li>
<li>Year of Passing: 2023</li>
</ul>
</li>
</ul>
<hr/>
<h2>Skills</h2>
<ul>
<li>Python Programming</li>
<li>Web Development</li>
<li>Java(Basics)</li>
<li>C</li>
<li>C++</li>
</ul>
<hr/>
<h2>Certification</h2>
<ol>
<li>Python programming</li>
<li>Robotic Process Automation</li>
<li>Web development</li>
</ol>
<hr/>
<h2>Others</h2>
<a href="./hobbies.html">Hobbies</a>
<a href="./contact.html">Contact Me</a>
</body>
<footer>
<p>© Tejaswini S Hegde. All rights reserved</p>
</footer>
</html>