-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
63 lines (59 loc) · 3.65 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
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
</div>
</section>
<footer class="footer">
<div class="wrap">
<div class="column quarter no-border">
<h3>Connect With Us</h3>
<p><a href="tel:1-900-995-9064">800.995.9064</a> <span>Phone</span><br /> 877.928.6397 <span>Fax</span></p>
<p><strong>Idaho Office:</strong><br><a href="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2890.553142764621!2d-116.2170184845566!3d43.57419356555405!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54ae57e285456fd5%3A0x48ca1f81dd5fc780!2s2710+Sunrise+Rim+Rd+%23100%2C+Boise%2C+ID+83705!5e0!3m2!1sen!2sus!4v1504109288374" class="lightbox-iframe">2710 W Sunrise Rim Rd,<br> Suite 100<br>Boise, ID 83705</a></p>
<p><strong>Oregon Office:</strong><br /><a href="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2800.2647672814883!2d-122.7473517841594!3d45.424163844134384!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950cd2f5c2afad%3A0xf613ebdf01c40a8c!2s13221+SW+68th+Pkwy+%23400%2C+Tigard%2C+OR+97223!5e0!3m2!1sen!2sus!4v1483152888305" class="lightbox-iframe">13221 SW 68<sup>th</sup> Pkwy, <br />Suite 400<br />Tigard, OR 97223</a></p>
<p><strong>Washington Office:</strong><br /><a class="lightbox-iframe" href="https://www.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=18000+International+Blvd.+Ste.+350+SeaTac,+WA+98188&aq=&sll=45.460137,-122.794095&sspn=0.009166,0.023378&ie=UTF8&hq=&hnear=18000+International+Blvd+%23350,+SeaTac,+Washington+98188&t=m&z=14&iwloc=A&output=embed">18000 International Blvd,<br />Suite 350<br /> SeaTac, WA 98188</a></p>
<div class="social">
<a href="https://twitter.com/nwcua" target="_blank"><img src="<?php bloginfo('template_url'); ?>/img/icon-circle-twitter.png" alt="Visit our Twitter Page" /></a><a href="https://www.facebook.com/nwcua" target="_blank"><img src="<?php bloginfo('template_url'); ?>/img/icon-circle-facebook.png" alt="Visit our Facebook Page" /></a><a href="https://www.linkedin.com/company/northwest-credit-union-association" target="_blank"><img src="<?php bloginfo('template_url'); ?>/img/icon-circle-linkedin.png" alt="Visit our LinkedIn page." /></a><a href="https://www.youtube.com/channel/UCbwLRYw-m8Jcszv-59M6joA" target="_blank"><img src="<?php bloginfo('template_url'); ?>/img/icon-circle-youtube.png" alt="Visit our Youtube Channel" /></a>
</div>
</div>
<div class="column quarter">
<h3>Links</h3>
<nav role="navigation">
<?php wp_nav_menu( array(
'theme_location' => 'footer-links',
'menu_class' => 'nav-menu' )
); ?>
</div>
<div class="column quarter no-border">
<h3>Resources</h3>
<nav role="navigation">
<?php wp_nav_menu( array(
'theme_location' => 'footer-resources',
'menu_class' => 'nav-menu' )
); ?>
</div>
<div class="column quarter">
<h3>Customize
<br>Your Experience</h3>
<p>Sign up for our Anthem Newsletter, and other alerts, updates, and marketing messages.</p>
<!--<div class="subscribe-form"><input id="subscribe-email" type="text" /> <button value="Subscribe"> </button></div>-->
<p><a href="/assets_site/ajax/subscribe-form.htm" class="btn-arrow lightbox-iframe" style="background-color: #aabb38;">Subscribe</a></p>
</div>
</div>
</footer><!-- #colophon -->
<div class='wrapper'>
<div class='colophon'>
<p>Copyright © <?php print date( 'Y' ); ?> NWCUA. All Rights Reserved.</p>
</div>
</div>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>