mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
e615ae053c
- drop the index pages save for examples - comment out the extend section for now - fix up spacing fix on team list
10 lines
606 B
HTML
10 lines
606 B
HTML
<header class="bd-header" role="banner">
|
|
<a class="bd-header-mark hidden-xs-down" href="{{ site.baseurl }}">Bootstrap 4 Alpha</a>
|
|
|
|
<nav class="nav nav-pills bd-header-nav">
|
|
<a class="nav-link" href="{{ site.baseurl }}/getting-started/overview/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Docs');">Documentation</a>
|
|
<a class="nav-link" href="{{ site.expo }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Expo');">Expo</a>
|
|
<a class="nav-link" href="{{ site.blog }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Blog');">Blog</a>
|
|
</nav>
|
|
</header>
|