-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume.html
50 lines (33 loc) · 1.37 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
45
46
47
48
49
50
<!doctype html>
<!-- this is a comment for human! -->
<html lang="en">
<header>
<title>Pallavi Thakare's Resume</title>
<link rel="stylesheet" href="css/master.css">
<link rel = "FaviconIcon" href="favicon.ico" type="image/x-icon">
<link rel = "shortcut" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="name" content="Pallavi Thakare's Portal">
<meta name="robots" content="noindex, nofollow">
</header>
<body>
<hr>
<img src="images/headshot.jpg" alt="Pallavi Thakare's headshot" width="20%">
<h1>Pallavi Thakare</h1>
<h4>Actively seeking for Job opportunity in Web development</h4>
<p>Email: <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<!-- don't post physical address, personal phone number or other personal information on the web! -->
<h2>Portfolio</h2>
<h3>GitHub: <a href="https://github.com/pallavithakare28" target="_blank">https://github.com/pallavithakare28</a></h3>
<h2>Education</h2>
<h3>ME - Copmputer Engineering at SGBAU Amravati</h3>
<h4>Final Year, Average : 71.17%</h4>
<h2>Technical Skill</h2>
<h3>HTML</h3>
<h3>CSS</h3>
</body>
<footer>
<hr>
<p><a href="index.html">Back to my portal</a><p>
</footer>
</html>