Skip to content

Commit

Permalink
fix: Updated nav elements for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Sep 26, 2024
1 parent cc15507 commit 9b16a58
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@
{# mobile menu, show/hide based on menu state #}
<div class="sm:hidden" id="mobile-menu">
<div class="space-y-1 px-2 pb-3 pt-2">
<a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:underline">Pilot</a>
<a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:underline">People</a>
<a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:underline">Contact</a>
<a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:underline">Conference</a>
<a href="/database/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:underline">Database</a>
<a href="/lessons/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:underline">Lesson Plans</a>
<a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:underline">Zotero</a>
<a href="/concepts/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:underline">Concepts</a>
<a href="/events/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:underline">Launch Event</a>
<a href="/about/" class="block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:underline">About</a>
</div>
</div>
</nav>
Expand Down

0 comments on commit 9b16a58

Please sign in to comment.