-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcv.html
40 lines (36 loc) · 1.47 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
36
37
38
39
40
<!--- index HTML for my webpage --->
<!--- I reseve all rights to this webpage. Contact me before duplicating this! --->
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=0.4">
<title>CV | Rajiv Mantena</title>
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" href="style/basic_mobile.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="style/basic_web.css" type="text/css" media="screen and (min-device-width: 800px), projection"/>
</head>
<body>
<div id="header">
<a href="https://rmantena.github.io/"><img src="images/rm2.gif" alt="logo" id="pic"/></a>
</div>
<div id="frame">
<p>
<a href="index.html">Home</a> |
<a href="about.html"> About me</a> |
<a href="projects.html"> Projects</a> |
CV |
<a href="edu.html"> Education</a> |
<a href="work.html"> Experience </a>
</p>
<hr>
<div id="body" style="width:800px; margin: 10px auto 0px;" >
<p style="text-align:center; margin-bottom:0px;">Click <a href="./files/resume.pdf"><b>here</b></a> for PDF download.</p>
<hr>
<img src="images/resume.png" alt="myCV" style="width:800px;">
</div>
</div>
<div id="copy">
© Rajiv Mantena | Updated : October 2017
</div>
</body>
</html>