2013-10-12 12:22:50 +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 >
2013-10-07 20:58:29 +00:00
< a class = "navbar-brand" href = "{{ page.relative_path }}" > < i class = "fa-icon fa-icon-flag" > < / i > Font Awesome< / a >
2013-10-05 19:40:57 +00:00
< / 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 >
2013-10-06 15:59:04 +00:00
< li class = "dropdown dropdown-split-right hidden-xs{% if page.navbar_active == " icons " % } active { % endif % } " >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" >
2013-10-07 20:58:29 +00:00
< i class = "fa-icon fa-icon-caret-down" > < / i >
2013-10-06 15:59:04 +00:00
< / a >
< ul class = "dropdown-menu pull-right" >
2013-10-07 20:58:29 +00:00
< li > < a href = "{{ page.relative_path }}icons/" > < i class = "fa-icon fa-icon-flag fa-icon-fixed-width" > < / i > Icons< / a > < / li >
2013-10-06 15:59:04 +00:00
< li class = "divider" > < / li >
2013-10-07 20:58:29 +00:00
< li > < a href = "{{ page.relative_path }}icons/#new" > < i class = "fa-icon fa-icon-shield fa-icon-fixed-width" > < / i > New Icons in {{ site.fontawesome.version }}< / a > < / li >
< li > < a href = "{{ page.relative_path }}icons/#web-application" > < i class = "fa-icon fa-icon-camera-retro fa-icon-fixed-width" > < / i > Web Application Icons< / a > < / li >
< li > < a href = "{{ page.relative_path }}icons/#currency" > < i class = "fa-icon fa-icon-won fa-icon-fixed-width" > < / i > Currency Icons< / a > < / li >
< li > < a href = "{{ page.relative_path }}icons/#text-editor" > < i class = "fa-icon fa-icon-file-text-alt fa-icon-fixed-width" > < / i > Text Editor Icons< / a > < / li >
< li > < a href = "{{ page.relative_path }}icons/#directional" > < i class = "fa-icon fa-icon-hand-right fa-icon-fixed-width" > < / i > Directional Icons< / a > < / li >
2013-10-16 00:07:38 +00:00
< li > < a href = "{{ page.relative_path }}icons/#video-player" > < i class = "fa-icon fa-icon-play-circle fa-icon-fixed-width" > < / i > Video Player Icons< / a > < / li >
2013-10-07 20:58:29 +00:00
< li > < a href = "{{ page.relative_path }}icons/#brand" > < i class = "fa-icon fa-icon-github fa-icon-fixed-width" > < / i > Brand Icons< / a > < / li >
< li > < a href = "{{ page.relative_path }}icons/#medical" > < i class = "fa-icon fa-icon-medkit fa-icon-fixed-width" > < / i > Medical Icons< / a > < / li >
2013-10-06 15:59:04 +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 >
2013-10-06 15:59:04 +00:00
< li class = "dropdown dropdown-split-right hidden-xs{% if page.navbar_active == " examples " % } active { % endif % } " >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" >
2013-10-07 20:58:29 +00:00
< i class = "fa-icon fa-icon-caret-down" > < / i >
2013-10-06 15:59:04 +00:00
< / 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 >
< / 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 >
2013-10-06 15:59:04 +00:00
< 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 >
2013-10-05 19:40:57 +00: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 >
< 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 >