-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (41 loc) · 1.27 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
<!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>Gaurav Jadhav</h1>
<img src="./public/images/Myself.jpg" height="200"/>
<!--Summary-->
<h2><ul><li>Summary</li></ul></h2>
<p>I am a student pursing Btech in Computer Engineering in Second Year.</p>
<hr/>
<!--Education-->
<h2><ul><li>Education</li></ul></h2>
<p>Bachelor of Technology, Computer Engineering - COEP TECHNOLOGICAL UNIVERSITY</p>
<hr/>
<!--Work experience-->
<h2><ul><li>Work Experience</li></ul></h2>
<p>Searching for amazing oppotunities</p>
<hr/>
<!--Skills-->
<h2><ul><li>Skills</li></ul></h2>
<ul>
<li>C programming</li>
<li>Web Development (Improving)</li>
</ul>
<hr/>
<!--Awards and Certificates-->
<!--Hobbies and Contact Details-->
<h2><ul><li>Other</li></ul></h2>
<ul>
<li><a href="./assets/hobbies-me.html">My Hobbies</a></li>
<li><a href="./assets/contact-me.html" >Contact Me</a></li>
</ul>
<footer>
<p>© 2023 GJofficial. All rights reserved.</p>
</footer>
</body>
</html>