JobBoard导航

一个简单、响应式的导航组件,适用于求职板或职业发展平台,具有海洋/蓝色调、悬停时的微交互和深色模式支持。

预览

HTML 代码

<nav class="bg-sky-500 shadow-lg dark:bg-sky-900 py-4">
  <div class="container mx-auto px-4 flex justify-between items-center">
    <a href="#" class="text-white text-2xl font-bold tracking-tight transform hover:scale-105 transition-transform duration-300 ease-in-out">
      JobFind
    </a>
    <div class="hidden md:flex space-x-6">
      <a href="#" class="relative text-white font-medium hover:text-sky-100 dark:hover:text-sky-300 transition-colors duration-200 ease-in-out group">
        Find Jobs
        <span class="absolute left-0 bottom-0 w-0 h-0.5 bg-white group-hover:w-full transition-all duration-300 ease-in-out"></span>
      </a>
      <a href="#" class="relative text-white font-medium hover:text-sky-100 dark:hover:text-sky-300 transition-colors duration-200 ease-in-out group">
        Post a Job
        <span class="absolute left-0 bottom-0 w-0 h-0.5 bg-white group-hover:w-full transition-all duration-300 ease-in-out"></span>
      </a>
      <a href="#" class="relative text-white font-medium hover:text-sky-100 dark:hover:text-sky-300 transition-colors duration-200 ease-in-out group">
        Resume Builder
        <span class="absolute left-0 bottom-0 w-0 h-0.5 bg-white group-hover:w-full transition-all duration-300 ease-in-out"></span>
      </a>
      <a href="#" class="relative text-white font-medium hover:text-sky-100 dark:hover:text-sky-300 transition-colors duration-200 ease-in-out group">
        Career Advice
        <span class="absolute left-0 bottom-0 w-0 h-0.5 bg-white group-hover:w-full transition-all duration-300 ease-in-out"></span>
      </a>
    </div>
    <div class="md:hidden">
      <button aria-label="Toggle navigation" class="text-white focus:outline-none focus:ring-2 focus:ring-white rounded">
        <svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
        </svg>
      </button>
    </div>
  </div>
</nav>

相关组件

导航组件

一个支持黑暗模式的响应式导航栏。

打开

导航组件 43

一个遵循拟物设计原则的响应式导航组件,具有模拟真实世界对应物的数字元素,支持暗主题。

打开

RetroDashboard导航

一个复杂的复古主题仪表板导航组件,具有三元配色方案,专为数据可视化和控制面板而设计。具有响应式设计、深色模式支持和受 80 年代/90 年代美学启发的多种互动元素。

打开