-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml
168 lines (144 loc) · 5.77 KB
/
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<title>Game of Thrones Quiz</title>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="/Users/tkopp/GitHub/GOT/css">
<script type='text/javascript' src='/Users/tkopp/GitHub/GOT/jss'></script>
</head>
<body>
<div class="container-fluid">
<h1>Game Of Thrones Trivia</h1>
</div>
<div>
<h2 id="question" class=" text-center collapse"> </h2>
</div>
<div id="choices" class="row collapse">
<div class="center-block col-md-6">
<input id="one" type="image" class="img-responsive img-rounded" value="1"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div>
<label id="first" class="text-center"> Summer is the coolest</label>
</div>
</div>
<div class="col-md-6">
<input id="two" type="image" class="img-responsive img-rounded" value="2"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div >
<label id="second"> Summer is the coolest</label>
</div>
</div>
<div class="col-md-6">
<input id="three" type="image" class="img-responsive img-rounded" value="3"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div>
<label id="third"> Summer is the coolest</label>
</div>
</div>
<div class="col-md-6">
<input id="four" type="image" class="img-responsive img-rounded" value="4"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div>
<label id="fourth">Summer is the coolest</label>
</div>
</div>
</div>
<h2 id="question2" class=" text-center collapse"> </h2>
</div>
<div id="choices2" class="row collapse">
<div class="center-block col-md-6">
<input id="one2" type="image" class="img-responsive img-rounded" value="1"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div>
<label id="first2" class="text-center"> Summer is the coolest</label>
</div>
</div>
<div class="col-md-6">
<input id="two2" type="image" class="img-responsive img-rounded" value="2"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div >
<label id="second2"> Summer is the coolest</label>
</div>
</div>
<div class="col-md-6">
<input id="three2" type="image" class="img-responsive img-rounded" value="3"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div>
<label id="third2"> Summer is the coolest</label>
</div>
</div>
<div class="col-md-6">
<input id="four2" type="image" class="img-responsive img-rounded" value="4"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div>
<label id="fourth2">Summer is the coolest</label>
</div>
</div>
</div>
<div id="choices3" class="row collapse">
<div class="center-block col-md-6">
<input id="one3" type="image" class="img-responsive img-rounded" value="1"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div>
<label id="first3" class="text-center"> Summer is the coolest</label>
</div>
</div>
<div class="col-md-6">
<input id="two3" type="image" class="img-responsive img-rounded" value="2"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div >
<label id="second3"> Summer is the coolest</label>
</div>
</div>
<div class="col-md-6">
<input id="three3" type="image" class="img-responsive img-rounded" value="3"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div>
<label id="third3"> Summer is the coolest</label>
</div>
</div>
<div class="col-md-6">
<input id="four3" type="image" class="img-responsive img-rounded" value="4"; height="200px" width="200px" src="/Users/tkopp/GitHub/GOT/images/Ghost.jpg"/ >
<div>
<label id="fourth3">Summer is the coolest</label>
</div>
</div>
</div>
<div id="lower" class=" collapse">
<div>
<buttton id="next" class="btn btn-default pull-right" type="submit"></button>
<span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span>
</div>
<div>
<buttton id="back" class="btn btn-default pull-left" type="submit"></button>
<span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span>
</div>
<br>
<br>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
</div>
</div>
<div id="all" class="row">
<div class ='form-group' id="login" hidden>
<label id ="whatIsName" >What is your name?</label><br>
<input type="text" id="enterName">
</div>
</div>
<h2 id="score"><br></h2>
<div class="text-center"><button type="button" id="submit" class ="btn btn-primary collapse">Submit</button>
<div class="text-center">
<h5 id="warning"></h5>
<h2 id="scoreNumber"></h2>
<h5 id="username" hidden>username</h5>
</div>
<div class="text-center">
<label id ="yourName" hidden></label><br>
<button id="notMe" class="collapse btn btn-link" >Not Me</button>
<button id= "retry" hidden>Retry</button>
</div>
<div class="text-center"><button id="begin" type="button" class ="btn btn-large" >Begin</button></div>
</div>
</body>