Roda pé Com site

This commit is contained in:
2026-06-22 23:28:41 -03:00
parent 8a7c8ad6b7
commit 057cde6fbd

View File

@@ -128,9 +128,16 @@
<%# ── Rodapé ───────────────────────────────────────────── %>
<footer class="<%= 'md:ml-64' if user_signed_in? %> border-t border-[#2a2a2a] py-5 px-4 md:px-8 text-center">
<p class="text-gray-500 text-xs">
&copy; <%= Date.current.year %>
<a href="https://victor.paravatti.com.br/" target="_blank" rel="noopener noreferrer"
class="text-orange-500 font-semibold tracking-wide hover:text-orange-400 transition-colors">VK TECNOLOGIA</a>
— Todos os direitos reservados.
</p>
<p class="text-gray-600 text-xs mt-1">
Desenvolvido por
<span class="text-orange-500 font-semibold tracking-wide">VK TECNOLOGIA</span>
· &copy; <%= Date.current.year %>
<a href="https://victor.paravatti.com.br/" target="_blank" rel="noopener noreferrer"
class="text-orange-500 hover:text-orange-400 transition-colors">VK&nbsp;Tecnologia</a>
· Reem Logística
</p>
</footer>