2013-10-12 08:22:50 -04:00
|
|
|
<div class="navbar navbar-inverse navbar-static-top hidden-print">
|
2013-10-05 15:40:57 -04:00
|
|
|
<div class="container">
|
|
|
|
<div class="navbar-header">
|
|
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
2016-04-01 09:45:15 -04:00
|
|
|
<i class="fa fa-bars fa-lg" aria-hidden="true" title="Toggle navigation"></i>
|
2013-10-05 15:40:57 -04:00
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
</button>
|
2018-02-17 20:11:10 -05:00
|
|
|
<a class="navbar-brand" href="{{ page.relative_path }}"><i class="fa fa-fork-awesome" aria-hidden="true"></i> {{ site.forkawesome.name }}</a>
|
2013-10-05 15:40:57 -04:00
|
|
|
</div>
|
2013-06-06 13:59:03 -02:30
|
|
|
|
2013-10-06 10:08:09 -04:00
|
|
|
<div class="navbar-collapse collapse">
|
2013-10-05 15:40:57 -04: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>
|
2013-10-20 19:12:13 -04:00
|
|
|
<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 class="hidden-xs hidden-md hidden-lg{% if page.navbar_active == "whats-new" %} active{% endif %}">
|
|
|
|
<a href="{{ page.relative_path }}whats-new/">New</a>
|
|
|
|
</li>
|
2016-04-01 09:45:15 -04:00
|
|
|
|
|
|
|
<li class="hidden-sm{% if page.navbar_active == "get-started" %} active{% endif %}"><a href="{{ page.relative_path }}get-started/">Get Started</a></li>
|
|
|
|
<li class="hidden-xs hidden-md hidden-lg{% if page.navbar_active == "get-started" %} active{% endif %}">
|
|
|
|
<a href="{{ page.relative_path }}get-started/">Start</a>
|
|
|
|
</li>
|
|
|
|
|
2013-10-05 15:40:57 -04:00
|
|
|
<li class="dropdown-split-left{% if page.navbar_active == "icons" %} active{% endif %}"><a href="{{ page.relative_path }}icons/">Icons</a></li>
|
2013-10-06 11:59:04 -04:00
|
|
|
<li class="dropdown dropdown-split-right hidden-xs{% if page.navbar_active == "icons" %} active{% endif %}">
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
2016-04-01 09:45:15 -04:00
|
|
|
<i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
|
|
|
|
<span class="sr-only">Toggle dropdown menu</span>
|
|
|
|
<span class="toggle drop down"></span>
|
2013-10-06 11:59:04 -04:00
|
|
|
</a>
|
|
|
|
<ul class="dropdown-menu pull-right">
|
2016-04-01 09:45:15 -04:00
|
|
|
<li><a href="{{ page.relative_path }}icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
2013-10-06 11:59:04 -04:00
|
|
|
<li class="divider"></li>
|
2016-10-24 11:34:40 -04:00
|
|
|
<li><a href="{{ page.relative_path }}icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in {{ site.fontawesome.minor_version }}</a></li>
|
2016-04-01 09:45:15 -04:00
|
|
|
<li><a href="{{ page.relative_path }}icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
2016-04-06 11:45:20 -05:00
|
|
|
<li><a href="{{ page.relative_path }}icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
2016-04-01 09:45:15 -04:00
|
|
|
<li><a href="{{ page.relative_path }}icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#transportation"><i class="fa fa-ship fa-fw" aria-hidden="true"></i> Transportation Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#gender"><i class="fa fa-venus fa-fw" aria-hidden="true"></i> Gender Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#file-type"><i class="fa fa-file-image-o fa-fw" aria-hidden="true"></i> File Type Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#spinner"><i class="fa fa-spinner fa-fw" aria-hidden="true"></i> Spinner Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#form-control"><i class="fa fa-check-square fa-fw" aria-hidden="true"></i> Form Control Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#payment"><i class="fa fa-credit-card fa-fw" aria-hidden="true"></i> Payment Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#chart"><i class="fa fa-pie-chart fa-fw" aria-hidden="true"></i> Chart Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#currency"><i class="fa fa-won fa-fw" aria-hidden="true"></i> Currency Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#text-editor"><i class="fa fa-file-text-o fa-fw" aria-hidden="true"></i> Text Editor Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#directional"><i class="fa fa-arrow-right fa-fw" aria-hidden="true"></i> Directional Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}icons/#video-player"><i class="fa fa-play-circle fa-fw" aria-hidden="true"></i> Video Player Icons</a></li>
|
2016-04-08 18:31:46 -05:00
|
|
|
<li><a href="{{ page.relative_path }}icons/#brand"><i class="fa fa-facebook-official fa-fw" aria-hidden="true"></i> Brand Icons</a></li>
|
2016-04-01 09:45:15 -04:00
|
|
|
<li><a href="{{ page.relative_path }}icons/#medical"><i class="fa fa-medkit fa-fw" aria-hidden="true"></i> Medical Icons</a></li>
|
2013-10-06 11:59:04 -04:00
|
|
|
</ul>
|
2013-10-05 15:40:57 -04:00
|
|
|
</li>
|
|
|
|
<li class="dropdown-split-left{% if page.navbar_active == "examples" %} active{% endif %}"><a href="{{ page.relative_path }}examples/">Examples</a></li>
|
2013-10-06 11:59:04 -04:00
|
|
|
<li class="dropdown dropdown-split-right hidden-xs{% if page.navbar_active == "examples" %} active{% endif %}">
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
2016-04-01 09:45:15 -04:00
|
|
|
<i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
|
|
|
|
<span class="sr-only">Toggle dropdown menu</span>
|
|
|
|
<span class="toggle drop down"></span>
|
2013-10-06 11:59:04 -04:00
|
|
|
</a>
|
|
|
|
<ul class="dropdown-menu pull-right">
|
|
|
|
<li><a href="{{ page.relative_path }}examples/">Examples</a></li>
|
|
|
|
<li class="divider"></li>
|
2014-05-14 00:09:29 -05:00
|
|
|
<li><a href="{{ page.relative_path }}examples/#basic">Basic Icons</a></li>
|
2013-10-23 10:05:10 -04:00
|
|
|
<li><a href="{{ page.relative_path }}examples/#larger">Larger Icons</a></li>
|
2013-10-22 11:11:34 -04:00
|
|
|
<li><a href="{{ page.relative_path }}examples/#fixed-width">Fixed Width Icons</a></li>
|
2013-10-23 10:05:10 -04:00
|
|
|
<li><a href="{{ page.relative_path }}examples/#list">List Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#bordered-pulled">Bordered & Pulled Icons</a></li>
|
2015-01-22 11:00:32 -05:00
|
|
|
<li><a href="{{ page.relative_path }}examples/#animated">Animated Icons</a></li>
|
2016-04-01 09:45:15 -04:00
|
|
|
<li><a href="{{ page.relative_path }}examples/#accessible">Accessibility-Minded</a></li>
|
2013-10-23 10:05:10 -04:00
|
|
|
<li><a href="{{ page.relative_path }}examples/#rotated-flipped">Rotated & Flipped Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#stacked">Stacked Icons</a></li>
|
|
|
|
<li><a href="{{ page.relative_path }}examples/#bootstrap">Bootstrap 3 Examples</a></li>
|
2013-10-06 11:59:04 -04:00
|
|
|
<li><a href="{{ page.relative_path }}examples/#custom">Custom CSS</a></li>
|
|
|
|
</ul>
|
2013-10-05 15:40:57 -04:00
|
|
|
</li>
|
2016-04-22 11:34:06 -04:00
|
|
|
<li class="hidden-sm{% if page.navbar_active == "accessibility" %} active{% endif %}"><a href="{{ page.relative_path }}accessibility/">Accessibility</a></li>
|
|
|
|
<li class="hidden-xs hidden-md hidden-lg{% if page.navbar_active == "accessibility" %} active{% endif %}"><a href="{{ page.relative_path }}accessibility/"><i class="fa fa-universal-access"></i></a></li>
|
2013-10-05 15:40:57 -04:00
|
|
|
<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>
|
2013-05-02 20:12:33 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|