-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (44 loc) · 1.7 KB
/
index.html
File metadata and controls
45 lines (44 loc) · 1.7 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
<!DOCTYPE html>
<html>
<head>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3381192303249383",
enable_page_level_ads: true
});
</script>
<meta name="viewport"
content="width=device-width, initial-scale=1, user-scalable=0, maximum-scale=1, minimum-scale=1"
>
<link rel="stylesheet" type="text/css" href="css/master.css">
<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.6.3/font-awesome.min.css" integrity=" sha384-Wrgq82RsEean5tP3NK3zWAemiNEXofJsTwTyHmNb/iL3dP/sZJ4+7sOld1uqYJtE" crossorigin="anonymous">
<title>Vivek Kumar Verma</title>
</head>
<body>
<div class ="prof-box">
<img src="images/vivek.jpg" class="prof-pic">
<h1>Vivek Kumar Verma</h1>
<h5>Software Engineer | JP Morgan Chase & Co.</h5>
</body>
<p>
<a href="https://github.com/vixir" class="button">
<span>GitHub</span>
</a>
</p>
<p>
<a href="portfolio/index.html" class="button">
<span>My Projects</span>
</a>
</p>
<div class ="line-break"></div>
<p>
Java Software Engineer with focus on distributed systems.
</p>
<div class="social-icons">
<a href="https://www.facebook.com/vivek.verma.75286" target="_blank"><i class="fa fa-facebook-official" aria-hidden="true"></i></a>
<a href="https://twitter.com/vilixir" target="_blank"><i class="fa fa-twitter-square" aria-hidden="true"></i></a>
<a href="https://plus.google.com/u/0/+VIVEKVERMAVIXIR" target="_blank"><i class="fa fa-google-plus-square" aria-hidden="true"></i></a>
</div class="social-icons">
</div>
</html>