Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
reduced menus
Browse files Browse the repository at this point in the history
  • Loading branch information
rlbaltha committed Jan 29, 2020
1 parent 6ed87f4 commit c759163
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions app/Resources/views/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -38,44 +38,44 @@
<li class="nav-item" id="skip">
<a class="nav-link" id="main_nav" href="#main_content">Skip Navigation</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="{{ path('page_show', { 'id':12 }) }}"
id="navbarDropdownMenuLink1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Faculty
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink1">
<a class="dropdown-item" href="{{ path('module') }}">Teaching Resources</a>
<a class="dropdown-item" href="{{ path('page_show', { 'id':10 }) }}">Service Learning</a>
<a class="dropdown-item" href="{{ path('page_show', { 'id':14 }) }}">Watershed UGA in the
eLC</a>
<a class="dropdown-item" href="{{ path('page_show', { 'id':49 }) }}">Faculty Forms</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="{{ path('page_show', { 'id':41 }) }}"
id="navbarDropdownMenuLink2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Student
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink2">
<a class="dropdown-item" href="{{ path('page_show', { 'id':10 }) }}">How to Get Involved</a>
<a class="dropdown-item" href="{{ path('opportunity', { 'type':'intern' }) }}">Internships</a>
<a class="dropdown-item" href="{{ path('event') }}">Events</a>
<a class="dropdown-item" href="{{ path('public_profiles') }}">Faculty Profiles
</a>
</div>
</li>
{# <li class="nav-item dropdown">#}
{# <a class="nav-link dropdown-toggle" href="{{ path('page_show', { 'id':12 }) }}"#}
{# id="navbarDropdownMenuLink1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">#}
{# Faculty#}
{# </a>#}
{# <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink1">#}
{# <a class="dropdown-item" href="{{ path('module') }}">Teaching Resources</a>#}
{# <a class="dropdown-item" href="{{ path('page_show', { 'id':10 }) }}">Service Learning</a>#}
{# <a class="dropdown-item" href="{{ path('page_show', { 'id':14 }) }}">Watershed UGA in the#}
{# eLC</a>#}
{# <a class="dropdown-item" href="{{ path('page_show', { 'id':49 }) }}">Faculty Forms</a>#}
{# </div>#}
{# </li>#}
{# <li class="nav-item dropdown">#}
{# <a class="nav-link dropdown-toggle" href="{{ path('page_show', { 'id':41 }) }}"#}
{# id="navbarDropdownMenuLink2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">#}
{# Student#}
{# </a>#}
{# <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink2">#}
{# <a class="dropdown-item" href="{{ path('page_show', { 'id':10 }) }}">How to Get Involved</a>#}
{# <a class="dropdown-item" href="{{ path('opportunity', { 'type':'intern' }) }}">Internships</a>#}
{# <a class="dropdown-item" href="{{ path('event') }}">Events</a>#}
{# <a class="dropdown-item" href="{{ path('public_profiles') }}">Faculty Profiles#}
{# </a>#}
{# </div>#}
{# </li>#}

<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="{{ path('page_show', { 'id':41 }) }}"
id="navbarDropdownMenuLink3" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Community
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink3">
<a class="dropdown-item" href="{{ path('page_show', { 'id':42 }) }}">How to Partner with Us</a>
<a class="dropdown-item" href="{{ path('opportunity', { 'type':'service' }) }}">Partners</a>
<a class="dropdown-item" href="{{ path('event') }}">Events</a>
</div>
</li>
{# <li class="nav-item dropdown">#}
{# <a class="nav-link dropdown-toggle" href="{{ path('page_show', { 'id':41 }) }}"#}
{# id="navbarDropdownMenuLink3" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">#}
{# Community#}
{# </a>#}
{# <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink3">#}
{# <a class="dropdown-item" href="{{ path('page_show', { 'id':42 }) }}">How to Partner with Us</a>#}
{# <a class="dropdown-item" href="{{ path('opportunity', { 'type':'service' }) }}">Partners</a>#}
{# <a class="dropdown-item" href="{{ path('event') }}">Events</a>#}
{# </div>#}
{# </li>#}

<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="{{ path('page_show', { 'id':41 }) }}"
Expand All @@ -86,17 +86,17 @@
<a class="dropdown-item" href="{{ path('module') }}">Modules</a>
<a class="dropdown-item" href="{{ path('activity') }}">Activities</a>
<a class="dropdown-item" href="{{ path('file') }}">Files</a>
<a class="dropdown-item" href="{{ path('mapset') }}">Maps</a>
{# <a class="dropdown-item" href="{{ path('mapset') }}">Maps</a>#}
</div>
</li>

<li class="nav-item"><a class="nav-link" href="{{ path('page_show', { 'id':50 }) }}">Lake Herrick</a>
</li>
<li class="nav-item"><a class="nav-link" href="{{ path('page_show', { 'id':66 }) }}">Trail Creek</a>
</li>
<li class="nav-item"><a class="nav-link" href="{{ path('event') }}">Events</a></li>
<li class="nav-item"><a class="nav-link" href="{{ path('section') }}">Stories</a></li>
<li class="nav-item"><a class="nav-link" href="{{ path('page_show', { 'id': 9 }) }}">Donate</a></li>
{# <li class="nav-item"><a class="nav-link" href="{{ path('event') }}">Events</a></li>#}
{# <li class="nav-item"><a class="nav-link" href="{{ path('section') }}">Stories</a></li>#}
{# <li class="nav-item"><a class="nav-link" href="{{ path('page_show', { 'id': 9 }) }}">Donate</a></li>#}
</ul>
<a class="navbar-brand" target="_blank" href="https://www.instagram.com/watershed.uga">
<img title="Instagram" src="{{ asset('bundles/app/images/insta.gif') }}"/>
Expand Down

0 comments on commit c759163

Please sign in to comment.