FossilRepo

fossilrepo / templates / includes / nav_public.html
Source Blame History 26 lines
0e40dc2… ragelink 1 <nav aria-label="Main navigation" class="bg-gray-900 border-b border-gray-700">
afe42d0… ragelink 2 <div class="px-4 sm:px-6 lg:px-8">
afe42d0… ragelink 3 <div class="flex h-14 items-center justify-between">
afe42d0… ragelink 4 <div class="flex items-center gap-6">
afe42d0… ragelink 5 <a href="/" class="flex items-center gap-2">
afe42d0… ragelink 6 <svg class="h-6 w-6 text-brand" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
afe42d0… ragelink 7 <circle cx="12" cy="12" r="10" stroke-opacity="0.6"/>
afe42d0… ragelink 8 <circle cx="12" cy="12" r="4" fill="currentColor" fill-opacity="0.3"/>
afe42d0… ragelink 9 <path d="M12 2v4M12 18v4M2 12h4M18 12h4" stroke-opacity="0.4"/>
afe42d0… ragelink 10 </svg>
afe42d0… ragelink 11 <span class="text-sm font-bold tracking-tight">
afe42d0… ragelink 12 <span class="text-gray-100">fossil</span><span class="text-brand">repo</span>
afe42d0… ragelink 13 </span>
afe42d0… ragelink 14 </a>
afe42d0… ragelink 15 <div class="hidden sm:flex items-center gap-4">
afe42d0… ragelink 16 <a href="{% url 'explore' %}" class="text-sm text-gray-400 hover:text-white transition-colors {% if request.path == '/explore/' %}text-white{% endif %}">Explore</a>
afe42d0… ragelink 17 </div>
afe42d0… ragelink 18 </div>
afe42d0… ragelink 19 <div class="flex items-center gap-3">
afe42d0… ragelink 20 <a href="{% url 'accounts:login' %}" class="rounded-md bg-gray-800 px-3 py-1.5 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white ring-1 ring-gray-700 transition-colors">
afe42d0… ragelink 21 Sign in
afe42d0… ragelink 22 </a>
afe42d0… ragelink 23 </div>
afe42d0… ragelink 24 </div>
afe42d0… ragelink 25 </div>
afe42d0… ragelink 26 </nav>

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button