-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (44 loc) · 2.58 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
<!DOCTYPE HTML>
<html>
<head>
<title>Vivek Vaidya</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta property="og:url" content="https://vivekvaidya.me" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Vivek Vaidya" />
<meta property="og:description" content="TPM at Facebook" />
<p hi welcome if u see this its because i want seo stuff here VIVEK VAIDYA UIUC CAPITAL ONE ILLINOIS CS PROGRAMMING AMAZON CHAMPAIGN SAN FRANCISCO />
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5110954-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div class="overlay">
<div class="content">
<p id="main" class="text">Hi, my name is Vivek.</p>
<p class="text">I'm a Technical Program Manager at Facebook. </p>
<p class="text">You can learn more about me below.</p>
<div id="intro-icons">
<a id="github" href="https://github.com/vivekvaidya"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
<a id="linkedin" href="https://www.linkedin.com/in/v1v3k"><i class="fa fa-linkedin fa-2x" aria-hidden="true"></i></a>
<a id="resume" href="Resume.pdf"><i class="fa fa-file-text-o fa-2x" aria-hidden="true"></i></a>
<a id="twitter" href="https://twitter.com/thevivekvaidya"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</div>
</body>
</html>