-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (51 loc) · 1.83 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
<html>
<head>
<title>Shantanu Johri</title>
<link rel="icon" href="https://s24.postimg.org/jpuv69sl1/hanuornewlogo.png" style="width: 50px; height: 50px" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/index.js"></script>
<style>
body{
background-color: white;
}
</style>
<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-81194645-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<div class = "container">
<div class="row">
<div class="col-sm-4">
<h3>Shantanu <b><u>J</u></b>ohri</h3>
<hr>
<div class="" id = "social_channels">
<a href="https://www.github.com/hanuor" title="Github" target="">Code</a>
<a href="https://in.linkedin.com/in/shanjohri" title="LinkedIn" target="">Social</a>
</div>
<br>
</div>
<div class="col-sm-8">
<div class="content-body">
<p id="about_me">
</p>
</div>
</div>
</div>
<hr id="social_divider">
</div>
<footer class="footer" >
<p id="footer_note"></p>
</footer>
</body>
</html>