-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·169 lines (93 loc) · 5.02 KB
/
Copy pathindex.html
File metadata and controls
executable file
·169 lines (93 loc) · 5.02 KB
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
169
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>--- Queue System ---</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- Leave those next 4 lines if you care about users using IE8 -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- Image and text -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand ml-3" href="#">
<img src="assets/1.png" width="30" height="30" class="d-inline-block align-top mr-2" alt="">
French Toast Mafia
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarText">
<ul class="navbar-nav mr-3 ">
<li class="nav-item">
<button type="button" style = "display: none" class="backButton btn btn-primary">Back</button>
</li>
<li class="nav-item loginButtonContainer">
<a class="nav-link" id="loginButton">Login</a>
</li>
<li class="nav-item greeting" style="display: none">
<a class="nav-link">Hi, </a>
</li>
<li class="nav-item logoutButtonContainer" style="display: none">
<a class="nav-link" href="#">Log Out</a>
</li>
</ul>
</div>
</nav>
<section class="container courseSelectionWindow mt-5" >
<div class="row selectionMessage">
<div class="col-12">
Select your class
</div>
</div>
<div class="row searchRow mt-4">
<div class="col-12 col-md-5">
<form action="" class="search-form">
<div class="form-group has-feedback">
<label for="search" class="sr-only">Search</label>
<input type="text" class="form-control" name="search" id="search" placeholder="or search for any class here">
<span class="glyphicon glyphicon-search form-control-feedback"></span>
</div>
</form>
</div>
</div>
<div class="row courseSelectionRow">
</div>
</section>
<section style = "display: none" class="container-fluid queueWindow">
<div class="row selectionMessage my-4">
<div class="courseTitle col-12">
</div>
</div>
<div class="row queueWindowOptionsRow my-4">
<div class="AddToQueueHelperSelection col-12 col-md-5" style="display: none;">
Add me to
<select class="selectpicker " data-live-search="true">
<option style="background: #5cb85c; color: #fff;" >the fastest</option>
</select>
queue
<button type="button" class="btn btn-primary addToQueue">Go</button>
</div>
<div class="HelperToolsSelection col-12 col-md-5" style="display: none;">
<button type="button" class="btn btn-secondary helperToggle" id="helperToggle1" value="Activate">Activate</button>
<button type="button" class="btn btn-secondary helperPauseToggle" style="display: none;" value="Activate">Pause</button>
</div>
</div>
<div class="row queueSlotRow flex-row flex-nowrap m-3">
</div>
</section>
<!-- Including Bootstrap JS (with its jQuery dependency) so that dynamic components work -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/randomcolor/0.5.2/randomColor.js"></script>
<script src="https://apis.google.com/js/api:client.js"></script>
<script src="js/main.js"></script>
</html>