Skip to content

Commit

Permalink
navbar: add a secondary bar with the site title and search bar
Browse files Browse the repository at this point in the history
This makes the Learning Resources website more consistent with the other
SE-EDU sites, which all have a similar secondary navigation bar.
  • Loading branch information
pyokagan committed Jul 28, 2018
1 parent a1ca877 commit 281c8ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _markbind/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,16 @@
</div>
</nav>
</div>
<div id="site-header">
<nav class="navbar navbar-expand navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="{{baseUrl}}/index.html">Learning Resources for Software Engineering Students</a>
<ul class="navbar-nav">
</ul>
<form class="navbar-form">
<searchbar :data="searchData" placeholder="Search" :on-hit="searchCallback" menu-align-right ></searchbar>
</form>
</div>
</nav>
</div>
</span>

0 comments on commit 281c8ac

Please sign in to comment.