组件 页脚导航 页脚导航组件

页脚导航组件

一个响应式页脚导航组件,专为黑暗模式下的商业/企业网站设计,采用三元配色方案,具有中等复杂性和互动功能。

预览

HTML 代码

<footer class="bg-gray-800 text-gray-200 py-6">
    <div class="container mx-auto flex justify-between items-center flex-wrap">
        <div class="flex flex-col w-full md:w-1/3 mb-4">
            <h4 class="font-bold text-lg">Company Info</h4>
            <p class="text-sm">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, voluptatum.</p>
        </div>
        <div class="flex flex-col w-full md:w-1/3 mb-4">
            <h4 class="font-bold text-lg">Quick Links</h4>
            <ul>
                <li><a href="#" class="text-gray-400 hover:text-gray-100 transition">Home</a></li>
                <li><a href="#" class="text-gray-400 hover:text-gray-100 transition">About Us</a></li>
                <li><a href="#" class="text-gray-400 hover:text-gray-100 transition">Services</a></li>
                <li><a href="#" class="text-gray-400 hover:text-gray-100 transition">Contact</a></li>
            </ul>
        </div>
        <div class="flex flex-col w-full md:w-1/3 mb-4">
            <h4 class="font-bold text-lg">Contact Us</h4>
            <div class="flex items-center mb-2">
                <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar" class="w-10 h-10 rounded-full mr-2">
                <div class="text-sm">
                    <p>John Doe</p>
                    <p>[email protected]</p>
                </div>
            </div>
            <p class="text-sm">Reach out to us for any inquiries.</p>
        </div>
    </div>
    <div class="bg-gray-700 text-center py-4 mt-4">
        <p class="text-sm">&copy; 2023 Company Name. All rights reserved.</p>
    </div>
</footer>

相关组件

底部导航组件

一个简单的页脚导航组件,采用玻璃拟态风格设计,具有单色配色方案。它是响应式的,支持黑暗模式,适合电子商务网站。

打开

页脚导航组件

一个响应式 Footer Navigation 组件,采用拟物化风格设计,具有适用于电子商务的交互式元素。它遵循三色配色方案并支持深色模式。

打开

极简主义页脚导航

一个极简主义的页脚导航组件,适用于具有响应式设计和深色模式支持的博客。

打开