-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (60 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wales Library Postcodes</title>
<!--[htmlclean-protect]-->
<!-- inject:css -->
<!-- endinject -->
<!--[/htmlclean-protect]-->
</head>
<body>
<div class="container">
<br />
<p id="plogo">
<img src="images/logo.png" alt="Libraries Hacked Logo" />
</p>
<div class="jumbotron">
<h2>Wales libraries postcode assessment</h2>
<p class="lead" id="ploading">Loading data...</p>
<div id="divapp">
<p class="lead">Enter your postcode below for a grading of distance to the nearest public library in
Wales.</p>
<hr class="my-4">
<p>The tool only accepts Wales postcodes e.g. SY23 3BU. There is no tracking of postcards entered into
this tool.</p>
<p class="lead">
<div class="form-group">
<label class="col-form-label col-form-label-lg" for="inputLarge">Postcode</label>
<input class="form-control form-control-lg" id="txtpostcode" type="text" placeholder="Postcode">
</div>
<a class="btn btn-primary btn-lg" role="button" href="#" id="btnsearch">Search</a>
</p>
</div>
<div id="divresults">
<h3 id="hgrade">Result</h3>
<hr class="my-4">
<p class="lead" id="pclassification"></p>
</div>
<div id="diverror">
<p class="lead">Could not find that postcode.</p>
</div>
</div>
<footer>
<p>A
<a href="https://www.librarieshacked.org" target="_blank">Libraries Hacked</a> project
available on
<a href="https://github.com/librarieshacked/walespostcodes-librarydata" target="_blank">GitHub</a>.
Contains OS data © Crown copyright and database right 2018. Contains Royal Mail data © Royal Mail
copyright and Database right 2018. Contains National Statistics data © Crown copyright and database
right 2018.</p>
</footer>
</div>
<!--[htmlclean-protect]-->
<!-- inject:js -->
<!-- endinject -->
<!--[/htmlclean-protect]-->
</body>
</html>