forked from rajatrajputdev/badge-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
16 lines (16 loc) · 796 Bytes
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer style="background-color: #2c3e50; color: white; padding: 20px; text-align: center;">
<div>
<h3>About Us</h3>
<p>Enhance your projects with our collection of creative badges.</p>
</div>
<div>
<a href="/privacy" style="color: #ecf0f1; margin: 0 15px;">Privacy Policy</a>
<a href="/terms" style="color: #ecf0f1; margin: 0 15px;">Terms & Conditions</a>
</div>
<div style="margin-top: 10px;">
<a href="https://facebook.com" target="_blank" style="margin: 0 10px;">Facebook</a>
<a href="https://twitter.com" target="_blank" style="margin: 0 10px;">Twitter</a>
<a href="https://github.com/rajatuiwebdev" target="_blank" style="margin: 0 10px;">GitHub</a>
</div>
<p style="margin-top: 20px;">© 2024 Badge Website. All rights reserved.</p>
</footer>