-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmachine.html
104 lines (90 loc) · 4.41 KB
/
machine.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:url" content="http://theindiantimemachine.github.io" />
<meta property="og:type" content="product" />
<meta property="og:title" content="The Indian Time Machine" />
<meta property="og:description" content="Take a journey down the nostalgia lane of the golden 90s" />
<meta property="og:image" content="http://theindiantimemachine.github.io/img.jpg"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Indian Time Machine</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" type="text/css" href="fonts/tracks.css">
<link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script type="text/javascript" src="js/vendor/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/vendor/knob.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<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-49711524-3', 'auto');
ga('send', 'pageview');
</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/sdk.js#xfbml=1&version=v2.6";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="controls">
<div class="headb"><h4 style="margin-top:20px;">THE INDIAN TIME MACHINE</h4></div>
<h2 class="subb">Take me back to</h2>
<div id="yearr">
<input type="text" value="2005" class="dial" data-width="34%"
data-thickness=".25"
data-cursor=true
data-bgColor="#793212"
data-fgColor="white">
</div>
<h2 class="filtertop">Customize</h2>
<div class="filters">
<label><input id="mu" class="bx" type="checkbox" checked> Music</label><br>
<label><input id="ad" class="bx" type="checkbox" checked> Advertisements</label><br>
<label><input id="tv" class="bx" type="checkbox" checked> TV Series</label>
</div>
<a onclick="yalgaar();"><div class="hitme">Generate List</div></a>
<a onclick="yalgaar2();"><div class="hitme hitme2">Pop Random Video</div></a>
<div class="searchbar">
<i class="sicon fa fa-search" aria-hidden="true"></i><input id="search" class="sbar" type="text" name="search" oninput="powder()">
</div>
<div class="playlist">
<nav>
<ul>
<div id="instr">
<h5>STEP ONE</h5>
<p>Pick the year you want to travel back in time to.</p>
<h5>STEP TWO</h5>
<p>Customize the type of memories you want to experience</p>
<h5>STEP THREE</h5>
<p>Click on 'Generate List' to generate a playlist of videos or click randomize to play a random video irrespective of the year but restricted to the customizations in Step 2.</p>
<h6 style="margin-top:21px;">Created by <a href="http://www.vimeo.com/iashris">Ashris</a> and <a href="https://www.linkedin.com/in/ankita-diwan-14155184">Ankita</a></h6>
<h6>All contributors will be thanked and credited <a href="credits.html"><i>here</i></a>.
</ul>
</nav>
</div>
<div class="expand" onclick="showfoot();">Like & Comment</div>
</div>
<div class="framee">
<img src="img.jpg" class="img-reponsive wallp">
</div>
<div class="row footerp">
<div class="col-md-12" style="text-align:center;margin-top:20px">
<div class="fb-like" data-href="http://theindiantimemachine.github.io" data-width="200" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
</div>
<div class="col-md-12" style="text-align:center;margin-top:20px">
<div class="fb-comments" data-href="http://theindiantimemachine.github.io" data-width="700" data-numposts="10"></div>
</div>
</div>
</div>
</body>
</html>