Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
b857ff45
Commit
b857ff45
authored
Aug 22, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slightly better dashboard example
parent
cf7819d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
23 deletions
+17
-23
docs/examples/dashboard/index.html
docs/examples/dashboard/index.html
+17
-23
No files found.
docs/examples/dashboard/index.html
View file @
b857ff45
...
...
@@ -23,29 +23,23 @@
<body>
<nav
class=
"navbar navbar-inverse navbar-fixed-top"
>
<div
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#navbar"
aria-expanded=
"false"
aria-controls=
"navbar"
>
<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=
"#"
>
Project name
</a>
</div>
<div
id=
"navbar"
class=
"navbar-collapse collapse"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li><a
href=
"#"
>
Dashboard
</a></li>
<li><a
href=
"#"
>
Settings
</a></li>
<li><a
href=
"#"
>
Profile
</a></li>
<li><a
href=
"#"
>
Help
</a></li>
</ul>
<form
class=
"navbar-form navbar-right"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Search..."
>
</form>
</div>
</div>
<nav
class=
"navbar navbar-dark navbar-fixed-top bg-inverse"
>
<button
type=
"button"
class=
"navbar-toggler visible-xs"
data-toggle=
"collapse"
data-target=
"#navbar"
aria-expanded=
"false"
aria-controls=
"navbar"
>
<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=
"#"
>
Project name
</a>
<nav
class=
"nav navbar-nav pull-left"
>
<a
class=
"nav-item nav-link"
href=
"#"
>
Dashboard
</a>
<a
class=
"nav-item nav-link"
href=
"#"
>
Settings
</a>
<a
class=
"nav-item nav-link"
href=
"#"
>
Profile
</a>
<a
class=
"nav-item nav-link"
href=
"#"
>
Help
</a>
</nav>
<form
class=
"navbar-form pull-right"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Search..."
>
</form>
</nav>
<div
class=
"container-fluid"
>
...
...
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