-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (90 loc) · 4.73 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
<!-- above set at the top of the file will set -->
<!-- the browser's rendering engine into -->
<!-- "Quirks Mode". Replacing this declaration -->
<!-- with a "Standards Mode" doctype is supported, -->
<!-- but may lead to some differences in layout. -->
<html lang="en">
<head>
<link rel="canonical" href=" { { site.url } }{ { page.url } }" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>The Null Pointer</title>
<link rel="shortcut icon" href="./assets/ico/favicon.ico">
<link href="./assets/css/bootstrap.css" rel="stylesheet">
<link href="./assets/css/social.css" rel="stylesheet">
<link href="./assets/css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
<div class="navbar-fixed-top">
<div class="container">
<a class="navbar-brand" href="#">Aritra Ghosh Dastidar</a>
<ul class="nav nav-pills">
<li class="active"><a href="#">About</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="//blog.aritraghosh.in" target="_blank">Blog</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</div>
<div class="container">
<div class="page-header">
<h2>Aritra Ghosh Dastidar <small>{Eat,drink,code,sleep} X repeat</small></h2>
</div>
<div class="hero-unit">
<p class="lead">Hacker - Startups - Open source - Distributed systems - Parallel computing - Silicon Valley<br>
</p>
<ul class="soc">
<li><a class="soc-twitter" href="https://twitter.com/aristros" target="_blank"></a></li>
<li><a class="soc-linkedin soc-icon-last" href="https://in.linkedin.com/pub/aritra-ghosh-dastidar/14/8a/745" target="_blank"></a></li>
</ul>
</div>
<br><br>
<img src="./assets/img/Solutions-Architect-Associate.png" width="20%" height="10%" alt="AWS certified Solutions Architect">
<hr>
<div class="navbar-fixed-bottom">
<div class="container">
<div class="navbar-inner">
<font size="2">Lovingly built using <a href="//getbootstrap.com" target="_blank">Bootstrap</a><br>
© <a href="//www.aritraghosh.in">aritraghosh.in</a> All rights reserved</font>
<!-- <p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="https://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
</p>-->
</div>
</div>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="./assets/js/jquery.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-transition.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-alert.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-modal.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-dropdown.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-scrollspy.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-tab.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-tooltip.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-popover.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-button.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-collapse.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-carousel.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-typeahead.js"></script>
<script type="text/javascript">
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44220692-1', 'aritraghosh.in');
ga('send', 'pageview');
</script>
<script type="text/javascript">
var host = "aritraghosh.in";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
</html>