-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
80 lines (68 loc) · 3.26 KB
/
footer.php
File metadata and controls
80 lines (68 loc) · 3.26 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
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
76
77
78
79
80
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package obsub
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer bg-default" role="contentinfo">
<div class="outer-container">
<?php if (!is_page_template('page.php')): ?>
<div class="inner-container">
<p class="h1">Get our periodic email updates</p>
<form id="subForm" class="js-cm-form" action="https://www.createsend.com/t/subscribeerror?description=" method="post" data-id="5B5E7037DA78A748374AD499497E309EB2458E90C43B586B223EEA4E239EEE513766D33A967F0A3CD89493E329D3A9FB70B520762DED60A2E37E3A8A03AB73DC">
<div class="form-field align-md">
<label for="fieldName" style="min-width:150px"><em>Your name</em></label>
<input id="fieldName" name="cm-name" type="text" />
</div>
<div class="form-field align-md mt-nudge">
<label for="fieldEmail" style="min-width:150px"><em>Email Address</em></label>
<input id="fieldEmail" class="js-cm-email-input" name="cm-djdjtk-djdjtk" type="email" required />
</div>
<div class="mt-nudge text-right">
<button class="js-cm-submit-button" type="submit">Subscribe ›</button>
</div>
</form>
<script type="text/javascript" src="https://js.createsend1.com/javascript/copypastesubscribeformlogic.js"></script>
</div>
<?php endif; ?>
<div class="inner-container mt-5">
<ul class="site-footer__list list-unstyled">
<li><a href="<?php echo site_url('work') ?>" >Work</a></li>
<!-- <li><a href="<?php echo site_url('views') ?>">Views</a></li> -->
<li><a href="<?php echo site_url('about') ?>">About</a></li>
<li><a href="<?php echo site_url('contact') ?>">Contact</a></li>
</ul>
<ul class="site-footer__list list-unstyled">
<li><a href="https://www.facebook.com/obsub" class="facebook social" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/ob_sub" class="twitter social" target="_blank">Twitter</a></li>
<li><a href="https://www.instagram.com/objectivesubject/" class="instagram social" target="_blank">Instagram</a></li>
</ul>
<ul class="site-footer__list list-unstyled">
<li><a href="<?php echo site_url('/wp-content/uploads/2018/03/Objective-Subject-Firm-Overview-Medium-2018.pdf') ?>" target="_blank">Download Firm Profile (<span class="old-num ">7.2</span><span class="mini-caps">mb, pdf</span>)</a> </li>
</ul>
<ul class="site-footer__list list-unstyled">
<li><em class="copyright">Copyright © <?php echo date('Y'); ?>, Objective Subject</em></li>
</ul>
</div>
</div>
<a href="#page" class="back-to-top button smooth-scroll">back to top <span class="rotate-cc-90"> › </span></a>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php if (defined('WP_DEBUG') && WP_DEBUG === true) : ?>
<div class="media-size"></div>
<?php endif; ?>
<?php wp_footer(); ?>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2792624-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-2792624-1');
</script>
</body>
</html>