20 lines
971 B
PHP
20 lines
971 B
PHP
<!-- Seconndary Footer Section -->
|
|
<div class="mt-12 pt-8 border-t border-gray-200">
|
|
<div class="flex items-center justify-between">
|
|
<span class="text-gray-600 text-sm">© 2026 Sistem Informasi Gas Rumah Kaca Daerah. All rights reserved.</span>
|
|
<div class="flex items-center space-x-4">
|
|
<a href="#" class="text-gray-400 hover:text-blue-600 transition-colors">
|
|
<i class="bx bxl-facebook text-xl"></i>
|
|
</a>
|
|
<a href="#" class="text-gray-400 hover:text-blue-400 transition-colors">
|
|
<i class="bx bxl-twitter text-xl"></i>
|
|
</a>
|
|
<a href="#" class="text-gray-400 hover:text-blue-700 transition-colors">
|
|
<i class="bx bxl-linkedin text-xl"></i>
|
|
</a>
|
|
<a href="#" class="text-gray-400 hover:text-green-600 transition-colors">
|
|
<i class="bx bxl-whatsapp text-xl"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div> |