-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathfooter.html
More file actions
executable file
·24 lines (24 loc) · 1.57 KB
/
footer.html
File metadata and controls
executable file
·24 lines (24 loc) · 1.57 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
{% include get_locale.html %}
<footer class="site-footer">
<div class="wrapper">
<div class="footer-container">
<div class="center-text">
<div class="row">
<div class="title section-header">{{site.data[locale].contact.title}}</div>
</div>
<a href="https://twitter.com/TheMissingMaps" class="btn btn-blue"><i class="fab fa-twitter"></i> TWITTER </a>
<a href="https://mastodon.social/@TheMissingMaps" class="btn btn-blue"><i class="fab fa-mastodon"></i> MASTODON </a>
<a href="https://www.facebook.com/TheMissingMaps" class="btn btn-blue"><i class="fab fa-facebook fa-fw"></i> FACEBOOK </a>
<a href="https://github.com/MissingMaps" class="btn btn-blue"><i class="fab fa-github fa-fw"></i> GITHUB </a>
<a href="http://wiki.openstreetmap.org/wiki/Missing_Maps_Project" class="btn btn-blue"><i class="far fa-newspaper fa-fw"></i> WIKI </a>
<a href="https://www.flickr.com/photos/126636925@N06/" class="btn btn-blue"><i class="fab fa-flickr fa-fw"></i> FLICKR </a>
<a href="https://www.instagram.com/themissingmaps/" class="btn btn-blue"><i class="fab fa-instagram fa-fw"></i> INSTAGRAM </a>
<a href="mailto:info@hotosm.org" class="btn btn-blue"><i class="fas fa-envelope fa-fw"></i> EMAIL </a>
<a href="{{ site.baseurl }}/assets/downloads/mapathon-materials/english/MissingMapsMediaGuideGeneral_Web.png" class="btn btn-blue"><i class="fas fa-microphone fa-fw"></i> MEDIA GUIDE </a>
</div>
<div class="footer-mm center-text">
CC-BY Missing Maps
</div>
</div>
</div>
</footer>