This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.php
60 lines (48 loc) · 1.8 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
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package _s
*/
?>
</div><!-- #content -->
<!-- Footer Red Triangle -->
<div class="footer-red-triangle"></div>
</div><!--.footer-push-->
</div><!-- .page-wrap -->
<!-- Footer -->
<div class="footer-blue">
<div class="footer-wall">
<div class="yul-wordmark">
<img src="https://s3-us-west-2.amazonaws.com/dh-rees/images/yul-wordmark.png">
</div>
<div class="footer-icon-container">
<div class="footer-icon footer-icon-email">
<object data="https://s3-us-west-2.amazonaws.com/dh-rees/images/icon-email.svg"
type="image/svg+xml">
<img src="https://s3-us-west-2.amazonaws.com/dh-rees/images/icon-email.png" />
</object>
</div><!-- .footer-icon (mail) -->
<div class="footer-icon footer-icon-facebook">
<object data="https://s3-us-west-2.amazonaws.com/dh-rees/images/icon-fb.svg"
type="image/svg+xml">
<img src="https://s3-us-west-2.amazonaws.com/dh-rees/images/icon-fb.png" />
</object>
</div><!-- .footer-icon (facebook) -->
<div class="footer-icon footer-icon-github">
<object data="https://s3-us-west-2.amazonaws.com/dh-rees/images/icon-git.svg"
type="image/svg+xml">
<img src="https://s3-us-west-2.amazonaws.com/dh-rees/images/icon-git.png" />
</object>
</div><!-- .footer-icon (github) -->
</div><!-- .footer-icon-container -->
</div><!-- .footer-wall -->
</div><!-- .footer-blue -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>