-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (82 loc) · 2.95 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Mathematician and developer at type(ish), with speciaties in machine learning, data analysis, Python, CoffeeScript, MongoDB, and Django." />
<title>Supriyo Sinha | Mathematician and Pythonista at type(ish)</title>
<link href="http://fonts.googleapis.com/css?family=Josefin+Sans:regular,regularitalic,bold" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '4ee8cb37f5a1f55ab3000002');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
<style type="text/css">
html, body {
margin: 0;
padding: 0;
width: 100%;
}
body {
background-color: #f3f3f3;
color: #222222;
font-family: "Josefin Sans", Futura, "Century Gothic", AppleGothic, sans-serif;
}
a {
color: #666666;
font-weight: 700;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p#subtitle, ul#links {
margin-left: 100px;
}
p#subtitle {
font-size: 0.9em;
}
ul#links {
padding: 0;
}
ul#links li{
display: inline-block;
list-style-type: none;
margin: 0 0.4em 0.4em 0;
padding: 0;
}
h1 {
background-color: #222222;
color: #f3f3f3;
font-size: 3em;
font-weight: 700;
margin: 0;
padding: 20px 0 0 100px;
}
div#content {
border-top: 1px solid #cccccc;
padding-left: 100px;
width: 30em;
}
</style>
</head>
<body>
<h1>Supriyo Sinha</h1>
<p id="subtitle">
The <s>Situation</s> Mathematician at <a href="http://typeish.net" title="type(ish): design, data, development">type(ish) »</a>
</p>
<ul id="links">
<li><a href="https://github.com/supriyo" title="GitHub: Social Coding">GitHub »</a></li>
<li><a href="https://twitter.com/supriyo_s" title="Twitter">Twitter »</a></li>
</ul>
<!--div id="content">
</div-->
</body>
</html>