-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (61 loc) · 2.52 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
<html>
<head>
<link rel="shortcut icon" href="./sushil_logo_4.ico" type="image/x-icon">
<title>sushiljainam</title>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<style type="text/css">
html *
{
color: #000 !important;
font-family: 'Roboto', sans-serif !important;
}
body {
margin : 0;
}
.outer-container {
display: table;
width: 100%;
height: 100%;
background: #ccc;
}
.inner-container {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.centered-content {
display: inline-block;
text-align: center;
background: #ccc;
padding : 20px;
border : 1px solid #ccc;
}
</style>
</head>
<body>
<div class="outer-container">
<div class="inner-container">
<div class="centered-content">
<h2>sushiljainam</h2>
<center>
<a rel="external" target="_blank" href="https://github.com/sushiljainam">g</a> |
<a rel="external" target="_blank" href="https://stackoverflow.com/story/sushiljainam">s</a> |
<a rel="external" target="_blank" href="https://facebook.com/sushiljainam">f</a> |
<a rel="external" target="_blank" href="https://linkedin.com/in/sushiljainam">in</a> |
<a rel="external" target="_blank" href="https://twitter.com/sushiljainam">t</a> |
<a rel="external" target="_blank" href="https://bit.ly/sushil-resume">resume</a>
</center>
<h4><a href="mailto:gmail@sushiljainam.com?Subject=about%20sushiljainam.com">gmail@sushiljainam.com</a></h4>
</div>
</div>
</div>
</body>
<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-69566285-4', 'auto');
ga('send', 'pageview');
</script>
</html>