-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
44 lines (44 loc) · 1.26 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Divya Raj</h1>
<img src="./123.jpeg" height="150" alt="image"/>
<h2>SUMMARY</h2>
<hr />
<p>I am a hardworking.I have developing a strong foundation in web development
and I am enthusiastic about expanding my knowledge and skills.I am excited
to contribute to a dynamic organization and further develop my skills in this area. </p>
<h2>EDUCATION</h2>
<hr />
<ul>
<li>I have my 10th from D.A.V Public School</li>
<li>And 12th from St. Xavier's Jr/Sr school</li>
<li>I am completing my btech from Dr. B.C. Roy Engineering College,Durgapur</li>
</ul>
<h2>WORK EXPERIENCE</h2>
<hr />
<ul>
<li>Web Development</li>
<li>Robotics</li>
</ul>
<h2>SKILLS</h2>
<hr />
<ul>
<li>C/C++</li>
<li>Web Development</li>
<li>Java</li>
</ul>
<h2>CERTIFICATE</h2>
<hr />
<ul>
<li>completed course on python by Nikhal bharat council</li>
</ul>
<a href="contact.html">Contact Me</a>
<a href="./myhobby.html">My Hobby</a>
</body>
</html>