-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (112 loc) · 5.15 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
<!DOCTYPE html>
<html>
<head>
<title>Boundaries</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/default.css" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<h1>Boundary Review 2018</h1>
<div class="alert alert-warning alert-dismissable" role="alert" style="margin-bottom:0px;">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
This site gives information on the final constituencies that the Boundary Commission for Northern
Ireland
has recommended. This is not an official Boundary Commission
website.
</div>
<div class="row" style="margin:20px 0px 20px 0px;">
<div class="col-md-2"></div>
<div class="col-md-8">
<div class="input-group input-group-lg" id="postcode-input-group">
<div class="input-group-prepend"><span class="input-group-text">Postcode</span></div>
<input type="text" class="form-control" placeholder="Postcode" id="postcode-input">
<span class="input-group-append">
<button class="btn btn-default" type="submit" id="postcode-button">Go!</button>
</span>
</div>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<div id="which-constituencies" class="alert alert-info alert-dismissable" role="alert" hidden="true">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
</div>
<div class="col-md-1"></div>
</div>
<div class="row">
<div id="reset-div" class="center-block"></div>
</div>
<div class="row" style="padding:15,15,15,15px;"></div>
<div class="row">
<div id="proposed" class="column">
<div class="card">
<div id="map-proposed" class="map">
</div>
<div id="panel-proposed" class="card-body" hidden="true" aria-hidden="true">
</div>
<div class="card-footer">
<p>Under the terms of the <a href="https://www.boundarycommission.org.uk/2018-review">2018 Boundary Review</a>,
the proposed boundaries should maintain an 'electoral parity' across the UK. To ensure that there is a similar
electorate in each constituency, the number of people registered to vote must be within a range of 5% either
side of the UK quota: <strong>between 71,031 to 78,507 electors</strong> (Rule 2). However, the Boundary
Commission in Northern Ireland is able to apply a greater variations where there is suffient reason to in
drawing boundaries. Where these occur they have been highlighted in <span class="badge badge-warning">yellow</span>.
For more information, see the <a href="https://www.boundarycommission.org.uk/sites/bc/files/media-files/Rules_1.pdf">Review Rules</a>.
</p>
</div>
</div>
<div id="proposed-wards-accordion" class="card-group" role="tablist" aria-multiselectable="true">
</div>
</div>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
<footer class="footer text-muted" style="background-color: #f5f5f5">
<div class="container">
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<p> If you are interested in "building" new constituencies (or interested in other UK boundary changes) you can
use the <a href="http://constituencyboundaries.uk" target="_blank">Constituency Boundaries Tool</a> developed by Oli
Hawkins for the House of Commons Library.</p>
<p class="muted">Built by <a href="http://www.nicva.org/">NICVA</a>. Contact <a href="mailto:[email protected]">[email protected]</a></p>
<p class="muted">Data from <a href="http://www.boundarycommission.org.uk">The Boundary Commission for Northern
Ireland</a> and <a href="http://www.finance-ni.gov.uk/land-property-services-lps">Land and Property Services</a></p>
<p class="muted">Contains Ordnance Survey NI data © Crown copyright and database right.</p>
<p class="muted">Postcoding service <a href="http://mapit.mysociety.org">Powered by Mapit</a>.</p>
<p class="muted">We use cookies to store non-personally identifiable information for web traffic stats. To find
out how to opt-out visit <a href="https://support.google.com/analytics/answer/181881?hl=en&ref_topic=2919631"
target="_blank">here</a>.</p>
</div>
<div class="col-md-2"></div>
</div>
</div>
</footer>
<script type="text/javascript" src="build/app.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-77063537-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>