-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·50 lines (43 loc) · 1.5 KB
/
footer.php
File metadata and controls
executable file
·50 lines (43 loc) · 1.5 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
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
<!-- close Main -->
</main>
<footer class="container">
<div class="row" style="padding-top: 42px;">
<div class="col-12 text-center social-icons">
<h3>
Follow us and share the #PHXDW love!
</h3>
<a href="http://twitter.com/phxdc" class="social-icon">
<i class="fa fa-twitter"></i>
</a>
<a href="https://www.facebook.com/phxdw/" class="social-icon">
<i class="fa fa-facebook"></i>
</a>
<a href="https://www.instagram.com/aigaarizona/" class="social-icon">
<i class="fa fa-instagram"></i>
</a>
</div>
</div>
<div class="row" style="padding-top: 60px;">
<div class="col-8 col-centered text-center aiga">
Presented By <a href="https://arizona.aiga.org/"><img style="padding-top:10px;" src="<?php bloginfo('template_url');?>/assets/img/aiga-logo.png" alt="AIGA Arizona"></a>
</div>
</div>
<div class="row" style="padding-top: 30px; padding-bottom:55px">
<div class="col-12 text-center">
<p>
Phoenix Design Week was founded by <a href="http://www.lostcreature.com/">Lost Creature</a> and is organized by
<a href="http://arizona.aiga.org/">AIGA Arizona</a>.
</p>
<p>
<a href="http://www.aiga.org/terms/">Privacy Policy</a>
<a href="http://www.aiga.org/code-of-conduct/">Code of Conduct</a>
<a href="<?php echo home_url(); ?>/contact">Contact Us</a>
</p>
</div>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>