-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
44 lines (37 loc) · 1.39 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
<!DOCTYPE html>
<html>
<head>
<title>Erie County Fair Food</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" >
<link rel="stylesheet" href="css/buffnews_style.css">
<!-- Fonts -->
<script src="http://projects.buffalonews.com/charts/js/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Lora']
},
timeout: 10000
});
</script>
</head>
<body>
<h2></h2>
<p class="explainer"></p>
<div id="filter" class="btn-group" role="group">
<button type='button' id="allbuttons" class="btn btn-secondary" data-value="*">Show All</button>
</div>
<div class="updated"></div>
<div id="database">
</div>
<p class="credit"></p>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js" ></script>
<script src="js/init.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.3.5/tabletop.js"></script>
<script src="js/imagesloaded.js"></script>
<script type="text/javascript" src="js/pym.js"></script>
</html>