-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (116 loc) · 5.26 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Kush Taneja">
<meta name="description" content="Entrepreneur | Product Manager | Designer | Coder">
<meta property="og:title" content="Kush Taneja"/>
<meta property="og:type" content="website">
<meta property="og:url" content="http://kushtaneja.com">
<meta property="og:image" content="memoji.jpg">
<meta property="og:image:type" content="image/jpg">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:description" content="A twenty-year-old budding entrepreneur, aspiring product manager, spectic ux designer, casual coder, tough sportsperson, innovative chef and engineer in pre-final year at IIT Roorkee">
<meta property="og:site_name" content="@kushtaneja"/>
<title>Kush Taneja - Product Manager</title>
<!-- favicon -->
<link href="favicon.png" rel=icon>
<!-- web-fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700" rel="stylesheet">
<!-- font-awesome -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Style CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<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-72044402-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar">
<div id="main-wrapper">
<!-- Page Preloader -->
<div id="preloader">
<div id="status">
<div class="status-mes"></div>
</div>
</div>
<div class="columns-block">
<div class="left-col-block blocks" style=" background-color: #a95700;">
<header class="header">
<div class="content text-center">
<ul class="activitysheet">
<li style="padding: 8px; border-radius: 14px 14px 0px 0px;">
<h1>Kush Taneja</h1>
</li>
<!-- <li>
<a href="./manifesto.pdf" target="_blank"><h2>Manifesto</h2></a>
</li> -->
<li>
<a href="./products"><h2>Products</h2></a>
</li>
<li>
<a href="./about"><h2>About</h2></a>
</li>
<li>
<a href="./setup"><h2>Setup</h2></a>
</li>
<!-- <li>
<a href="./electoral_resume.pdf" target="_blank"><h2>Electoral Resume</h2></a>
</li> -->
<!-- <li>-->
<!-- <a href="./kush_resume.pdf" target="_blank"><h2>Resume</h2></a> -->
<!-- </li>-->
<li style="border-radius: 0px 0px 14px 14px;">
<ul class="social-icon">
<li><a href="https://br.linkedin.com/in/kushtaneja" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="https://www.facebook.com/kushtaneja.kt" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<!-- <li><a href="https://github.com/kushtaneja" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li> -->
<li><a href="https://instagram.com/iamkushtaneja" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
</ul>
</li>
</ul>
</div>
<div class="profile-img"></div>
</header>
<!-- .header-->
</div>
</div>
<!-- jquery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- acobot -->
<!-- <script src="https://acobot.ai/js/w?key=428424.UrIMQlBJhBZA4BZu"></script> -->
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js#xfbml=1&version=v2.12&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Your customer chat code -->
<div class="fb-customerchat"
attribution="setup_tool"
page_id="227376697814980">
</div>
</body>
</html>