This commit is contained in:
2026-01-20 16:37:08 +05:45
parent 6ed6f70e32
commit 3f2010e43e
3 changed files with 27 additions and 12 deletions

View File

@@ -143,13 +143,18 @@
<!-- Start Copy Right Area -->
<div class="copyright-area copyright-style-one">
<div class="container">
<div class="row align-items-center">
<div class="row align-items-center d-flex">
<div class="col-lg-12">
<div class="col-lg-6">
<div class="copyright-right text-center text-lg-center">
<p class="copyright-text">All Right © Pathfinder <span id="year"></span></p>
</div>
</div>
<div class="col-lg-6">
<div class="copyright-right text-center text-lg-center">
<p class="copyright-text">Powered By: <span><a href="https://www.bibhutisolutions.com/">Bibhuti Solutions</a></span><span id="year"></span></p>
</div>
</div>
</div>
</div>
</div>