-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
334 lines (286 loc) · 11.9 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
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CAUCI Coin Wars Website</title>
<link rel = "stylesheet" type = "text/css" href = "style.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.4/js/all.js"></script>
<!-- Bootstrap CSS 4.0.0 -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark sticky-top bg-dark">
<a class="navbar-brand">
<img src="images/logo.png" width="40" height="40" class="d-inline-block align-top" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#"> <i class="fas fa-home fa-2x"></i> <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#stats"> <i class="far fa-chart-bar fa-2x"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#standings"><i class="fas fa-table fa-2x"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://www.cauci.com/index.html" target="_blank">
<i class="fas fa-users fa-2x"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.instagram.com/caucirvine/" target="_blank">
<i class="fab fa-instagram fa-2x"></i>
</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron section">
<div class="container">
<h1 class="display-3">CAUCI COIN WARS</h1>
<p>Chinese Association at University of California of Irvine (CAUCI) has a coin collecting fundraiser every winter quarter. The quarter long fundraiser has board officers compete in contest of who can collect the most coins from general members and at the end of the quarter, the bottom three officers are pied by the club! Every penny counts!</p>
<div class="row row-eq-height">
<div class="col-md-6 text-center">
<h2 class="display-5">RULES</h1>
<div class="col-md-10 offset-md-1 text-left">
<hr/>
<p class="mb-1">● All bigs/officers carry a "coin jar" on them at all times</p>
<p class="mb-1">● Coins count as positive points</p>
<p class="mb-1">● Dollar Bills count as negative points</p>
<p class="mb-1">● EX: -$5.50 points = $2.50 coins - $8.00 bills</p>
<p class="mb-1">● Bigs CANNOT deny dollar bills</p>
<p class="mb-1">● At the end of fundraiser, bottom 3 bigs will be pied!</p>
</div>
</div>
<div class="col-md-6">
<img src="images/coinjar.png" class="coinjar mx-auto d-block">
</div>
</div>
<p class="mb-0 mt-1" id="stats"><a class="btn btn-primary btn-lg" href="http://www.cauci.com/index.html" target="_blank">Learn more about CAUCI »</a></p>
</div>
</div >
<div class="container-fluid">
<div class="row">
<div class="col-md-6 offset-md-3 text-center border mb-4 total-fundraised">
<h1 class="display-4">Total Amount Fundraised</h2>
<div class="col-md-10 offset-md-1"><hr/></div>
<!--Input Total Amount Fundraised -->
<h1 class="display-4">$24.40</h1>
</div>
<div class="col-md-6">
<div class="col-md-12 text-center">
<h1 class="display-4">Fun Stats</h1>
</div>
<div class="col-md-10 offset-md-1 text-left">
<hr/>
<!--Input Fun Stats -->
<h1 class="display-5 mb-3"> <i class="fas fa-angle-double-right"></i> Leading Big: Jon</h1>
<h1 class="display-5 mb-3"> <i class="fas fa-angle-double-right"></i> Most Coins: Jackson ($3.50)</h1>
<h1 class="display-5 mb-3"> <i class="fas fa-angle-double-right"></i> Most Dollars: Jackson ($8.00)</h1>
<h1 class="display-5 mb-3"> <i class="fas fa-angle-double-right"></i> Most Fundraised: Jackson ($11.50)</h1>
</div>
</div>
<div class="col-md-6">
<div class="col-md-12 text-center">
<h1 class="display-4">Fundraising Chart</h1>
</div>
<div class="col-md-10 offset-md-1"><hr/></div>
<div class="chart ml-2" id="piechart">
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
// Load google charts
google.charts.load('current', {'packages':['corechart']});
google.charts.setOnLoadCallback(drawChart);
// Draw the chart and set the chart values
function drawChart() {
var data = google.visualization.arrayToDataTable([
['Players', 'Amt Fundraised'],
//Input Pie Chart Data
['Jon', 3.05],
['Sienna', 2.0],
['Katherine', 1.8],
['Amanda', 0.55],
['Crystal', 0.0],
['Adam', 0.0],
['Jana', 0.0],
['John Su', 0.0],
['Cory', 0.0],
['Simon', 0.0],
['Anna', 0.0],
['Randy', 0.0],
['Elisha', 0.0],
['Chloe', 0.0],
['Patrick', 3.5],
['Jp', 2.0],
['Jackson', 11.5],
]);
// Optional; add a title and set the width and height of the chart
var options = {'chartArea': {width: '90%', height: '90%'}
};
// Display the chart inside the <div> element with id="piechart"
var chart = new google.visualization.PieChart(document.getElementById('piechart'));
chart.draw(data, options);
}
</script>
</div>
</div>
</div>
</div>
<div class="container bg-white main" id="standings">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="display-4">Current Standings</h1>
<!-- Input Updated Date -->
<p class="mb-0">Updated Since January January 20, 2018</p>
</div>
<div class="col-md-10 offset-md-1">
<hr/>
</div>
<table class="table table-hover table-striped mb-0">
<thead class="thead-dark">
<tr>
<th scope="col">#</th>
<th scope="col">Name</th>
<th scope="col">Points</th>
<th scope="col">Coins</th>
<th scope="col">Dollars</th>
</tr>
</thead>
<tbody>
<!-- Table Entry Data -->
<tr>
<th scope="row">1</th>
<td>Jon</td>
<td>$3.05</td>
<td>$3.05</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Sienna</td>
<td>$2.00</td>
<td>$2.00</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Katherine</td>
<td>$1.80</td>
<td>$1.80</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Amanda</td>
<td>$0.55</td>
<td>$0.55</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">5</th>
<td>Crystal</td>
<td>$0.00</td>
<td>$0.00</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">6</th>
<td>Adam</td>
<td>$0.00</td>
<td>$0.00</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">7</th>
<td>Jana</td>
<td>$0.00</td>
<td>$0.00</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">8</th>
<td>John Su</td>
<td>$0.00</td>
<td>$0.00</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">9</th>
<td>Cory</td>
<td>$0.00</td>
<td>$0.00</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">10</th>
<td>Simon</td>
<td>$0.00</td>
<td>$0.00</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">11</th>
<td>Anna</td>
<td>$0.00</td>
<td>$0.00</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">12</th>
<td>Randy</td>
<td>$0.00</td>
<td>$0.00</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">13</th>
<td>Elisha</td>
<td>$0.00</td>
<td>$0.00</td>
<td>$0.00</td>
</tr>
<tr>
<th scope="row">14</th>
<td>Chloe</td>
<td>$0.00</td>
<td>$0.00</td>
<td>$0.00</td>
</tr>
<tr class="table-danger">
<th scope="row">15</th>
<td>Patrick</td>
<td>$-0.50</td>
<td>$1.50</td>
<td>$2.00</td>
</tr>
<tr class="table-danger">
<th scope="row">16</th>
<td>Jp</td>
<td>$-2.00</td>
<td>$0.00</td>
<td>$2.00</td>
</tr>
<tr class="table-danger">
<th scope="row">17</th>
<td>Jackson</td>
<td>$-4.50</td>
<td>$3.50</td>
<td>$8.00</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
</body>
</html>