forked from html5blank/html5blank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
43 lines (40 loc) · 2.15 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
<?php global $bm_pages ?>
</div><!-- /container -->
<!-- Footer -->
<footer>
<div id="footer-bg">
<div id="footer" class="container">
<div class="line">
<div class="unit one_third">
<a href="<?php echo get_page_link($bm_pages['inspired']); ?>"><img src="<?php echo get_template_directory_uri(); ?>/img/get-inspired.jpg" alt="get inspired" class="aligncenter">
<h2><span>Get</span> Inspired</h2>
<p>Here we feature inspiring video clips and quotes. If you, like us, seek more space, more freedom and more authenticity in life, join us on our journey to discover what it means to simply be. </p>
</a>
</div>
<div class="unit one_third">
<a href="<?php echo get_page_link($bm_pages['involved']); ?>"><img src="<?php echo get_template_directory_uri(); ?>/img/get-involved.jpg" alt="get involved" class="aligncenter">
<h2><span>Get</span> Involved</h2>
<p>All Non-Profit Organisations and Social Enterprises probably need fundings and monetary support. Here, we go in-depth to find out how can we further help these organisations, beyond giving money and what do they really NEED.</p>
</a>
</div>
<div class="unit one_third">
<a href="<?php echo get_page_link($bm_pages['bookazine']); ?>">
<img src="<?php echo get_template_directory_uri(); ?>/img/be-cover-website.jpg" alt="be movement bookazine" class="aligncenter">
<h2><span>be</span> bookazine</h2>
<p>In every quarterly issue we highlight a particular country and feature a select group of people, enterprises and organisations (non-profit / social enterprise) who have the courage to walk their beliefs. </p>
</a>
</div>
</div>
<hr/>
<!-- Copyright -->
<p class="copyright">
© <?php echo date("Y"); ?> Copyright <?php bloginfo('name'); ?>.
</p><!-- /Copyright -->
<p class="contact-info"><a href="mailto:[email protected]">[email protected]</a> <br> be movement<br/>The Hub / NYC Academy <br/>113 Somerset Road Singapore 238165.</p>
</div><!-- /Footer -->
</div><!-- /Footer-bg -->
</footer><!-- /Footer -->
</div><!-- /Wrapper -->
<?php wp_footer(); ?>
</body>
</html>