Sha256: 15c992a95d288a5ba10298480ad3c52bce7ac4aab43eeefc8c40720dcbcaa796

Contents?: true

Size: 1.92 KB

Versions: 5

Compression:

Stored size: 1.92 KB

Contents

<!-- Universal NavBar-->
<nav class="navbar navbar-default navbar-static" id="universal-nav">
    <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="glyphicon glyphicon-chevron-down"></span>
        <span class="glyphicon glyphicon-chevron-up"></span>
      </button>
    </div>
    <div id="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 1px;">
      <ul class="nav navbar-nav navbar-right">
        <li {% if site.title == "Linaro" %}class="active"{% endif %}><a class="linaro" target="_self" href="https://www.linaro.org">Linaro</a></li>
        <li {% if site.title == "Linaro Connect" %}class="active"{% endif %}><a class="connect" target="_blank" href="https://connect.linaro.org">Connect</a></li>
        <li {% if site.title == "96Boards" %}class="active"{% endif %}><a class="boards" target="_self" href="https://www.96boards.org">96Boards</a></li>
        <li {% if site.title == "Developer Cloud" %}class="active"{% endif %}><a class="dev-cloud" target="_blank" href="https://linaro.cloud">Developer Cloud</a></li>
        <li class="dropdown">
          <a class="projects" href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Projects <span class="caret"></span></a>
          <ul class="dropdown-menu">
            <li><a target="_blank" href="https://www.96boards.ai">96Boards.ai</a></li>
            <li><a target="_blank" href="https://www.op-tee.org">OP-TEE.org</a></li>
            <li><a target="_blank" href="https://www.devicetree.org">DeviceTree.org</a></li>
            <li><a target="_blank" href="https://www.opendataplane.org">OpenDataPlane.org</a></li> 
          </ul>
        </li>
      </ul>
    </div>
</nav>
<!-- End Universal NavBar -->

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-1.7.35 _includes/universal-nav.html
jumbo-jekyll-theme-1.7.34 _includes/universal-nav.html
jumbo-jekyll-theme-1.7.33 _includes/universal-nav.html
jumbo-jekyll-theme-1.7.32 _includes/universal-nav.html
jumbo-jekyll-theme-1.7.31 _includes/universal-nav.html