-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter-landingpage.php
More file actions
94 lines (66 loc) · 3.6 KB
/
footer-landingpage.php
File metadata and controls
94 lines (66 loc) · 3.6 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?php
/**
* The template for displaying the FOOOOOTAHHH
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Sandbox
*/
?>
<?php // get_template_part( 'template-parts/sandbox-newsletter-signup-section' ); ?>
<footer id="colophon" class="site-footer">
<div class="sandbox-footer-container">
<div class="footer-cols-wrapper">
<div class="sandbox-footer-col sandbox-footer-col-1">
<div>
<img src="/wp-content/uploads/2023/02/sandbox-logo-mark-color-tm-large.png" width="200px" height="150px">
</div>
<div class="sandbox-footer-SET-logo-wrapper">
<img src="/wp-content/uploads/2023/10/SET-bar-graphic-black-background.png" width="200px" height="150px">
</div>
</div>
<div class="sandbox-footer-col sandbox-footer-col-2">
<div class="footer-nav">
<?php
wp_nav_menu(
array(
'theme_location' => 'menu-footer',
'menu_id' => 'footer-menu',
)
);
?>
</div>
</div>
<div class="sandbox-footer-col sandbox-footer-col-3">
<!-- <p class="sandbox-footer-spaced"> Follow us on Instagram</p> -->
<!-- <p class="sandbox-footer-spaced">
<a href="https://www.instagram.com/sandboxc6/" target="_blank" rel="nofollow">
<img src="/wp-content/uploads/2023/07/instagram-color-icon.png" alt="instagram icon" height="48" width="48">
</a>
</p> -->
<h3>Follow Sandbox</h3>
<div class="sandbox-socials-wrapper">
<a href="https://www.instagram.com/sandboxc6/" class="sandbox-footer-social-link" target="_blank" rel="nofollow"><img src="/wp-content/uploads/2023/07/instagram-color-icon.svg" height="40" width="40"></a>
<a href="https://www.facebook.com/sandboxc6" class="sandbox-footer-social-link" target="_blank" rel="nofollow"><svg viewBox="0 0 36 36" class="x1lliihq x1k90msu x2h7rmj x1qfuztq" fill="url(#:Rq9lad5qq75b5klba:)" height="40" width="40"><defs><linearGradient x1="50%" x2="50%" y1="97.0782153%" y2="0%" id=":Rq9lad5qq75b5klba:"><stop offset="0%" stop-color="#0062E0"></stop><stop offset="100%" stop-color="#19AFFF"></stop></linearGradient></defs><path d="M15 35.8C6.5 34.3 0 26.9 0 18 0 8.1 8.1 0 18 0s18 8.1 18 18c0 8.9-6.5 16.3-15 17.8l-1-.8h-4l-1 .8z"></path><path class="xe3v8dz" d="M25 23l.8-5H21v-3.5c0-1.4.5-2.5 2.7-2.5H26V7.4c-1.3-.2-2.7-.4-4-.4-4.1 0-7 2.5-7 7v4h-4.5v5H15v12.7c1 .2 2 .3 3 .3s2-.1 3-.3V23h4z"></path></svg></a>
<a href="https://www.linkedin.com/company/sandboxc6/" class="sandbox-footer-social-link" target="_blank" rel="nofollow">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" data-supported-dps="24x24" fill="#0B65C2" class="mercado-match" width="47" height="47" focusable="false">
<path d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"></path>
</svg>
</a>
</div>
<p><a href="tel:9253593229"></a></p>
<p class="sandbox-footer-spaced"><a href="tel:9255773165"></a></p>
<p class="sandbox-footer-spaced"><a href="mailto:info@sandboxc6.com">info@sandboxc6.com</a></p>
</div>
</div>
<div class="footer-sub">
<p>©2021 - 2025 Sandbox All rights reserved </p>
</div>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>