-
Notifications
You must be signed in to change notification settings - Fork 6
/
stats.html
45 lines (39 loc) · 1.72 KB
/
stats.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="stats.js"></script>
<title>Devo Science Fair 2016 statistics</title>
</head>
<body>
<nav class="devo-nav navbar navbar-default navbar-static-top">
<div class="container-fluid">
<div class="navbar-header"><div class="logo"></div></div>
<ul class="nav navbar-nav">
<li><a href="http://www.brookline.k12.ma.us/devotion/pto#">Devo PTO<span class="sr-only">(current)</span></a></li>
<li class="active"><a href="#">Science Fair Home<span class="sr-only">(current)</span></a></li>
<li ><a href="register.html">Registration</a></li>
</ul>
</div>
</nav>
<div class="jumbotron banner">
<div class="container">
<h1>Devo Science Fair</h1>
<p><b>Saturday March 12, 2016</b></p>
<p>Devotion School, Brookline, MA</p>
</div>
</div>
<div class="container">
<h2>Number of entries so far:</h2>
<div class="entry_count"></div>
<P>View the <a href="https://goo.gl/1DcXUJ">entries</a> (restricted access)</P>
</div>
</body>
</html>