-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.html
35 lines (31 loc) · 1.02 KB
/
CV.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nilay Shrivastava</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="row">
<div class="column" >
<h1 style="color:red;"><img src="me.jpg" alt="Nilay" style="height:228px;" align="center"/>
</h1>
</div>
<div class="column">
<h2><a href = "index.html" style="text-decoration:none;color:black" align="center">Nilay Shrivastava, IIITDMJ </a></h2>
<h3>ECE Undergrad at IIITDMJ ('18)</h3>
<h4></h4>
</div>
</div>
<div class="topnav" id="myTopnav">
<a href="index.html">Home</a>
<a href="posts.html">Posts</a>
<a href="projects.html">Projects</a>
<a href="CV.html">CV</a>
<a href="contact.html">Contact</a>
</div>
<p>Download my CV <a href="ECE_2014232_Nilay.pdf">here</a></p>
<p>View in <a href="HaihHtD5.html"> browser </a></p>
</body>
</html>