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

页脚导航组件

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

预览

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>

相关组件

页脚导航组件

用于企业网站的响应式复杂Neumorphism风格页脚导航组件,使用灰度色彩方案并支持暗模式。不使用JavaScript。

打开

野兽派电子商务页脚导航

具有相似颜色的野兽派电子商务页脚导航,复杂,响应式,暗模式支持,无 JS

打开

Glassmorphism 灰度医疗保健页脚

一个响应式的玻璃形态样式页脚导航组件,适用于医疗保健/医疗应用程序,使用灰度配色方案和深色模式支持。它具有磨砂玻璃般的半透明元素和交互式链接。

打开