-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.html
45 lines (33 loc) · 2.19 KB
/
header.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Widen My Path - suggest more space for walking, wheeling & cycling</title>
<!-- Powered by CycleStreets -->
<link rel="icon" href="/favicon.ico" />
<meta property="og:title" content="Widen My Path - suggest more space for physical distancing" />
<meta property="og:image" content="/images/sharing.png" />
<meta name="twitter:card" content="photo" />
<meta name="twitter:site" content="@widenmypath" />
<meta name="twitter:title" content="Widen My Path" />
<meta name="twitter:description" content="Where should the Council make more space for walking & cycling, for physical distancing? Add your idea, or upvote an existing idea." />
<meta name="twitter:image" content="https://www.widenmypath.com/images/sharing.png" />
<meta name="twitter:url" content="https://www.widenmypath.com/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="/css/generic.css" />
<link rel="stylesheet" type="text/css" href="/css/widenmypath.css?220916" />
</head>
<body class="{$_action}{$_noproperties}{$_categoriestotal}">
<header>
<p>CycleStreets network:</p>
<ul>
<li class="cyclestreets"><a href="https://www.cyclestreets.net/" title="Cycle journey planner">Cycle journey planner</a></li>
<li class="widenmypath selected"><a href="https://www.widenmypath.com/" title="Space for walking and cycling under COVID-19">Widen My Path</a></li>
<li class="streetfocus"><a href="https://www.streetfocus.uk/" title="Planning applications UK-wide">StreetFocus</a></li>
<li class="bikedata"><a href="https://bikedata.cyclestreets.net/" title="Data for cycle campaigning">Bikedata</a></li>
<li class="cyclescape"><a href="https://www.cyclescape.org/" title="Campaign toolkit">Cyclescape</a></li>
<li class="lowtrafficneighbourhoods"><a href="https://www.lowtrafficneighbourhoods.org/" title="Mapping LTNs and modal filters">LTNs mapping</a></li>
<li class="blog"><a href="https://www.cyclestreets.org/" title="About CycleStreets">About us</a></li>
</ul>
</header>