-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (89 loc) · 4.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Varun Thacker</title>
<meta name="description" content="">
<meta name="author" content="">
<link href="bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
}
</style>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27709652-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31313787-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="topbar">
<div class="fill">
<div class="container">
<a class="brand" href="#">Varun Thacker</a>
<ul class="nav">
<li class="active"><a href="">Home</a></li>
<li><a href="https://github.com/vthacker" target="_blank">Code</a></li>
<li><a href="http://www.varunthacker.wordpress.com/" target="_blank">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<p><h2>My Computing Graph</h2></p>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="span-one-third">
<h2>About Me</h2>
<p>Linux user. Apache Lucene, Mahout contributor. Hadoop user. Likes to read about Scalability and BigData. Wants to make a product which involves the above. </p>
</div>
<div class="span-one-third">
<h2>Flipkart Store Browser</h2>
<p>Flipkart Store Browser is a unofficial application for the which provides quick access to Flipkart.com in a mobile interface suited for your tablet. </p>
<p><a class="btn" href="http://appworld.blackberry.com/webstore/content/88402/?lang=en" target="_blank">Blackberry App World »</a></p>
</div>
<div class="span-one-third">
<h2>Download CV</h2>
<p></p>
<p><a class="btn" href="download/Resume:VarunThacker.pdf">Download »</a></p>
</div>
</div>
<footer>
<a href="https://twitter.com/#!/varunthacker" target="_blank"><img src="images/twitter.png" border="0" alt="Twitter Profile" title="Twitter Profile"></a>
<a href="https://www.facebook.com/varunthacker" target="_blank"><img src="images/facebook.png" border="0" alt="Facebook Profile" title="Facebook Profile"></a>
<a href="http://www.linkedin.com/pub/varun-thacker/31/430/a46" target="_blank"><img src="images/linkedin.png" border="0" alt="LinkedIn Profile" title="LinkedIn Profile"></a>
<a href="https://plus.google.com/u/0/110185577410922630300" target="_blank"><img src="images/gplus.png" border="0" alt="Google Plus Profile" title="Google Plus Profile"></a>
</a>
<div id="contact" class="pull-right">
<h3 >Contact:</h3>
<p >[email protected]</p>
</div>
</footer>
</div> <!-- /container -->
</body>
</html>