mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 11:12:58 +05:30
(feat): added dmca badge on footer
This commit is contained in:
@@ -56,7 +56,17 @@
|
|||||||
</div>
|
</div>
|
||||||
<hr class="opacity-20 mt-16 mb-5">
|
<hr class="opacity-20 mt-16 mb-5">
|
||||||
<div class="copyrightsection w-full flex justify-between items-center mt-7 mb-12">
|
<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://<?php echo $domain ?>">Subhamoy Biswas</a>
|
<div class="items-center hidden lg:flex">
|
||||||
<p class="">© <script>document.write(new Date().getFullYear())</script> - All Rights Reserved<br>Developed with ❤ in <strong>India</strong></p>
|
<a class="font-cormorant text-4xl font-bold" href="https://<?php echo $domain ?>">Subhamoy Biswas</a>
|
||||||
|
<span class="ml-5 mt-2">
|
||||||
|
<a href="//www.dmca.com/Protection/Status.aspx?ID=8b6891f8-49be-46fd-83a4-efbc89007880" title="DMCA.com Protection Status" class="dmca-badge"><img src ="https://images.dmca.com/Badges/dmca-badge-w100-5x1-07.png?ID=8b6891f8-49be-46fd-83a4-efbc89007880" alt="DMCA.com Protection Status" /></a><script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"></script>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-col">
|
||||||
|
<p class="">© <script>document.write(new Date().getFullYear())</script> - All Rights Reserved<br>Developed with ❤ in <strong>India</strong></p>
|
||||||
|
<span class="mt-3 lg:hidden">
|
||||||
|
<a href="//www.dmca.com/Protection/Status.aspx?ID=8b6891f8-49be-46fd-83a4-efbc89007880" title="DMCA.com Protection Status" class="dmca-badge"><img src ="https://images.dmca.com/Badges/dmca-badge-w100-5x1-07.png?ID=8b6891f8-49be-46fd-83a4-efbc89007880" alt="DMCA.com Protection Status" /></a><script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"></script>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
Reference in New Issue
Block a user