-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
80 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,22 @@ | ||
<header class="navbar navbar-dark navbar-static-top bd-navbar" role="banner"> | ||
<div class="container"> | ||
{% comment %} | ||
<nav class="nav navbar-nav pull-xs-right"> | ||
<div class="nav-item dropdown"> | ||
<a class="nav-item nav-link dropdown-toggle" href="#" id="bd-versions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
v{{ site.current_version }} | ||
</a> | ||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="bd-versions"> | ||
<a class="dropdown-item" href="#">v4.0.0-alpha</a> | ||
<a class="dropdown-item" href="#">v3.3.5</a> | ||
<a class="dropdown-item" href="#">v3.3.4</a> | ||
<a class="dropdown-item" href="#">v3.3.2</a> | ||
<a class="dropdown-item" href="#">v3.3.1</a> | ||
<a class="dropdown-item" href="#">v3.3.0</a> | ||
<a class="dropdown-item" href="#">v3.2.0</a> | ||
<a class="dropdown-item" href="#">v3.1.1</a> | ||
<a class="dropdown-item" href="#">v3.1.0</a> | ||
<a class="dropdown-item" href="#">v3.0.3</a> | ||
<a class="dropdown-item" href="#">v3.0.2</a> | ||
<a class="dropdown-item" href="#">v3.0.1</a> | ||
<a class="dropdown-item" href="#">v3.0.0</a> | ||
<header class="" role="banner"> | ||
<nav class="navbar navbar-dark"> | ||
<button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target="#collapsingNavbar"> | ||
<span class="sr-only">toggle navigation</span> | ||
<span class="icon-menu"></span> | ||
</button> | ||
<div class="container" > | ||
<a class="navbar-brand"><img src="../../dist/img/ORANGE_LOGO_rgb.jpg" alt='Back to homepage' title='Back to homepage'/></a> | ||
<ul class="nav navbar-nav collapse navbar-toggleable-xs" id="collapsingNavbar"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="{{ site.baseurl }}/"> | ||
B<span class="text-primary">oo</span>sted | ||
</a> | ||
</li> | ||
<li class="nav-item"><a class="nav-link {% if page.layout == "docs" %}active{% endif %}" href="{{ site.baseurl }}/getting-started/introduction/">Documentation</a></li> | ||
<li class="nav-item"><a class="nav-link {% if page.title == "Examples" %}active{% endif %}" href="{{ site.baseurl }}/examples/">Examples</a></li> | ||
<li class="nav-item"><a class="nav-link {% if page.title == "Boostwatch" %}active{% endif %}" href="{{ site.baseurl }}/boostwatch/">Boostwatch</a></li> | ||
<li class="nav-item" id="id_li_for_cdu"></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
{% endcomment %} | ||
|
||
<div class="clearfix"> | ||
<button class="navbar-toggler pull-xs-right hidden-sm-up" type="button" data-toggle="collapse" data-target="#bd-main-nav"> | ||
☰ | ||
</button> | ||
<a class="navbar-brand hidden-sm-up" href="{{ site.baseurl }}/"> | ||
B<span class="text-primary">oo</span>sted | ||
</a> | ||
</div> | ||
<nav class="collapse navbar-toggleable-xs" id="bd-main-nav"> | ||
<a class="navbar-brand" href="{{ site.baseurl }}/"> | ||
<img src="dist/img/ORANGE_LOGO_rgb.jpg" alt='Back to homepage' title='Back to homepage'/> | ||
</a> | ||
<ul class="nav navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="{{ site.baseurl }}/"> | ||
B<span class="text-primary">oo</span>sted | ||
</a> | ||
</li> | ||
<li class="nav-item"><a class="nav-link {% if page.layout == "docs" %}active{% endif %}" href="{{ site.baseurl }}/getting-started/introduction/">Documentation</a></li> | ||
<li class="nav-item"><a class="nav-link {% if page.title == "Examples" %}active{% endif %}" href="{{ site.baseurl }}/examples/">Examples</a></li> | ||
<li class="nav-item"><a class="nav-link {% if page.title == "Boostwatch" %}active{% endif %}" href="{{ site.baseurl }}/boostwatch/">Boostwatch</a></li> | ||
<li class="nav-item" id="id_li_for_cdu"></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters