Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create footer.html #207

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>