mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
drop navbar search for download button and social icons
This commit is contained in:
parent
56415b18c6
commit
bf0fcd7a96
@ -55,9 +55,24 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<form class="bd-search">
|
<ul class="navbar-nav ml-md-auto">
|
||||||
<input type="text" class="form-control" id="search-input" placeholder="Search..." autocomplete="off">
|
<li class="nav-item">
|
||||||
<div class="dropdown-menu bd-search-results" id="search-results"></div>
|
<a class="nav-link" href="{{ site.repo }}">
|
||||||
</form>
|
{% include icons/github.svg %}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="https://twitter.com/{{ site.twitter }}">
|
||||||
|
{% include icons/twitter.svg %}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="{{ site.slack }}">
|
||||||
|
{% include icons/slack.svg %}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<a class="btn btn-primary ml-md-3" href="{{ site.download.source }}">Download</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user