-
-
Notifications
You must be signed in to change notification settings - Fork 271
Expand file tree
/
Copy pathfooter.html
More file actions
67 lines (58 loc) · 3.51 KB
/
footer.html
File metadata and controls
67 lines (58 loc) · 3.51 KB
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
<div class="mysoc-footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-sm-5">
<h2 class="mysoc-footer__site-name">FixMyStreet Platform</h2>
<div class="mysoc-footer__site-description">
<p>Open source report-mapping software that can be deployed anywhere in the world. Most commonly used for reporting street issues to councils, but flexible enough to fit any project that matches geographical points to email addresses.</p>
</div>
</div>
<div class="col-sm-1"> </div>
<div class="col-sm-3">
<nav class="mysoc-footer__links">
<ul>
<li role="presentation"><a href="{{ "/install/" | relative_url }}">Install</a></li>
<li role="presentation"><a href="{{ "/overview/" | relative_url }}">Documentation</a></li>
<li role="presentation"><a href="{{ "/blog/" | relative_url }}">Blog</a></li>
<li role="presentation"><a href="{{ "/community/" | relative_url }}">Contact</a></li>
</ul>
</nav>
</div>
<div class="col-sm-3">
<div class="mysoc-footer__donate">
<p>Your donations keep this site and others like it running</p>
<a href="https://www.mysociety.org/donate?utm_source=fixmystreet.org&utm_content=footer+donate+now&utm_medium=link&utm_campaign=mysoc_footer" class="mysoc-footer__donate__button">Donate now</a>
</div>
</div>
</div>
<hr class="mysoc-footer__divider" role="presentation">
<div class="row">
<div class="col-sm-5">
<div class="mysoc-footer__orgs">
<p class="mysoc-footer__org">
Built by
<a href="https://www.mysociety.org?utm_source=fixmystreet.org&utm_content=footer+logo&utm_medium=link&utm_campaign=mysoc_footer" class="mysoc-footer__org__logo mysoc-footer__org__logo--mysociety">mySociety</a>
</p>
</div>
</div>
<div class="col-sm-4">
<div class="mysoc-footer__legal">
<p>
<a href="https://www.mysociety.org?utm_source=fixmystreet.org&utm_content=footer+full+legal+details&utm_medium=link&utm_campaign=mysoc_footer">mySociety</a>
is a registered charity in England and Wales (1076346)
and a limited company (03277032). We provide commercial
services through our wholly owned subsidiary
<a href="https://www.societyworks.org?utm_source=fixmystreet.org&utm_content=footer+full+legal+details&utm_medium=link&utm_campaign=mysoc_footer">SocietyWorks Ltd</a>
(05798215).
</p>
</div>
</div>
<div class="col-sm-3">
<ul class="mysoc-footer__badges">
<li role="presentation"><a href="https://github.com/mysociety/fixmystreet" class="mysoc-footer__badge mysoc-footer__badge--github">Github</a></li>
<li role="presentation"><a href="https://www.facebook.com/mysociety" class="mysoc-footer__badge mysoc-footer__badge--facebook">Facebook</a></li>
</ul>
</div>
</div>
</div>
</div>