-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (29 loc) · 1.31 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
<!doctype html>
<!-- this is a comment for human! -->
<html lang="en">
<header>
<title> Pallavi Thakare's Portal</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>
<img src = "images/banner.jpg" width="75%" alt="banner">
<h1>Pallavi Thakare's Portal </h1>
<h2>About me</h2>
<p>I am a Student currently pursuing ME at Shri Sant Gajanan Maharaj College of Engineering Shegaon. </p>
<p>As I am in final year so I am actively looking for job opportunity in Web development.</p>
<p>My core areas are Java, HTML, CSS, Javascript.</p>
<h2>Credentials and Portfolio</h2>
<p><a href ="resume.html">My Resume</a> |<a href = "https://github.com/pallavithakare28"> My GitHub</a></p>
<h2>Contact</h2>
<p>Email:<a href = "mailto:[email protected]"> [email protected]</a></p>
</body>
<footer>
<hr>
<code>Copyright (c) 2020 Pallavi Thakare</code>
</footer>
</html>