组件 页脚 页脚组件

页脚组件

一个简单的响应式页脚组件,采用复古/复古风格设计,支持深色主题,使用 Tailwind CSS。它具有适合商业/公司网站的基本布局。

预览

HTML 代码

<footer class="bg-blue-900 text-white py-6 mt-10 dark:bg-gray-800">
    <div class="container mx-auto text-center">
        <div class="flex flex-col md:flex-row justify-between items-center">
            <div class="mb-4 md:mb-0">
                <img src="https://picsum.photos/100/50" alt="Company Logo" class="mx-auto mb-2">
                <h2 class="text-lg font-bold">Company Name</h2>
                <p class="text-sm">Your tagline goes here.</p>
            </div>
            <div>
                <h3 class="text-md font-semibold mb-2">Follow Us</h3>
                <div class="flex justify-center space-x-4">
                    <a href="#" class="text-gray-400 hover:text-gray-200"><img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Facebook" class="h-6 w-6"></a>
                    <a href="#" class="text-gray-400 hover:text-gray-200"><img src="https://randomuser.me/api/portraits/men/2.jpg" alt="Twitter" class="h-6 w-6"></a>
                    <a href="#" class="text-gray-400 hover:text-gray-200"><img src="https://randomuser.me/api/portraits/women/1.jpg" alt="Instagram" class="h-6 w-6"></a>
                </div>
            </div>
        </div>
        <div class="mt-6 border-t border-gray-600 pt-4">
            <p class="text-xs">&copy; 2023 Company Name. All rights reserved.</p>
        </div>
    </div>
</footer>

相关组件

页脚组件 页脚

一个简单的页脚组件,具有微妙的 Skeuomorphism 设计,使用类似的配色方案。它包括版权声明、一些导航链接和社交媒体图标。该设计响应式并支持深色模式。

打开

portfolio-minimalist-triadic-complex-footer

用于投资组合网站的复杂、极简主义风格的页脚,使用三色配色方案。包括导航链接、社交媒体图标、版权和联系人行动号召,具有完全响应能力和深色模式支持。

打开

Corporate_Industrial_Footer_Ocean_Blue

响应式企业和工业主题页脚组件,采用海洋/蓝色配色方案,专为制造公司设计。包括导航链接、联系信息、社交媒体和版权,并完全支持深色模式。

打开