Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

header.html and app.css updated #1

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 15 additions & 7 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,22 @@
<button class="navbar-toggler hidden-lg-up" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar" aria-controls="exCollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation">
&#9776;
</button>
<div class="collapse navbar-toggleable-md" id="exCollapsingNavbar">

<div class="collapse navbar-toggleable-md row" id="exCollapsingNavbar">
<a class="nav-link" href="/activities/">Activities</a>
<a class="nav-link" href="/about/">About Clubs</a>
<a class="nav-link" href="/get-started/">Get Started</a>
<a class="nav-link" href="/resources/">Resources</a>
<a class="nav-link" href="/connect/">Connect</a>
<a class="nav-link" href="/report/#">Report</a>
<a class="nav-link" href="/faq/">FAQ</a>

<span class="nav-item dropdown">
<a class="nav-link" href="#" id="navbardrop" data-toggle="dropdown">Club's Corner</a>
<div class="dropdown-menu " >
<a class="dropdown-item" href="/get-started/">Get Started</a>
<a class="dropdown-item" href="/resources/">Resources</a>
<a class="dropdown-item" href="/connect/">Connect</a>
<a class="dropdown-item" href="/report/#">Report</a>
<a class="dropdown-item" href="/faq/">FAQ</a>
</div>
</span>

<a class="nav-link" href="/about/">About</a>
</div>

<div id="tabzilla" class="hidden-lg-down">
Expand Down
4 changes: 4 additions & 0 deletions static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ nav a:hover {
margin-top: 20px;
}

.dropdown-menu{
background-color: #3BBA99;
}

@media all and (min-width: 992px) {
.navbar-toggleable-md {
display: inline-block !important;
Expand Down