-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
75 lines (70 loc) · 2.48 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
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
68
69
70
71
72
73
74
75
<?php
/**
* The template for displaying the footer.
*
* Contains footer content and the closing of the
* #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/
?>
</div><!-- #main -->
</div> <!--- #page -->
<footer id="page-footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<h3>Contact/follow</h3>
<ul>
<li class="twitter"><a href="https://twitter.com/AfricaHackTrip">@AfricaHackTrip</a></li>
<li class="tumblr"><a href="http://africahacktrip.tumblr.com">AfricaHackTrip.tumblr.com</a></li>
<li class="facebook"><a href="https://facebook.com/Africahacktrip2013">facebook.com/AfricaHackTrip2013</a></li>
<li class="email"><a href="mailto:hello@AfricaHackTrip.org">hello@AfricaHackTrip.org</a></li>
</ul>
</div>
<div class="col-md-3">
<h3>Press</h3>
<ul>
<li class="presskit"><a href="https://github.com/AfricaHackTrip/PressKit/archive/master.zip">Press kit download</a></li>
</ul>
</div>
<div class="col-md-3">
<h3>Supporters</h3>
<div class="sponsor-logos">
<p><a href="https://github.com" class="github">GitHub</a></p>
<p><a href="http://geeksphone.com" class="geeksphone">Geeksphone</a></p>
</div>
</div>
<div class="col-md-3">
<h3>Media Partners</h3>
<h4><strong><a href="http://www.eufrika.org/">Eufrika.org</a></strong></h4>
<p>
Eufrika is a blog focusing on independent news for an African-European public.
</p>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
<?php if(get_post_custom_values("location")) : ?>
window.mapCity = '<?php get_post_custom_values("location")[0] ; ?>';
<?php endif ?>
<?php if(get_post_custom_values("markers")) : ?>
window.mapMarkers = '<?php get_post_custom_values("markers") ; ?>';
<?php endif ?>
</script>
<script type="text/javascript">
var _paq = _paq || [];
(function() {
var u = "https://analytics.5apps.com/";
_paq.push(['enableLinkTracking']);
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "4"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
})();
</script>
</body>
</html>