-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (50 loc) · 3.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
64
65
<!doctype html>
<html lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="static_tmp/arrow.png" type="image/x-icon" />
<title>Software development & project architecture design for Web and Mobile applications, Entrepreneur | Abhishek Kumar {abhisheksliam}</title>
<meta name="description" content="Software development & project architecture design for Web and Mobile applications, Entrepreneur | Abhishek Kumar {abhisheksliam}" />
<meta name="keywords" content="Software development & project architecture design for Web and Mobile applications, Entrepreneur | Abhishek Kumar {abhisheksliam}" />
<meta name="author" content="Abhishek Kumar"
<meta name="robots" content="index, nofollow" />
<meta property="og:title" content="Hello. I'm Abhishek Kumar." />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.abhisheksliam.in/" />
<meta property="og:image" content="static_tmp/arrow_circle.jpg" />
<meta property="og:site_name" content="Software development & project architecture design for Web and Mobile applications, Entrepreneur | Abhishek Kumar {abhisheksliam}" />
<meta property="og:description" content="Software development & project architecture design for Web and Mobile applications, Entrepreneur | Abhishek Kumar {abhisheksliam}" />
<meta name="viewport" content="initial-scale=1.0">
<link rel="stylesheet" href="static_tmp/dance.css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-76205951-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<ul class="content">
<li id="first-line">Hello. I'm <strong>Abhishek Kumar.</strong><br/></li>
<li>I'm online by codename: abhisheksliam <a href="http://github.com/abhisheksliam" target="_blank">Github</a> My learning, work and past experiences has provided me a variety of technical and business skills.</li>
<li>I work on software development, project architecture design for Web and Mobile applications, Entrepreneurship.<a href="http://www.linkedin.com/in/abhisheksliam" target="_blank">LinkedIn</a><br/></li>
<li>I like travelling to new places. <a href="http://www.facebook.com/abhisheksliam" target="_blank">Facebook</a></li>
</ul>
<script src="static_tmp/fun.js"></script>
<div class="social-links">
<ul>
<li><a href="http://twitter.com/abhisheksliam" alt="Abhishek Kumar on Twitter" title="Abhishek Kumar on Twitter" class='twitter' target="_blank">Abhishek Kumar on Twitter</a></li>
<li><a href="https://www.facebook.com/abhisheksliam" alt="Abhishek Kumar on Facebook" title="Abhishek Kumar on Facebook" class='facebook' target="_blank">Abhishek Kumar on Facebook</a></li>
<li><a href="http://www.linkedin.com/in/abhisheksliam" alt="Abhishek Kumar on Linked In" title="Abhishek Kumar on Linked In" class='linkedin' target="_blank">Abhishek Kumar on Linked In</a></li>
</ul>
</div>
<div class="arrow"></div>
</body>
</html>