-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (47 loc) · 2.45 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
<html>
<head>
<title>Snehil Verma Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:image" content="https://snehilverma.com/assets/css/images/bg2.jpg" />
<meta name="description" content="Snehil Verma is a full stack developer. This is his protfolio">
<meta name="robots" content="index, follow" />
<meta name="keywords" content="snehil, snehil verma, snehil verma protfolio, fullstack developer, full stack developer, full-stack deceloper, nodejs, nodejs developer" />
<meta name="title" content="Snehil Verma Portfolio" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="https://img.icons8.com/ios/50/000000/portfolio.png"/>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1>Snehil Verma</h1>
<p>Software Developer at Mamaearth</p>
<a href="https://drive.google.com/file/d/1zkby7zbOBdx_BEVOq6rqMa6mBSCF8_-Z/view?usp=sharing" style="text-decoration:none" target="_blank">Checkout my resume</a><br/>
<a href="https://medium.com/@vsnehil92" style="text-decoration:none" target="_blank">Visit my blog</a>
<nav>
<ul>
<li><a href="https://twitter.com/vsnehil92" class="icon fa-twitter"><span class="label" target="_blank">Twitter</span></a></li>
<li><a href="https://www.facebook.com/vsnehil92" class="icon fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/vsnehil92" class="icon fa-github" target="_blank"><span class="label">Github</span></a></li>
<li><a href="https://linkedin.com/in/vsnehil92" class="icon fa-linkedin" target="_blank"><span class="label">linkedIn</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
</footer>
</div>
</div>
<script>
window.onload = function() { document.body.classList.remove('is-preload'); }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
<a style="display:none" href="https://icons8.com/icon/61977/portfolio">Portfolio icon by Icons8</a>
</body>
</html>