-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (59 loc) · 2.42 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Description" content="This is the official homepage of Nikita Jibhkate"/>
<meta name="keywords" content="Nikita Jibhkate"/><title>Nikita Jibhkate - Home</title>
<link rel="icon" href="images/favicon.gif" type="image/x-icon"/>
<!--[if lt IE 9]>
<![endif]-->
<link rel="shortcut icon" href="images/favicon.ico" 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 id="nav">
<li><a href="#" class="current">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="contact.html">Contact</a></li>
</ul>
</nav>
<!--end menu-->
<!--end header-->
</header>
<!--start intro-->
<section id="intro">
<hgroup>
<b>Nikita Jibhkate</b>
<table><tr><td><p>Hello</p><p>I'm Nikita Jibhkate, a 2nd year undergraduate student majoring in <a href = "http://www.geca.ac.in/departments/department.php?id=5" target = "_blank">Computer Science and Engineering</a> from <a href = "http://www.geca.ac.in/" target = "_blank">Government College of Engineering, Aurangabad</a>, India.</p>
<p>Browse around and feel free to contact me if you need to get in touch.</td><td><img src = "images/pp.jpg" width = "195" height = "255"></td></tr></table>
</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>