Skip to content

Commit

Permalink
Fixes:#3332:BUG:In the footer section Copyright Policy,Vision,Privacy…
Browse files Browse the repository at this point in the history
… Notice links are not hovering
  • Loading branch information
Arghya Chakraborty authored and Arghya Chakraborty committed Oct 12, 2024
1 parent 1cb6586 commit 6512d4c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5589,15 +5589,25 @@ <h2 style="margin-bottom: 2.4rem; margin-top: 0.5rem;">Stay Connected</h2>
<script>document.write(new Date().getFullYear())</script> All Rights Reserved. Made with ❤ by Guardian Hackers.
</p>
<div class="row-copy">



<a href="copyrightpolicy.html" id="copyrightPolicyLink">Copyright Policy</a> |
<a href="privacynotice.html" id="privacyNoticeLink">Privacy Notice</a> |

<a href="our-vision.html">Our Vision</a></li>
<a href="our-vision.html" id="ourvisionlink">Our Vision</a></li>

</div>
</div>

<style>
#copyrightPolicyLink:hover{
color: rgb(126, 0, 21);
}
#privacyNoticeLink:hover{
color: rgb(126, 0, 21);
}
#ourvisionlink:hover{
color: rgb(126, 0, 21);
}
</style>
<!-- Copyright Policy Modal -->
<!-- <div id="copyrightPolicyModal" class="modal">
<div class="modal-content">
Expand Down

0 comments on commit 6512d4c

Please sign in to comment.