-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_new.html
35 lines (32 loc) · 1.48 KB
/
index_new.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 class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Abhishek Srivastava | Web Developer</title>
<meta name="author" content="Abhishek Srivastava">
<meta name="keywords" content="Abhishek Srivastava, Frontend Developer, Developer, HTML, CSS, Javascript, Node.js, React">
<meta name="description" content="I develop web and mobile apps. I aim to create usable software, web and mobile apps.">
<link rel="stylesheet" href="css/style_new.css" />
<script src="js/vendor/modernizr.js"></script>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,700,900,300italic,400italic|Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="master">
<nav class="navSet">
<div class="navItem contact lastitem">
<div class="halfCircle"></div>
</div>
<div class="navItem page2 toleft">
<div class="halfCircle"></div>
</div>
<div class="navItem page1 toleft">
<div class="halfCircle"></div>
</div>
</nav>
</div>
<script type="text/javascript">
console.log('Hey there. thanks for coming to my site. If you are looking at this you are probably cool and you should get in touch. My email is [email protected]. Enjoy your element inspecting.');
</script>
</body>
</html>