-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·57 lines (55 loc) · 2.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta property="og:title" content="Kurukshetra'13" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://kurukshetra.org.in" />
<meta property="og:image" content="http://timeline.kurukshetra.org.in/assets/images/klogo.png" />
<meta property="og:site_name" content="Kurukshetra'13 - The Battle of Brains" />
<meta property="fb:admins" content="1225082090" />
<title>K!Timeline</title>
<meta name="description" content="History of Kurukshetra. K'13 teaser.">
<meta name="author" content="K!Web'13">
<meta name="keywords" content="Kurukshetra, timeline, teaser">
<link href='assets/css/styles.css' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33333459-1']);
_gaq.push(['_setDomainName', 'kurukshetra.org.in']);
_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>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=217608864916653";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<img src="assets/images/unesco_50.jpg" id="unesco">
<div class="fb-like" id="fb" data-href="https://www.facebook.com/kurukshetra.org.in" data-send="false" data-layout="button_count" data-width="50" data-show-faces="false"></div>
<div id="k-header"><img src="assets/images/klogo.png" id="klogo"><img src="assets/images/klogo_text.png"></div>
<div id="timeline-embed"></div>
<script type="text/javascript">
var timeline_config = {
width: "100%",
height: "90%",
source: 'timeline.json',
//start_at_end: true,
//hash_bookmark: true,
css: 'assets/css/timeline.css',
js: 'assets/js/timeline-min.js'
}
</script>
<script type="text/javascript" src="assets/js/timeline-embed.js"></script>
</body>
</html>