-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
65 lines (59 loc) · 2.04 KB
/
Copy pathcontact.html
File metadata and controls
65 lines (59 loc) · 2.04 KB
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
57
58
59
60
61
62
63
64
65
<!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="resume.html">Resume</a></li>
<li><a href="#" class="current">Contact</a></li>
</ul>
</nav>
<!--end menu-->
<!--end header-->
</header>
<!--start intro-->
<section id="intro">
<hgroup>
<p>Email :niksj1996@gmail.com <br/> <br/>
I can also be reached on the below social networking sites. </p>
<div class="wrapper">
<a href="https://www.facebook.com/people/Nikita-Jibhkate/100008469574195"><div class="social"></div></a>
<a href="https://plus.google.com/113798014363952733583"><div class="social"></div></a>
<a href="https://in.linkedin.com/in/nikita-jibhkate-504591116"><div class="social"></div></a>
</div>
</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>