Skip to content

Commit

Permalink
Merge pull request #207 from Kish0reo07/patch-19
Browse files Browse the repository at this point in the history
Create footer.html
  • Loading branch information
rajatrajputdev authored Oct 19, 2024
2 parents 4f560b2 + 38acaee commit cd21403
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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;">&copy; 2024 Badge Website. All rights reserved.</p>
</footer>

0 comments on commit cd21403

Please sign in to comment.