Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christopher M Reffett
whats-open
Commits
7ae3f310
Commit
7ae3f310
authored
Sep 08, 2013
by
Renfred Harper
Browse files
Add new navbar
parent
13d5f37b
Changes
1
Hide whitespace changes
Inline
Side-by-side
whats_open/templates/base.html
View file @
7ae3f310
...
...
@@ -24,7 +24,34 @@
</head>
{% endblock %}
<body>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-ex1-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"#"
>
what's open
</a>
</div>
<div
class=
"collapse navbar-collapse navbar-ex1-collapse"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Select Campus
<b
class=
"caret"
></b></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Fairfax
</a></li>
<li><a
href=
"#"
>
Arlington
</a></li>
<li><a
href=
"#"
>
Prince William
</a></li>
</ul>
</li>
</ul>
<div
class=
"navbar-form navbar-right"
role=
"search"
>
<div
class=
"form-group"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Search"
>
</div>
</div>
</div>
</nav>
<div
class=
"footer"
>
A project of
<a
href=
"http://srct.gmu.edu"
>
GMU SRCT
</a>
.
<a
href=
"http://opensource.org/licenses/MIT/"
>
Some rights reserved
</a>
.
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment