-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
47 lines (47 loc) · 1.99 KB
/
footer.html
File metadata and controls
47 lines (47 loc) · 1.99 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
<div class="footer-content">
<div class="footer-section">
<h4>Blue Droid Technologies</h4>
<p>Support Made Simple</p>
<p>Milford, OH</p>
</div>
<div class="footer-section">
<h4>Services</h4>
<ul>
<li><a href="index.html#services">Residential Support</a></li>
<li><a href="index.html#services">Business IT Services</a></li>
<li><a href="index.html#services">Electronics Recycling</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="prices.html">Pricing</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Contact</h4>
<ul4>
<li><a href="tel:5132126714">(513) 212-6714</a></li>
<li><a href="#" id="emailLinkFooter" data-user="contact" data-domain="bluedroidtech.com">Click to reveal
email</a></li>
<li>
<a href="https://www.facebook.com/bluedroidtech" target="_blank" rel="noopener noreferrer">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor"
style="display:inline-block;vertical-align:middle;margin-right:8px;">
<path
d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.99 3.66 9.13 8.44 9.88v-6.99h-2.54v-2.89h2.54V9.84c0-2.51 1.58-3.88 3.88-3.88 1.13 0 2.3.2 2.3.2v2.53h-1.29c-1.27 0-1.67.79-1.67 1.6v1.92h2.97l-.48 2.89h-2.49V22c4.78-.75 8.44-4.89 8.44-9.88z">
</path>
</svg>
Facebook
</a>
</li>
</ul4>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Blue Droid Technologies, LLC. All rights reserved.</p>
</div>