Skip to content

Commit 39594ba

Browse files
committed
Added accessible version of localities graphic.
1 parent 49b7728 commit 39594ba

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html lang="en-GB">
3+
<head>
4+
<title>Trafford Data Lab: Trafford's Localities</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"/>
6+
<meta charset="UTF-8"/>
7+
<meta name="keywords" content="trafford, localities, locality, visualisation"/>
8+
<meta name="description" content="Visualisation of the four localities within Trafford."/>
9+
10+
<link rel="stylesheet" href="../css/base.css"/>
11+
<link rel="stylesheet" href="../css/accessible_graphics.css"/>
12+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans%7CRoboto"/>
13+
</head>
14+
15+
<body>
16+
<main>
17+
<h1>Trafford's Localities</h1>
18+
<cite>Source: Trafford Council.</cite>
19+
20+
<figure>
21+
<img src="https://www.trafforddatalab.io/maps/static/output/trafford_localities.png" width="600" alt="Map of Trafford showing the localities and the names of the wards in each."/>
22+
<figcaption>
23+
The 21 electoral wards within Trafford have been grouped together into 4 localities: North, Central, South and West. The North locality contains the wards of Clifford, Gorse Hill, Longford and Stretford. The Central locality contains the wards of Ashton upon Mersey, Brooklands, Priory, St Mary's and Sale Moor. The South locality contains the wards of Altrincham, Bowdon, Broadheath, Hale Barns, Hale Central, Timperley and Village. The West locality contains the wards of Bucklow-St Martins, Davyhulme East, Davyhulme West, Flixton and Urmston.
24+
</figcaption>
25+
</figure>
26+
</main>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)