-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
134 lines (126 loc) · 5.1 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
127
128
129
130
131
132
133
134
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Public Sector Digital Midlands – Attendees Map</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" crossorigin="" />
<script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js" defer></script>
<script type="text/javascript" src="https://stamen-maps.a.ssl.fastly.net/js/tile.stamen.js?v1.3.0" defer></script>
<script src="mapdata.js" defer></script>
<script src="js/main.js" defer></script>
</head>
<body>
<svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="icon-twitter" viewBox="0 0 32 32">
<title>twitter</title>
<path d="M32 7.075c-1.175 0.525-2.444 0.875-3.769 1.031 1.356-0.813 2.394-2.1 2.887-3.631-1.269 0.75-2.675 1.3-4.169 1.594-1.2-1.275-2.906-2.069-4.794-2.069-3.625 0-6.563 2.938-6.563 6.563 0 0.512 0.056 1.012 0.169 1.494-5.456-0.275-10.294-2.888-13.531-6.862-0.563 0.969-0.887 2.1-0.887 3.3 0 2.275 1.156 4.287 2.919 5.463-1.075-0.031-2.087-0.331-2.975-0.819 0 0.025 0 0.056 0 0.081 0 3.181 2.263 5.838 5.269 6.437-0.55 0.15-1.131 0.231-1.731 0.231-0.425 0-0.831-0.044-1.237-0.119 0.838 2.606 3.263 4.506 6.131 4.563-2.25 1.762-5.075 2.813-8.156 2.813-0.531 0-1.050-0.031-1.569-0.094 2.913 1.869 6.362 2.95 10.069 2.95 12.075 0 18.681-10.006 18.681-18.681 0-0.287-0.006-0.569-0.019-0.85 1.281-0.919 2.394-2.075 3.275-3.394z"></path>
</symbol>
</defs>
</svg>
<div class="banner">
<div class="banner-inner">
<h1>Public Sector Digital Midlands – Attendees Map</h1>
</div>
</div>
<div class="main">
<div class="main-inner">
<p>Showing public sector digital teams in the Midlands. Created at the <a href="https://www.psdmidlands.co.uk/">Public Sector Digital Midlands Event</a>. </p>
<div id="mapid" class="map-component">
</div>
<noscript>
<h1>Sorry you haven't got JS to see our map. List of the organisations attending was:
</h1>
<ul>
<li>Crown Commercial Services, Newport</li>
<li>
HPPPS Digital Studio, Sheffield</li>
<li>
Ofsted, Derby</li>
<li>
DVSA, Nottingham</li>
<li>
Kainos, Nottingham</li>
<li>
HMLR, Nottingham</li>
<li>
Leicestershire County Council, Glenfield</li>
<li>
South Kesteven DC, Lincolnshire</li>
<li>
HMLR, Telford</li>
<li>
HMRC, Telford</li>
<li>
Cap Gemini, Telford</li>
<li>
University of Wolverhampton</li>
<li>
West Midlands Police, Wolverhampton</li>
<li>
Northhants CC, Northamptonshire</li>
<li>
HS2, Birmingham</li>
<li>
West Midlands Growth Co, Birmingham</li>
<li>
Birmingham and Solihull Mental Health Trust, Birmingham</li>
<li>
WM Police, West Bromwich</li>
<li>
WM Police, Dudley</li>
<li>
Hays, Birmingham</li>
<li>
Fusion Meetup, Birmingham</li>
<li>
Big Lottery Fund, Birmingham</li>
<li>
WM Police, Solihull</li>
<li>
University of Birmingham</li>
<li>
WMCA, Birmingham</li>
<li>
WM Fire, Birmingham</li>
<li>
Warwick County Council, Warwick</li>
<li>
Curium Solutions, Birmingham</li>
<li>
South Worcestershire Councils</li>
<li>
CWLep, Solihull</li>
<li>
QA Learning, Birmingham</li>
<li>
ESFA, Coventry</li>
<li>
DWP, Rugby</li>
<li>
RNR Organisation. Birmingham</li>
<li>
Crown Commercial Service, Norwich</li>
<li>
Kainos, Finsbury Park</li>
<li>
CCS, London</li>
</ul>
</noscript>
</div>
</div>
<div class="footer">
<div class="footer-inner">
<p>Map data provided by attendees. Missing or position wrong? <a href="https://github.com/mattmachell/psd-map">Send a pull request!</a></p>
<p>Created by <a href="https://twitter.com/shuckle"><svg class="icon icon-twitter"><use xlink:href="#icon-twitter"></use></svg>Matt</a> for <a href="https://twitter.com/psdmidlands"><svg class="icon icon-twitter"><use xlink:href="#icon-twitter"></use></svg>Public Sector Digital Midlands</a></p>
</div>
</div>
</body>
</html>