Skip to content

Commit

Permalink
Missing icons add in desclaimer page footer
Browse files Browse the repository at this point in the history
  • Loading branch information
biswa committed Nov 9, 2024
1 parent d3eca41 commit 680e52f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
1 change: 1 addition & 0 deletions cookie_policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ <h3>Follow Us</h3>
></a>
</div>
</div>

</div>
<p class="copyright">&copy; 2024 BuddyTrail | All rights reserved.</p>
</div>
Expand Down
45 changes: 25 additions & 20 deletions disclaimer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="terms.css">
<title>Disclaimer - BuddyTrail</title>

<link rel="icon" href="https://img.icons8.com/?size=100&id=11808&format=png&color=000000" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
</head>
<style>
/* Resetting margin and padding */
Expand Down Expand Up @@ -448,27 +449,31 @@ <h3>Contact Us</h3>

</div>
<div class="footer-column">
<h3>Follow Us</h3>
<div class="social-icons">
<a href="https://discord.com/invite/priyaghosal" target="_blank"
><i class="fab fa-discord"></i
></a>
<a href="https://twitter.com/PriyaGhosa39968" target="_blank"
><i class="fab fa-twitter"></i
></a>
<a
href="https://github.com/PriyaGhosal/BuddyTrail"
target="_blank"
><i class="fab fa-github"></i
></a>
<a
href="https://www.linkedin.com/in/priya-ghosal-785771286/"
target="_blank"
><i class="fab fa-linkedin-in"></i
></a>
</div>
<h3>Follow Us</h3>
<div class="social-icons">
<a href="https://discord.com/invite/priyaghosal" target="_blank"
><i class="fab fa-discord"></i
></a>
<a href="https://twitter.com/PriyaGhosa39968" target="_blank"
class="x-logo-link" >
<!-- <i class="fab fa-twitter"></i > -->
<img src="img/x-logo.png" alt="X Logo" width="40px" height="40px" class="x-logo-image">
</a>
<a
href="https://github.com/PriyaGhosal/BuddyTrail"
target="_blank"
><i class="fab fa-github"></i
></a>
<a
href="https://www.linkedin.com/in/priya-ghosal-785771286/"
target="_blank"
><i class="fab fa-linkedin-in"></i
></a>
</div>
</div>


</div>
<p class="copyright">&copy; 2024 BuddyTrail | All rights reserved.</p>
</div>
</footer>
Expand Down

0 comments on commit 680e52f

Please sign in to comment.