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

页脚导航组件

一个简单的页脚导航组件,采用材料设计原则和类似的配色方案,适用于商业/企业网站。它支持深色模式且是响应式的。

预览

HTML 代码

<footer class="bg-gray-100 dark:bg-gray-800 py-6">
    <div class="container mx-auto px-4">
        <div class="flex flex-col md:flex-row justify-between items-center">
            <div class="mb-4 md:mb-0">
                <img src="https://picsum.photos/200/50" alt="Company Logo" class="h-10" />
            </div>
            <div class="flex flex-col md:flex-row space-x-4">
                <a href="#" class="text-gray-800 dark:text-gray-300 hover:underline">About Us</a>
                <a href="#" class="text-gray-800 dark:text-gray-300 hover:underline">Services</a>
                <a href="#" class="text-gray-800 dark:text-gray-300 hover:underline">Contact</a>
                <a href="#" class="text-gray-800 dark:text-gray-300 hover:underline">Privacy Policy</a>
            </div>
        </div>
        <div class="mt-6 text-center">
            <p class="text-gray-600 dark:text-gray-400 text-sm">© 2023 Company Name. All rights reserved.</p>
        </div>
    </div>
</footer>

相关组件

页脚导航组件

一个以80年代和90年代美学为灵感设计的复古/复古风格的页脚导航组件。它具有深色主题支持,并且完全响应式。

打开

Retro_Earth_Tone_Portfolio_Footer

一个响应式的复古主题页脚导航组件,适用于产品组合网站,支持大地色调和深色模式。设计时考虑到 80 年代/90 年代的美学,提供怀旧的感觉。

打开

Industrial_Rainbow_Footer_Navigation

一个简单、响应式的页脚导航组件,具有工业美学、裸露的元素和多色彩虹渐变背景,专为金融/银行界面量身定制。包括深色模式支持。

打开