forked from DraXus/nhtg14
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (93 loc) · 4.06 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
<<<<<<< HEAD
<!DOCTYPE HTML>
<!--
Astral 2.5 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>CleanBites - Hygiene food ratings around you</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="CleanBites tells you the hygiene ratings of the eateries around you." />
<meta name="keywords" content="Food ratings" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet" />
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<style>
#map-page, #map-canvas { width: 100%; height: 400px; padding: 0; float: right; }
</style>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="stylesheet" href="css/noscript.css" />
</noscript>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<nav id="nav">
<a href="#me" class="fa fa-home active"><span>CleanBites</span></a>
<a href="#work" class="fa fa-info-circle"><span>About</span></a>
<a href="#email" class="fa fa-pencil"><span>Authors</span></a>
<a href="http://twitter.com/rewiredstate" class="fa fa-twitter"><span>RewiredState</span></a>
</nav>
<!-- Main -->
<div id="main">
<!-- Me -->
<article id="me" class="panel">
<header>
<h1>CleanBites</h1>
<span class="byline">Hygiene food ratings around you</span>
</header>
<div data-url="map-page" data-role="page" id="map-page">
<div id="results">Results go here</div>
<div role="main" class="ui-content" id="map-canvas">
<!-- map loads here... -->
</div>
</div>
</article>
<!-- Work -->
<article id="work" class="panel">
<header>
<h2>About</h2>
</header>
<p><b>Clean Bites </b> allows you to either search around you or choose an address and look around in that area. We will only display places within a 1 mile radius: places you can get to easily on foot from your location.
</p>
<p>This demo app was designed during the <a href="http://rewiredstate.org/"> National Hack The Government 2014 </a>, to help citizens make an informed choice when going out to eat.</p>
<p>This app uses the food hygiene rating data published at <a href="www.food.gov.uk/ratings">www.food.gov.uk/ratings </a> , available via an application programming interface (API) in XML and JSON formats. This is a free service and there is no need to register to use it. Terms and conditions apply (see link <a href="http://ratings.food.gov.uk/open-data/en-GB"> http://ratings.food.gov.uk/open-data/en-GB </a>), and guidance for developers is available.</p>
</article>
<!-- Email -->
<article id="email" class="panel">
<header>
<h2>Authors</h2>
</header>
<p>Coded and designed by:
<ul>
<li>Manu <a href="https://twitter.com/draxus">@draxus</a> </li>
<li>Sam <a href="https://twitter.com/2standandstare">@2standandstare</a></li>
<li>Anna <a href="https://twitter.com/annalogik">@annalogik</a></li>
</ul>
</p>
<p>If you would like to collaborate and expand this app, please visit <a href="https://github.com/DraXus/nhtg14">our repository in GitHub</a>
</p>
</article>
</div>
<!-- Footer -->
<div id="footer">
<ul class="links">
<li>© 2014 CleanBites</li>
<li>Design : <a href="http://html5up.net/">HTML5 UP</a></li>
</ul>
</div>
</div>
</body>
</html>
=======
My GitHub Page
>>>>>>> origin/gh-pages