-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (39 loc) · 2.15 KB
/
index.html
File metadata and controls
49 lines (39 loc) · 2.15 KB
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
<html>
<head>
<title>Manish Sharma</title>
<link rel="icon" href="smlogo.png" type="image/png" />
<link rel="stylesheet" type="text/css" href="style.css">
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</head>
<body>
<div class="header">
<div class="main">
<h1>Manish Sharma</h1>
<h2>Software Engineer @WalmartLabs</h2>
</div>
</div>
<div class=middle>
<ul>
<li id="gp"><div class="g-plus" data-height="69" data-href="http://plus.google.com/116112361038874563676" data-rel="author"></div>
</li><li id="ld"><a href="http://in.linkedin.com/pub/manish-sharma/32/38b/233">
<img src="http://www.linkedin.com/img/webpromo/btn_myprofile_160x33.png" width="160" height="33" border="0" alt="View Manish Sharma's profile on LinkedIn"></a>
</li><li id="fb"><a href="https://www.facebook.com/rk.manish.sharma">
<img src="fb.jpg" width="100" height="100" border="0" alt="View Manish Sharma's profile on Facebook"></a>
</li><li id="qu"><a href="http://www.quora.com/Manish-Sharma-6">
<img src="quora.jpg" width="200" height="70" border="0" alt="View Manish Sharma's profile on Quora"></a>
</li><li id="tw"><a href="https://twitter.com/Manish09Manish" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @Manish09Manish</a>
</li><li id="gh"><a href="https://github.com/SharmaManish">
<img src="github.jpg" width="150" height="150" border="0" alt="View Manish Sharma's profile on Github"></a>
</li>
</ul>
</div>
<!-- Place this tag after the last badge tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</body>
</html>