-
Notifications
You must be signed in to change notification settings - Fork 4
/
_footer.php
37 lines (37 loc) · 2.06 KB
/
_footer.php
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
<div class="footer">
<div class="center">
<div class="navlinks">
<div class="linklist">
<h3><?php echo $strings["about_title_get_involved"]; ?></h3>
<a href="https://github.com/streetcomplete/streetcomplete"><picture>
<source media="(prefers-color-scheme: dark)" srcset="res/logo_github_dark.svg">
<img style="float: left; margin-right: 4px;" width="20" height="20" src="res/logo_github.svg" alt="GitHub"></picture><?php echo $strings["about_title_repository"]; ?> (GitHub)</a>
<a href="https://osmus.slack.com/archives/CRCUH32G5"><img style="float: left; margin-right: 4px;" width="20" height="20" src="res/logo_slack.svg" alt="Slack">#streetcomplete chat (Slack)</a>
<a href="https://poeditor.com/join/project/IE4GC127Ki"><?php echo $strings["about_title_translate"]; ?></a>
</div>
<div class="linklist">
<h3><?php echo $strings["about_title_donate"]; ?></h3>
<span><?php echo $strings["about_summary_donate"]; ?></span>
<div>
<a href="https://liberapay.com/westnordost">
<img width="64" height="64" src="res/logo_liberapay.svg" alt="Liberapay">
</a>
<a href="https://github.com/sponsors/westnordost"><picture>
<source media="(prefers-color-scheme: dark)" srcset="res/logo_github_dark.svg">
<img width="64" height="64" src="res/logo_github.svg" alt="GitHub Sponsors">
</picture></a>
<a href="https://patreon.com/westnordost"><picture>
<source media="(prefers-color-scheme: dark)" srcset="res/logo_patreon_dark.svg">
<img width="64" height="64" src="res/logo_patreon.svg" alt="Patreon">
</picture></a>
</div>
</div>
<div class="linklist">
<h3><?php echo $strings["action_about2"]; ?></h3>
<a href="https://github.com/streetcomplete/StreetComplete/releases"><?php echo $strings["title_whats_new"]; ?></a>
<a href="https://wiki.openstreetmap.org/wiki/StreetComplete/FAQ"><?php echo $strings["about_title_faq"]; ?></a>
<a href="privacy<?php echo getLanguageRequestParam() ?>"><?php echo $strings["about_title_privacy_statement"]; ?></a>
</div>
</div>
</div>
</div>