-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (133 loc) · 4.06 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!--
__ __ ______ ______ __ __ ______ __ __
/\ \_\ \/\ __ \/\ ___\/\ \/ / /\ == \/\ \/\ \
\ \ __ \ \ __ \ \ \___\ \ _"-. \ \ __<\ \ \_\ \
\ \_\ \_\ \_\ \_\ \_____\ \_\ \ \ \ \_\ \_\ \_____\
\/_/\/_/\/_/\/_/\/_____/\/_/\/_/ \/_/ /_/\/_____/
Created by: Aedan Dispenza and Paul Tai Fall 2013
-->
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<!-- <script src="js/vendor/custom.modernizr.js"></script> -->
<link href='img/favicon.ico' rel='shortcut icon' type='image/x-icon' />
<meta charset="utf-8">
<title>Twitch Frontier</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/jquery.ui.autocomplete.css">
<link rel="stylesheet" href="css/style.css">
<script src='js/jquery-2.0.3.min.js'></script>
<script src="js/jquery-ui.js"></script>
<script src ='js/querystring-0.9.0.js'></script>
<script src="js/vendor/custom.modernizr.js"></script>
<script src="js/literallyAnything.js"></script>
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1 id = 'title'></h1>
<a class="small round success button" onclick="getStores();" style="padding-top: 3px;left: 5px;">
<p>
Search Stores
</p></a>
<!-- <a class="small round success button dropdown" data-dropdown="drop1" style="padding-top: 3px;left: 5px;"><p>Search Stores</p></a>
<ul id="drop1" class="f-dropdown">
<li id="cheapest"></li>
<li id=""></li>
<li id=""></li>
</ul> -->
</li>
</ul>
<ul class="right">
<li class="has-form">
<form>
<div class="row">
<span class="clearable">
<div class="large-30 columns">
<input class='data_field' id='filter' type="text" placeholder="Filter by game">
<span class='icon_clear'>x</span>
</div>
</span>
</div>
</form>
</ul>
<ul class="right">
<div class="checkbox">
<input id="x" name="switch-x" type="checkbox">
<label for="x" onclick=""></label>
</div>
</ul>
<ul class="right">
<h4 id="ignore"> Exclude popular games (recommended) </h4> <span></span>
</ul>
</li>
</nav>
</head>
<body>
<!-- <script>
document.write('<script src=js/vendor/'
+ ('__proto__' in {} ? 'zepto' : 'jquery')
+ '.js><\/script>');
</script>
<script>
$(function() {
$(document).foundation();
});
</script> -->
<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 = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId=412440802200898";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- <script src="js/foundation.min.js"></script> -->
<center>
<h2 id='newStart'></h2>
<div id="vidDiv"></div>
<center style="height: 37px;">
<a href="#" id="random" class="button">Random Channel</a>
</center>
<div>
<center>
<style type="text/css" media="screen">
.socialcontainer {
width: 100%;
display: table;
padding-top: 0px;
padding-bottom: 0px;
border-spacing: 10px;
}
.socialleft{
display: table-cell;
width: 50%;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
.socialright {
display: table-cell;
width: 50%;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
text-align: left;
}
</style>
<div class="socialcontainer">
<div id="fbLike" class="socialleft"></div>
<div id="tweet" class="socialright"></div>
</div>
</center>
<div id="similar"></div>
</nav>
</div>
<!-- <div id="cheapest"></div> -->
</center>
</body>
</html>