1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 23:59:35 +05:30

(refactor): removed footer anchor with strong

This commit is contained in:
2023-12-19 00:19:49 +05:30
parent 00d5da49f6
commit 0739aee08e
2 changed files with 1 additions and 14 deletions

View File

@@ -51,6 +51,6 @@
<hr class="opacity-20 mt-16 mb-5">
<div class="copyrightsection w-full flex justify-between items-center mt-7 mb-12">
<a class="font-cormorant text-4xl font-bold hidden lg:block" href="https://neosubhamoy.xyz">Subhamoy Biswas</a>
<p class="">&#169; <script>document.write(new Date().getFullYear())</script> - All Rights Reserved<br>Developed with &#10084; in <a class="font-bold" href="">India</a></p>
<p class="">&#169; <script>document.write(new Date().getFullYear())</script> - All Rights Reserved<br>Developed with &#10084; in <strong>India</strong></p>
</div>
</footer>