2013-05-09 04:23:04 +00:00
|
|
|
<div class="navbar navbar-inverse navbar-static-top hidden-print">
|
2013-10-05 19:40:57 +00:00
|
|
|
<div class="container">
|
|
|
|
<div class="navbar-header">
|
|
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
2013-06-06 16:29:03 +00:00
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
2013-10-05 19:40:57 +00:00
|
|
|
</button>
|
|
|
|
<a class="navbar-brand" href="{{ page.relative_path }}"><i class="fa fa-flag"></i> Font Awesome</a>
|
|
|
|
</div>
|
2013-06-06 16:29:03 +00:00
|
|
|
|
2013-10-06 14:08:09 +00:00
|
|
|
<div class="navbar-collapse collapse">
|
2013-10-05 19:40:57 +00:00
|
|
|
<ul class="nav navbar-nav">
|
|
|
|
<li class="hidden-sm {% if page.navbar_active == "home" %} active{% endif %}"><a href="{{ page.relative_path }}">Home</a></li>
|
|
|
|
<li{% if page.navbar_active == "get-started" %} class="active"{% endif %}><a href="{{ page.relative_path }}get-started/">Get Started</a></li>
|
|
|
|
<li class="dropdown-split-left{% if page.navbar_active == "icons" %} active{% endif %}"><a href="{{ page.relative_path }}icons/">Icons</a></li>
|
|
|
|
<li class="dropdown dropdown-split-right hidden-phone{% if page.navbar_active == "icons" %} active{% endif %}">
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
|
|
<i class="fa fa-caret-down"></i>
|
|
|
|
</a>
|
|
|
|
<ul class="dropdown-menu pull-right">
|
|
|
|
<li><a href="{{ page.relative_path }}icons/"><i class="fa fa-flag fa-fixed-width"></i> Icons</a></li>
|
|
|
|
<li class="divider"></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#new"><i class="fa fa-shield fa-fixed-width"></i> New Icons in {{ site.fontawesome.version }}</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#web-application"><i class="fa fa-camera-retro fa-fixed-width"></i> Web Application Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#currency"><i class="fa fa-won fa-fixed-width"></i> Currency Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#text-editor"><i class="fa fa-file-text-alt fa-fixed-width"></i> Text Editor Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#directional"><i class="fa fa-hand-right fa-fixed-width"></i> Directional Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#video-player"><i class="fa fa-play-sign fa-fixed-width"></i> Video Player Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#brand"><i class="fa fa-github fa-fixed-width"></i> Brand Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#medical"><i class="fa fa-medkit fa-fixed-width"></i> Medical Icons</a></li>
|
2013-05-09 17:24:10 +00:00
|
|
|
</ul>
|
2013-10-05 19:40:57 +00:00
|
|
|
</li>
|
|
|
|
<li class="dropdown-split-left{% if page.navbar_active == "examples" %} active{% endif %}"><a href="{{ page.relative_path }}examples/">Examples</a></li>
|
|
|
|
<li class="dropdown dropdown-split-right hidden-phone{% if page.navbar_active == "examples" %} active{% endif %}">
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
|
|
<i class="fa fa-caret-down"></i>
|
|
|
|
</a>
|
|
|
|
<ul class="dropdown-menu pull-right">
|
|
|
|
<li><a href="{{ page.relative_path }}examples/">Examples</a></li>
|
|
|
|
<li class="divider"></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#new-styles">New Styles</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#inline-icons">Inline Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#larger-icons">Larger Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#bordered-pulled">Bordered & Pulled</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#buttons">Buttons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#button-groups">Button Groups</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#button-dropdowns">Button Dropdowns</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#bulleted-lists">Bulleted Lists</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#navigation">Navigation</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#form-inputs">Form Inputs</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#animated-spinner">Animated Spinner</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#rotated-flipped">Rotated & Flipped</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#stacked">Stacked</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#custom">Custom CSS</a></li>
|
2013-06-06 16:29:03 +00:00
|
|
|
</ul>
|
2013-10-05 19:40:57 +00:00
|
|
|
</li>
|
|
|
|
<li class="hidden-sm{% if page.navbar_active == "whats-new" %} active{% endif %}">
|
|
|
|
<a href="{{ page.relative_path }}whats-new/">What's New</a>
|
|
|
|
</li>
|
|
|
|
<li{% if page.navbar_active == "community" %} class="active"{% endif %}><a href="{{ page.relative_path }}community/">Community</a></li>
|
|
|
|
<li{% if page.navbar_active == "license" %} class="active"{% endif %}><a href="{{ page.relative_path }}license/">License</a></li>
|
|
|
|
</ul>
|
|
|
|
<ul class="nav navbar-nav navbar-right">
|
|
|
|
<li><a href="{{ site.fontawesome.blog_url }}">Blog</a></li>
|
|
|
|
</ul>
|
2013-05-03 00:12:33 +00:00
|
|
|
</div>
|
2013-10-05 19:40:57 +00:00
|
|
|
|
2013-05-03 00:12:33 +00:00
|
|
|
</div>
|
|
|
|
</div>
|