-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
517 lines (489 loc) · 35.7 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/assets/js/config.js"></script>
<script>
if (typeof config === "undefined" || !config.data || !config.data.projects || !config.data.projects.categories) {
/* Fall back to displaying single section of repositories. Exclude this repo by identifying as unfeatured */
config = {
data: {
projects: {
categories: [{
title: "Repositories",
url: "https://github.com/esriuk",
anchor: "repositories",
maxRepos: 9,
projects: [{
repo: "esriuk/esriuk.github.io",
featured: false
}]
}]
}
}
}
}
if (!config.organisation) { config.organisation = "Esri UK" }
if (!config.org) { config.org = "esriuk" }
config.title = config.organisation + " GitHub";
config.url = "https://github.com/" + config.org;
function template(thenTemplate = "") {
templateIfElse(true, thenTemplate);
}
function templateIfElse(condition, thenTemplate = "", elseTemplate = "") {
var scriptTag = document.querySelector("script#template");
if (condition) {
scriptTag.outerHTML = thenTemplate;
} else {
scriptTag.outerHTML = elseTemplate;
}
}
</script>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<link rel="icon" href="/assets/fav/favicon.svg" type="image/svg+xml">
<link rel="icon" type="image/png" href="/assets/fav/favicon.png">
<!-- Title -->
<script id="template">template(`
<title>${config.title + (config.tagline ? " | "+ config.tagline : "")}</title>
`);
</script>
<!-- Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<script id="template">templateIfElse(config.description && config.title && config.tagline, `
<!-- Description -->
<meta name="description" content="${config.description}">
<!-- Twitter Card-->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="${config.title +" | "+ config.tagline}">
${config.twitter ? '<meta name="twitter:site" content="'+config.twitter+'">': ""}
<meta name="twitter:description" content="${config.description}">
<!-- Facebook Open Graph -->
<meta name="og:title" content="${config.title +" | "+ config.tagline}">
<meta property="og:description" content="${config.description}" />
<meta property="og:site_name" content="${config.title}" />
<meta property="og:url" content="https://${config.org}.github.io" />
`, "");
</script>
<!-- Adobe Analytics -->
<script id="template">
var analyticsUrl = `https://esrimarketing.d1.sc.omtrdc.net/b/ss/esriukglobalext/1/s${Math.ceil(Math.random() * parseInt('9'.repeat(9)))}?`;
var analyticsParameters = [
`AQB=1`,
`g=${window.location.href}`,
`${document.referrer ? `r=${document.referrer}` : ""}`,
`pageName=${config.org}.github.io`,
`server=${window.location.hostname}`,
`v1=${config.org} github`,
`v2=${window.location.href}`,
`v6=${window.location.hostname}`,
`v10=en`,
`v48=${config.org} github io`,
`h1=,,,`, `c1=D=v6`, `c2=D=v7`, `c3=D=v8`, `c4=D=v9`, `c5=D=v4`, `c14=D=v2`, `c19=D=v83`, `c50=D=v40`,
`AQE=1`,
];
analyticsParameters.forEach(function(p, i, a) {
if (p == '') { analyticsParameters.splice(i, 1); return; }
p = p.split(/=(.*)/s);
a[i] = p[0] + '=' + encodeURIComponent(p[1]);
});
analyticsUrl + analyticsParameters.join("&");
template(`
<img src="${analyticsUrl + analyticsParameters.join('&')}"/>
`);
</script>
<!-- CSS -->
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/jslibs/calcite/1.0.0-rc.9/css/calcite-web.min.css">
<link rel="stylesheet" href="/assets/css/head.css">
<link rel="stylesheet" href="/assets/css/global-nav-lite.css">
<!-- JS -->
<!-- <script src="/assets/js/head.js"></script> -->
</head>
<body>
<nav id="globalnav-lite">
<div class="esri-header -lite">
<div class="esri-header-brand">
<div class="esri-header-brand-inner">
<div class="site-logo">
<a href="https://www.esriuk.com/" class="esri-header-brand-link">
<img src="https://www.esriuk.com/content/dam/distributor-restricted/esriuk-com/gnav-dist-esri-uk-tm.svg" width="119" height="30" alt="Esri UK">
</a>
</div>
</div>
</div>
<div class="esri-header-menus">
<ul class="esri-header-menus-list" role="navigation">
<li class="esri-header-menus-item"><a class="esri-header-menus-link" href="https://www.esriuk.com/en-gb/arcgis/products/index">Products</a></li>
<li class="esri-header-menus-item"><a class="esri-header-menus-link" href="https://www.esriuk.com/en-gb/solutions">Solutions</a></li>
<li class="esri-header-menus-item"><a class="esri-header-menus-link" href="https://www.esriuk.com/en-gb/support-services">Support & Services</a></li>
<li class="esri-header-menus-item"><a class="esri-header-menus-link" href="https://resource.esriuk.com">Resources</a></li>
<li class="esri-header-menus-item"><a class="esri-header-menus-link" href="https://www.esriuk.com/en-gb/about/overview">About</a></li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div id="skip-to-content">
<header class="gh-banner">
<script id="template">template(`
<h1>${config.title}</h1>
${config.description ? `<p>${config.description}</p>` : ""}
${config.data.projects.categories[0].anchor !== "repositories" ? `<a class="btn gh-banner-cta" href="${config.url}">View repositories <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" class="svg-icon"><path d="M7 4h5l12 12-12 12H7l12-12L7 4z"/></svg></a>` : ""}
`);
</script>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" class="code-icon">
<defs>
<style>
@supports not (d: none) {
svg.code-icon .bracket.right { --transform: translateX(88px) scaleX(-1); }
svg.code-icon .bracket.top { transform-origin: 20px 63px; transform: var(--transform, ) rotate(-52deg) scaleX(1.2); }
svg.code-icon .bracket.bottom { transform-origin: 20px 71px; transform: var(--transform, ) rotate( 52deg) scaleX(1.2); }
svg.code-icon .slash { transform-origin: 61.5px center; transform: rotate(-69.5deg) scaleX(2.3) translateX(-3.5px); }
}
@supports (d: none) {
svg.code-icon {
overflow: hidden;
--slide-in-duration: 1;
animation: calc(var(--slide-in-duration) * 1s) in-from-side cubic-bezier(0.85, 0, 0.27, 1.15) both;
}
@keyframes in-from-side {
0% { transform: translateX(100vw); }
100% { transform: translateX(0); }
}
/* Brackets ------------------------------------- */
svg.code-icon path.bracket {
--transform: ;
--angle: -52deg;
transform-origin: 20px 63px;
--animation-path: bracket-path-top;
--animation-duration: .6s;
--animation-delay: calc((var(--slide-in-duration) + 0) * 1s);
--animation-fill-mode: both;
animation:
bracket-rotate var(--animation-duration) var(--animation-delay) cubic-bezier(0.68, 0, 0.27, 1.55) var(--animation-fill-mode),
var(--animation-path) var(--animation-duration) var(--animation-delay) cubic-bezier(0.65, 0, 0.27, 1.55) var(--animation-fill-mode);
}
svg.code-icon path.bracket.right {
--transform: translateX(88px) scaleX(-1);
transform: var(--transform);
}
svg.code-icon path.bracket.bottom {
transform-origin: 20px 71px;
--angle: 52deg;
--animation-path: bracket-path-bottom;
}
@keyframes bracket-rotate {
0% { transform: var(--transform); }
60% { transform: var(--transform) rotate(var(--angle)) scaleX(1.2); }
100% { transform: var(--transform) rotate(var(--angle)) scaleX(1.2); }
}
@keyframes bracket-path-top {
0% {
d: path("\
M15 67\
L15 61.75\
L45 61.75\
L45 67\
L45 72.25\
L20.25 72.25\
Z");
}
50% {
d: path("\
M15 67\
L15 61.75\
L45 61.75\
L45 72.25\
L20.25 72.25\
Z");
}
100% {
d: path("\
M 15 67\
L 15 61.75\
L 38 61.75\
L 45 72.25\
L 20.25 72.25\
Z");
}
}
@keyframes bracket-path-bottom {
0% {
d: path("\
M15 67\
L20.25 61.75\
L45 61.75\
L45 67\
L45 72.25\
L15 72.25\
z");
}
50% {
d: path("\
M15 67\
L20.25 61.75\
L45 61.75\
L45 72.25\
L15 72.25\
Z");
}
100% {
d: path("\
M15 67\
L20.25 61.75\
L45 61.75\
L38 72.25\
L15 72.25\
Z");
}
}
/* Slash ---------------------------------------- */
svg.code-icon path.slash {
--path: "\
M40 67\
L45 61.75\
L83 61.75\
L88 67\
L83 72.25\
L50.25 72.25\
L45 72.25\
Z";
d: path(var(--path));
transform-origin: 61.5px center;
--transform: ;
--angle: -69.5deg;
--animation-duration: 1s;
--animation-delay: calc((var(--slide-in-duration) + .3) * 1s);
--animation-fill-mode: both;
animation:
slash-rotate var(--animation-duration) var(--animation-delay) cubic-bezier(0.68, 0, 0.27, 1.55) var(--animation-fill-mode),
slash-path calc(1.2 * var(--animation-duration)) var(--animation-delay) cubic-bezier(0.65, 0, 0.27, 1) var(--animation-fill-mode);
}
@keyframes slash-rotate {
0% { transform: var(--transform); }
50% { transform: var(--transform) rotate(var(--angle)); }
100% { transform: var(--transform) rotate(var(--angle)) scaleX(2.3) translateX(-3.5px); }
}
@keyframes slash-path {
40% {
d: path("\
M45 72.25\
L45 61.75\
L83 61.75\
L83 64.75\
L83 72.25\
L50.25 72.25\
L45 72.25\
Z");
}
80% {
d: path("\
M45 72.25\
L45 61.75\
L83 61.75\
L83 64.75\
L83 72.25\
L50.25 72.25\
L45 72.25\
Z");
}
100% {
d: path("\
M50.25 72.25\
L45 61.75\
L81.3 61.75\
L81.3 61.75\
L83 72.25\
L50.25 72.25\
L50.25 72.25\
Z");
}
}
}
</style>
</defs>
<path xmlns="http://www.w3.org/2000/svg" class="bracket left top" d="
M 15 67
L 15 61.75
L 38 61.75
L 45 72.25
L 20.25 72.25
Z" />
<path xmlns="http://www.w3.org/2000/svg" class="bracket left bottom" d="
M 15 67
L 20.25 61.75
L 45 61.75
L 38 72.25
L 15 72.25
Z" />
<path xmlns="http://www.w3.org/2000/svg" class="slash" d="
M 50.25 72.25
L 45 61.75
L 81.3 61.75
L 81.3 61.75
L 83 72.25
L 50.25 72.25
L 50.25 72.25
Z" />
<path xmlns="http://www.w3.org/2000/svg" class="bracket right top" d="
M 15 67
L 15 61.75
L 38 61.75
L 45 72.25
L 20.25 72.25
Z" />
<path xmlns="http://www.w3.org/2000/svg" class="bracket right bottom" d="
M 15 67
L 20.25 61.75
L 45 61.75
L 38 72.25
L 15 72.25
Z" />
</svg>
</header>
<div class="gh-search">
<script id="template">template(`
<form id="search" method="GET" action="https://github.com/orgs/${config.org}/repositories?q=" class="github-search">
<label>
<input type="search" id="github-search-input" role="search" name="q" placeholder="Search ${config.organisation}'s GitHub repositories" aria-label="Search ${config.organisation}'s GitHub repositories">
</label>
<input type="hidden" id="github-search-hiddent" name="p" value="">
<button id="github-search-submit" type="submit" class="github-search-submit">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="search-24"><path d="M21.842 21.134l-6.843-6.843a7.317 7.317 0 1 0-.708.708l6.843 6.843a.5.5 0 1 0 .708-.708zM9.5 15.8a6.3 6.3 0 1 1 6.3-6.3 6.307 6.307 0 0 1-6.3 6.3z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
<span class="visually-hidden">Search ${config.organisation}'s GitHub repositories</span>
</button>
</form>
`);
</script>
</div>
<div id="project-categories">
<script id="template">
var length = config.data.projects.categories.length, content = `
<nav class="anchor-navigation" style="${"grid-row-end: " + (length + 1) + ";"}">
<ul class="anchor-nav-list" style="--height: ${((58 * length) + (20 * (length + 1))) + 'px'}">`;
for (category in config.data.projects.categories) { category = config.data.projects.categories[category];
if (category.anchor && category.title) { content += `
<li class="anchor-nav-item">
<a href="#${category.anchor}" ${category.icon ? `style="--icon: url(${category.icon})"` : ""}>${category.title}</a>
</li>
`;}
}
content += `
</ul>
</nav>
`;
document.querySelector("script#template").outerHTML = content;
</script>
<script id="template">
var content = "", count = 0;
for (category in config.data.projects.categories) { category = config.data.projects.categories[category]; count++;
content += `
<section id="${category.anchor || ""}" class="project-category padding-leader-3 padding-trailer-3" style="grid-row-start: ${count}">
<header>
${category.icon ? `<img class="category-icon" src="${category.icon}"></img>` : ""}
${category.icon || category.title ? `<h2>${category.title || ""}</h2>` : ""}
${category.description ? `<p>${category.description}</p>` : ""}
</header>
<div class="guide-cards">`;
if (category.projects[0] && category.projects[0].featured == true) { var project = category.projects[0];
content += `
<div class="guide-card guide-card-large">
${project.image ? `<img src="${project.image}" class="guide-card-image" alt="${project.imageAlt || ""}" />` : ""}
<div class="guide-card-content">
${project.displayLang ? `
<span class="guide-card-subtitle guide-card-language">${project.searchLang ? `<a class="guide-card-language-link" href="https://github.com/orgs/${config.org}/repositories?language=${project.searchLang}">` : ""}${project.displayLang}${project.searchLang ? `</a>` : ""}</span>
` : ""}
<h2 class="guide-card-title">${project.title || ""}</h2>
${project.description ? `<p class="guide-card-text">${project.description}</p>` : ""}
${project.url ? `<div class="guide-card-cta">
<a href="${project.url}" class="btn guide-card-button">Learn more</a>
</div>` : ""}
</div>
</div>`;
}
content += `
</div>
${category.url ? `<div class="project-category-cta">
<a href="${category.url}" class="btn btn-clear project-category-button" alt="View All">View All <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z"/></svg></a>
</div>` : ""}
</section>
`;
}
document.querySelector("script#template").outerHTML = content;
</script>
</div>
</div>
</div>
<footer class="esri-footer-barrier" id="globalfooter-lite">
<div class="esri-footer -lite">
<div class="esri-footer-section--1">
<div class="esri-footer-brand">
<a class="esri-footer-brand-link" href="https://www.esriuk.com/en-gb/home" aria-label="Esri UK: The Science of Where" data-event="globalnav" data-link-text="global_nav_Esri_UK:_The_Science_of_Where">
<span class="">
<svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" width="114px" height="114px" viewBox="0 0 114 114" style="transform: rotate(360deg);" xml:space="preserve" class="esri-footer-brand-image" role="presentation">
<path d="M14.9 14.25l-.42 3.1h3.93l-1.56 11.1h3.46l1.56-11.1h3.94l.42-3.1zm21.87 0l-.72 5.14h-5.48l.72-5.14h-3.46l-1.99 14.2h3.46l.84-5.95h5.48l-.84 5.96h3.46l1.99-14.21zm15.36 3.22l.44-3.22h-9.79l-1.98 14.2h10.14l.45-3.22H44.7l.33-2.38h5.98l.44-3.23H45.5l.3-2.15zM23.46 39.08c-.28-.3-.6-.54-.98-.73a8.9 8.9 0 0 0-1.13-.48c-.38-.13-.76-.25-1.13-.35a5.6 5.6 0 0 1-.94-.35 1.52 1.52 0 0 1-.57-.44.82.82 0 0 1-.12-.62c.03-.22.1-.4.24-.55.14-.16.3-.3.5-.4a2.97 2.97 0 0 1 2.4-.09c.35.15.61.35.8.62l.14.2 2.73-2.59-.15-.15A4.52 4.52 0 0 0 23.36 32a7.62 7.62 0 0 0-4.34-.05c-.68.2-1.3.49-1.87.87a4.87 4.87 0 0 0-2.17 3.5c-.11.8-.03 1.47.25 1.98.26.5.64.9 1.1 1.2.46.3.97.53 1.52.7l1.47.5c.43.17.79.36 1.06.59.23.2.32.44.27.79a1.1 1.1 0 0 1-.24.54c-.13.16-.3.3-.5.4a2.9 2.9 0 0 1-2.7 0c-.39-.2-.71-.5-.95-.88l-.14-.22-2.85 2.7.15.15c.6.63 1.29 1.1 2.04 1.37.75.28 1.6.43 2.51.43.73 0 1.44-.1 2.13-.28a6 6 0 0 0 1.88-.87 5.07 5.07 0 0 0 2.16-3.57 3.8 3.8 0 0 0-.06-1.62 2.8 2.8 0 0 0-.62-1.14zm11.74 2.85a3.59 3.59 0 0 1-4.3 1.1c-.4-.21-.76-.5-1.03-.87a3.54 3.54 0 0 1-.59-1.32 5.4 5.4 0 0 1 1.48-4.77c.4-.38.84-.68 1.33-.89.5-.2 1.02-.31 1.56-.31.53 0 1 .1 1.37.27.37.18.67.44.91.77l.12.17L39 33.94l-.1-.17c-.25-.4-.56-.73-.92-1.01a5 5 0 0 0-1.15-.65 6.22 6.22 0 0 0-2.47-.46c-1.1 0-2.15.17-3.13.51a8.34 8.34 0 0 0-5.55 6.91 7.6 7.6 0 0 0 .14 3.09c.26.92.68 1.72 1.28 2.37a5.84 5.84 0 0 0 2.23 1.5 8.19 8.19 0 0 0 5.9-.08 6.7 6.7 0 0 0 2.56-1.86l.14-.16-2.59-2.17-.13.17zM41.19 32L39.2 46.2h3.46L44.65 32zm15.6 3.22l.45-3.22h-9.79l-1.99 14.2h10.15l.44-3.22h-6.68l.33-2.38h5.98l.45-3.23h-5.98l.31-2.15zM69.83 32l-1.28 9.13-4.3-9.13H59.8l-1.99 14.2h3.47l1.3-9.36 4.44 9.36h4.28l2-14.2zm13.7 9.93a3.59 3.59 0 0 1-4.3 1.1c-.42-.21-.76-.5-1.03-.87a3.54 3.54 0 0 1-.6-1.32 5.4 5.4 0 0 1 1.48-4.77c.4-.38.84-.68 1.34-.89.49-.2 1.01-.31 1.55-.31s1 .1 1.37.27c.37.18.68.44.91.77l.13.17 2.93-2.14-.1-.17c-.24-.4-.55-.73-.92-1.01a5 5 0 0 0-1.15-.65 6.22 6.22 0 0 0-2.47-.46c-1.1 0-2.15.17-3.13.51A8.34 8.34 0 0 0 74 39.07a7.6 7.6 0 0 0 .14 3.09c.26.92.69 1.72 1.28 2.37a5.83 5.83 0 0 0 2.23 1.5 8.19 8.19 0 0 0 5.91-.08 6.7 6.7 0 0 0 2.55-1.86l.14-.16-2.59-2.17-.13.17zm15.06-6.7l.45-3.23h-9.8l-1.98 14.2H97.4l.45-3.22h-6.68l.33-2.38h5.98l.45-3.23h-5.98l.31-2.15zm-69 18.57a5.77 5.77 0 0 0-1.28-2.37 5.87 5.87 0 0 0-2.22-1.5 9.4 9.4 0 0 0-6.1 0 8.34 8.34 0 0 0-5.56 6.9 7.6 7.6 0 0 0 .14 3.08c.26.93.69 1.72 1.28 2.38a5.83 5.83 0 0 0 2.23 1.5 9.33 9.33 0 0 0 6.1 0 8.2 8.2 0 0 0 4.54-3.84 8.92 8.92 0 0 0 .86-6.15zm-3.43 3.03a5.03 5.03 0 0 1-1.55 3.06 4.54 4.54 0 0 1-3.15 1.2c-.62 0-1.17-.1-1.63-.31a3.03 3.03 0 0 1-1.77-2.19 5.4 5.4 0 0 1 .48-3.41 4.53 4.53 0 0 1 4.17-2.55c.6 0 1.16.1 1.62.3a3.12 3.12 0 0 1 1.78 2.2c.12.52.13 1.09.05 1.7zm15.62-3.85l.44-3.23h-9.67l-1.99 14.21h3.46l.74-5.37h5.75l.47-3.23h-5.75l.33-2.38zM31.25 67.52l-3.4 8.58-1.5-8.58H23.2l-3.9 8.35-.9-8.35h-3.74l2.23 14.2h2.92l4.17-9.11 1.63 9.12h3.02l6.14-14.21zm13.7 0l-.71 5.14h-5.48l.72-5.14h-3.46l-1.99 14.2h3.46l.84-5.95h5.48l-.84 5.96h3.46l1.99-14.21zm15.37 3.22l.45-3.22h-9.8L49 81.72h10.14l.45-3.22H52.9l.33-2.38h5.98l.45-3.23h-5.98l.3-2.15zm13.2 1.2c.13-.83.08-1.54-.14-2.12a3.05 3.05 0 0 0-1.02-1.37 4.3 4.3 0 0 0-1.64-.72c-.62-.14-1.3-.21-2.01-.21h-5.52l-1.99 14.2h3.46l.76-5.5h1.18l2.12 5.5h4.11l-2.71-5.87a4.18 4.18 0 0 0 2.25-1.31 4.94 4.94 0 0 0 1.16-2.6zm-7.3-1.43h1.8c.27 0 .53.02.8.05a2 2 0 0 1 .66.2c.18.1.3.23.4.4.1.17.12.4.08.7-.05.34-.15.6-.32.77-.17.18-.37.32-.6.4-.24.1-.5.15-.79.17-.3.02-.58.02-.85.02h-1.55l.37-2.71zm19.29.23l.45-3.22h-9.8l-1.98 14.2h10.14l.45-3.22h-6.68l.33-2.38h5.98l.45-3.23h-5.98l.3-2.15z"></path>
<path d="M7.13 21.37V7.13h14.24V0H0v21.37zM28.5 7.13h78.37v71.24H114V0H28.5zm14.25 99.74H7.13V35.62H0V114h42.75zm64.12-14.25v14.25h-57V114H114V92.62zM87.4 67.75h-.36v-.19h.95v.19h-.37v.97h-.21v-.97zm.79-.19h.33l.32.81.32-.8h.33v1.15h-.2v-.96h-.01l-.37.96h-.15l-.36-.96v.96h-.21v-1.16z"></path>
</svg>
</span>
</a>
</div>
<div class="esri-footer-social" aria-label="Social Media">
<ul class="esri-footer-social-list" role="presentation">
<li class="esri-footer-social-item">
<a class="esri-footer-social-link -facebook" href="https://www.esriuk.com/en-gb/social/gateway#facebook" aria-label="Facebook" target="_blank">
<span class="">
<svg class="esri-footer-social-image" role="presentation" style="transform: rotate(360deg);" viewBox="0 0 38 38" width="30" height="30">
<path d="M38 38V0H0v38h17.2V21.9H14v-5.7h3.2v-3.7c0-2.6 1.2-6.7 6.7-6.7h4.9v5.5h-3.6c-.6 0-1.4.3-1.4 1.5v3.3h5.1l-.6 5.7h-4.5v16.1H38z"></path>
</svg>
</span>
</a>
</li>
<li class="esri-footer-social-item">
<a class="esri-footer-social-link -twitter" href="https://www.esriuk.com/en-gb/social/gateway#twitter" aria-label="Twitter" target="_blank">
<span class="">
<svg class="esri-footer-social-image" role="presentation" style="transform: rotate(360deg);" viewBox="0 0 512 512" width="30" height="30">
<path d="M512.002 97.211c-18.84 8.354-39.082 14.001-60.33 16.54 21.686-13 38.342-33.585 46.186-58.115a210.29 210.29 0 0 1-66.705 25.49c-19.16-20.415-46.461-33.17-76.674-33.17-58.011 0-105.042 47.029-105.042 105.039 0 8.233.929 16.25 2.72 23.939-87.3-4.382-164.701-46.2-216.509-109.753-9.042 15.514-14.223 33.558-14.223 52.809 0 36.444 18.544 68.596 46.73 87.433a104.614 104.614 0 0 1-47.577-13.139c-.01.438-.01.878-.01 1.321 0 50.894 36.209 93.348 84.261 103a105.245 105.245 0 0 1-27.674 3.687c-6.769 0-13.349-.66-19.764-1.888 13.368 41.73 52.16 72.104 98.126 72.949-35.95 28.176-81.243 44.967-130.458 44.967-8.479 0-16.84-.496-25.058-1.471 46.486 29.807 101.701 47.197 161.021 47.197 193.211 0 298.868-160.062 298.868-298.872 0-4.554-.104-9.084-.305-13.59 20.526-14.809 38.335-33.309 52.417-54.373z"></path>
</svg>
</span>
</a>
</li>
<li class="esri-footer-social-item">
<a class="esri-footer-social-link -linkedin" href="https://www.esriuk.com/en-gb/social/gateway#linkedin" aria-label="LinkedIn" target="_blank">
<span class="">
<svg class="esri-footer-social-image" role="presentation" style="transform: rotate(360deg);" viewBox="0 0 24 24" width="30" height="30">
<path d="M0 0v24h24V0zm8 19H5V8h3zM6.5 6.7A1.8 1.8 0 1 1 8.3 5a1.8 1.8 0 0 1-1.8 1.7zM20 19h-3v-5.6c0-3.4-4-3.1-4 0V19h-3V8h3v1.8c1.4-2.6 7-2.8 7 2.5z"></path>
</svg>
</span>
</a>
</li>
</ul>
</div>
</div>
<div class="esri-footer-section--2">
<div class="esri-footer-menu">
<ul class="esri-footer-menu-list">
<li class="esri-footer-menu-item" role="presentation"><a class="| esri-footer-menu-link" href="https://www.esriuk.com/en-gb/arcgis/products/index">Products</a></li>
<li class="esri-footer-menu-item" role="presentation"><a class="esri-footer-menu-link" href="https://www.esriuk.com/en-gb/solutions">Solutions</a></li>
<li class="esri-footer-menu-item" role="presentation"><a class="esri-footer-menu-link" href="https://www.esriuk.com/en-gb/support-services">Support & Services</a></li>
<li class="esri-footer-menu-item" role="presentation"><a class="esri-footer-menu-link" href="https://resource.esriuk.com">Resources</a></li>
<li class="esri-footer-menu-item" role="presentation"><a class="esri-footer-menu-link" href="https://www.esriuk.com/en-gb/about/overview">About</a></li>
<li class="esri-footer-menu-item" role="presentation"><a class="esri-footer-menu-link" href="https://www.esriuk.com/search">Search</a></li>
</ul>
</div>
<div class="esri-footer-menu">
<ul class="esri-footer-menu-list">
<li class="esri-footer-menu-item" role="presentation"><a class="esri-footer-menu-link--sub" href="https://www.esriuk.com/en-gb/contact">Contact Us</a></li>
<li class="esri-footer-menu-item" role="presentation"><a class="esri-footer-menu-link--sub" href="https://www.esriuk.com/en-gb/legal/notices/cookies">Cookies</a></li>
<li class="esri-footer-menu-item" role="presentation"><a class="esri-footer-menu-link--sub" href="https://www.esriuk.com/en-gb/legal/notices/privacy">Privacy</a></li>
<li class="esri-footer-menu-item" role="presentation"><a class="esri-footer-menu-link--sub" href="https://www.esriuk.com/en-gb/legal/terms-and-conditions">Legal</a></li>
<li class="esri-footer-menu-item" role="presentation"><a class="esri-footer-menu-link--sub" href="https://www.esriuk.com/en-gb/legal/terms-and-conditions/slavery-and-human-trafficking-statement">Slavery/Human Trafficking Statement</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Foot JavaScript -->
<script src="/assets/js/foot.js"></script>
<!-- Foot CSS -->
<!-- <link rel="stylesheet" href="/assets/css/foot.css"> -->
</body>
</html>