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

页脚导航组件

一个响应式页脚导航组件,具有复古/复古设计风格,使用鲜艳的色彩,专为社交媒体界面量身定制。

预览

HTML 代码

<footer class="bg-gradient-to-b from-purple-500 to-pink-600 dark:from-purple-900 dark:to-pink-800 py-8">
  <div class="container mx-auto px-4">
    <div class="flex flex-col md:flex-row justify-between items-center">
      <div class="text-white text-center mb-4 md:mb-0">
        <h2 class="text-2xl font-bold">Stay Connected</h2>
        <p class="text-sm">Follow us on our social channels</p>
      </div>
      <div class="flex space-x-4">
        <a href="https://facebook.com" class="text-white hover:underline">
          <img src="https://picsum.photos/30/30?random=1" alt="Facebook" class="inline-block">
        </a>
        <a href="https://twitter.com" class="text-white hover:underline">
          <img src="https://picsum.photos/30/30?random=2" alt="Twitter" class="inline-block">
        </a>
        <a href="https://instagram.com" class="text-white hover:underline">
          <img src="https://picsum.photos/30/30?random=3" alt="Instagram" class="inline-block">
        </a>
        <a href="https://linkedin.com" class="text-white hover:underline">
          <img src="https://picsum.photos/30/30?random=4" alt="LinkedIn" class="inline-block">
        </a>
      </div>
    </div>
  </div>
  <div class="text-center text-white text-sm mt-4">
    <p>&copy; 2023 Your Company. All rights reserved.</p>
  </div>
</footer>

相关组件

页脚导航组件

专为市场设计的复杂响应式页脚导航组件,具有深色模式 UI、黑白配色方案和一种明亮的强调色 (indigo)。包括导航、公司信息、法律链接和社交媒体的多个部分,并完全支持深色模式。

打开

页脚导航组件

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

打开

页脚导航组件

专为仪表板设计的响应式页脚导航组件,具有具有鲜艳色彩的拟物化样式。它包括导航链接、徽标和社交媒体图标,并使用 Tailwind CSS 提供完整的深色模式支持。该设计旨在通过交互式悬停效果实现中等复杂性。

打开