-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
56 lines (55 loc) · 1.7 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
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Nikita Jibhkate - Contact Me</title>
<link rel="icon" href="images/favicon.gif" type="image/x-icon"/>
<link rel="shortcut icon" href="images/favicon.gif" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<link rel="stylesheet" type="text/css" href="css/style_2.css"/>
</head>
<body>
<div class="bg">
<!--start container-->
<div id="container">
<!--start header-->
<header>
<!--start logo-->
<a href="#" id="logo"><img src="images/logo.png" width="180" height="43" alt="logo"/></a>
<!--end logo-->
<!--start menu-->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="acads.html">Academics</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="#" class="current">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!--end menu-->
<!--end header-->
</header>
<!--start intro-->
<section id="intro">
<hgroup>
<p> Click <a href="mycv.pdf" target="_blank">here</a> for the document.</p>
<object width="100%" height="500" data="utkarsh_resume.pdf"></object>
</hgroup>
</section>
<!--end intro-->
</div>
<!--end container-->
</div>
<!--end bg-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65519499-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
Status