-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<title>Shubham Pawar Portfolio</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/master.css">
<link rel="FaviconIcon" 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="Shubham Pawar Portal">
<meta name="robots" content="noindex, nofollow">
</head>
<body>
<img src="photo.jpg" width="40%" height="500px" >
<h1>Shubham Pawar Portal</h1>
<h2>About me</h2>
<p>I am studying in BE Computer Engineering from Pune University</p>
<p>I am intrested in Machine Learning,Web Development and Artificial Intelligence</p>
<h2>Credentials and Portfolio</h2>
<p><a href="resume.html">My Resume</a> | <a href="https://github.com/shubham5351">My Github</a></p>
<h2>Contact</h2>
<p>E-mail:<a href="mailto:shubhampawarcv456@gmail.com">shubhampawarcv456@gmail.com</a></p>
<footer>
<hr>
<code>Copyright (c) 2020 Shubham Pawar</code>
</footer>
</body>
</html>