-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (46 loc) · 1.22 KB
/
index.html
File metadata and controls
56 lines (46 loc) · 1.22 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
47
48
49
50
51
52
53
54
55
56
<!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>Parimal Amrutkar</h1>
<img src="./Images/Photo.jpg" height="200"/>
<h2>Summary</h2>
<p>I am a hardworking student.</p>
<hr />
<h2>Education</h2>
<ol>
<li>Cleared 10th Examination with 93.20%</li>
<li>Cleared 12th(Science Stream) with 84.83%</li>
<li>Currently persuing B.Tech in IT from IIITA</li>
</ol>
<hr />
<h2>Work Experience</h2>
<ul>No prior work experience</ul>
<hr />
<h2>Skills</h2>
<ol>
<li>C</li>
<li>C++</li>
<li>html</li>
</ol>
<hr />
<h2>Awards, certifications or any other achievements</h2>
<ol>
<li>Cleared NTSE examination</li>
</ol>
<hr>
<h2>Other</h2>
<ul>
<li>
<a href="./Source/hobbies.html">My Hobbies</a>
</li>
<li>
<a href="./Source/contact.html">Contact me</a>
</li>
</ul>
</body>
</html>