navbar.html 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <div class="collapse hidden-print" id="banner">
  2. <div class="container">
  3. <div class="message-container">
  4. <div class="tagline">
  5. <span id="rotating-message"></span>
  6. </div>
  7. <div class="action">
  8. <a id="rotating-url" class="btn btn-primary btn-block" href=""></a>
  9. </div>
  10. </div>
  11. </div>
  12. </div>
  13. <div class="navbar navbar-org navbar-static-top">
  14. <div class="container">
  15. <ul class="nav navbar-nav navbar-right">
  16. <li>
  17. <a href="http://fortawesome.com/?utm_source=font_awesome_navbar&utm_medium=display&utm_content=ad_1_next_level&utm_campaign=promo_5.0_update" data-toggle="tooltip" data-container="body" data-placement="bottom" data-html="true" title="Take your front end game<br>to the next level!">
  18. <i class="fas fas-fort-logo fas-lg valign-baseline"></i>&nbsp;
  19. Fort Awesome
  20. </a>
  21. </li>
  22. <li class="active">
  23. <a href="http://fontawesome.io/?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_5.0_update" data-toggle="tooltip" data-container="body" data-placement="bottom" data-html="true" title="The iconic font<br>&amp; CSS toolkit">
  24. <i class="fas fas-flag-logo"></i>&nbsp;
  25. Font Awesome</a>
  26. </li>
  27. </ul>
  28. <div class="navbar-text navbar-right hide-xs">Build and serve a faster front end!</div>
  29. </div>
  30. </div>
  31. <div class="navbar navbar-inverse navbar-static-top hidden-print">
  32. <div class="container">
  33. <div class="navbar-header">
  34. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  35. <i class="fa fa-bars fa-lg" aria-hidden="true" title="Toggle navigation"></i>
  36. <span class="sr-only">Toggle navigation</span>
  37. </button>
  38. <a class="navbar-brand" href="{{ page.relative_path }}"><i class="fas fas-flag-logo fas-lg" aria-hidden="true"></i> Font Awesome</a>
  39. </div>
  40. <div class="navbar-collapse collapse">
  41. <ul class="nav navbar-nav">
  42. <li class="hidden-sm {% if page.navbar_active == "home" %} active{% endif %}"><a href="{{ page.relative_path }}">Home</a></li>
  43. <li class="hidden-sm{% if page.navbar_active == "whats-new" %} active{% endif %}">
  44. <a href="{{ page.relative_path }}whats-new/">What's New</a>
  45. </li>
  46. <li class="hidden-xs hidden-md hidden-lg{% if page.navbar_active == "whats-new" %} active{% endif %}">
  47. <a href="{{ page.relative_path }}whats-new/">New</a>
  48. </li>
  49. <li class="hidden-sm{% if page.navbar_active == "get-started" %} active{% endif %}"><a href="{{ page.relative_path }}get-started/">Get Started</a></li>
  50. <li class="hidden-xs hidden-md hidden-lg{% if page.navbar_active == "get-started" %} active{% endif %}">
  51. <a href="{{ page.relative_path }}get-started/">Start</a>
  52. </li>
  53. <li class="dropdown-split-left{% if page.navbar_active == "icons" %} active{% endif %}"><a href="{{ page.relative_path }}icons/">Icons</a></li>
  54. <li class="dropdown dropdown-split-right hidden-xs{% if page.navbar_active == "icons" %} active{% endif %}">
  55. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  56. <i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
  57. <span class="sr-only">Toggle dropdown menu</span>
  58. <span class="toggle drop down"></span>
  59. </a>
  60. <ul class="dropdown-menu pull-right">
  61. <li><a href="{{ page.relative_path }}icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i>&nbsp; All Icons</a></li>
  62. <li class="divider"></li>
  63. <li><a href="{{ page.relative_path }}icons/#new"><i class="fa fa-wheelchair-alt fa-fw" aria-hidden="true"></i>&nbsp; New Icons in {{ site.fontawesome.minor_version }}</a></li>
  64. <li><a href="{{ page.relative_path }}icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i>&nbsp; Web Application Icons</a></li>
  65. <li><a href="{{ page.relative_path }}icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i>&nbsp; Accessibility Icons</a></li>
  66. <li><a href="{{ page.relative_path }}icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i>&nbsp; Hand Icons</a></li>
  67. <li><a href="{{ page.relative_path }}icons/#transportation"><i class="fa fa-ship fa-fw" aria-hidden="true"></i>&nbsp; Transportation Icons</a></li>
  68. <li><a href="{{ page.relative_path }}icons/#gender"><i class="fa fa-venus fa-fw" aria-hidden="true"></i>&nbsp; Gender Icons</a></li>
  69. <li><a href="{{ page.relative_path }}icons/#file-type"><i class="fa fa-file-image-o fa-fw" aria-hidden="true"></i>&nbsp; File Type Icons</a></li>
  70. <li><a href="{{ page.relative_path }}icons/#spinner"><i class="fa fa-spinner fa-fw" aria-hidden="true"></i>&nbsp; Spinner Icons</a></li>
  71. <li><a href="{{ page.relative_path }}icons/#form-control"><i class="fa fa-check-square fa-fw" aria-hidden="true"></i>&nbsp; Form Control Icons</a></li>
  72. <li><a href="{{ page.relative_path }}icons/#payment"><i class="fa fa-credit-card fa-fw" aria-hidden="true"></i>&nbsp; Payment Icons</a></li>
  73. <li><a href="{{ page.relative_path }}icons/#chart"><i class="fa fa-pie-chart fa-fw" aria-hidden="true"></i>&nbsp; Chart Icons</a></li>
  74. <li><a href="{{ page.relative_path }}icons/#currency"><i class="fa fa-won fa-fw" aria-hidden="true"></i>&nbsp; Currency Icons</a></li>
  75. <li><a href="{{ page.relative_path }}icons/#text-editor"><i class="fa fa-file-text-o fa-fw" aria-hidden="true"></i>&nbsp; Text Editor Icons</a></li>
  76. <li><a href="{{ page.relative_path }}icons/#directional"><i class="fa fa-arrow-right fa-fw" aria-hidden="true"></i>&nbsp; Directional Icons</a></li>
  77. <li><a href="{{ page.relative_path }}icons/#video-player"><i class="fa fa-play-circle fa-fw" aria-hidden="true"></i>&nbsp; Video Player Icons</a></li>
  78. <li><a href="{{ page.relative_path }}icons/#brand"><i class="fa fa-facebook-official fa-fw" aria-hidden="true"></i>&nbsp; Brand Icons</a></li>
  79. <li><a href="{{ page.relative_path }}icons/#medical"><i class="fa fa-medkit fa-fw" aria-hidden="true"></i>&nbsp; Medical Icons</a></li>
  80. </ul>
  81. </li>
  82. <li class="dropdown-split-left{% if page.navbar_active == "examples" %} active{% endif %}"><a href="{{ page.relative_path }}examples/">Examples</a></li>
  83. <li class="dropdown dropdown-split-right hidden-xs{% if page.navbar_active == "examples" %} active{% endif %}">
  84. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  85. <i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
  86. <span class="sr-only">Toggle dropdown menu</span>
  87. <span class="toggle drop down"></span>
  88. </a>
  89. <ul class="dropdown-menu pull-right">
  90. <li><a href="{{ page.relative_path }}examples/">Examples</a></li>
  91. <li class="divider"></li>
  92. <li><a href="{{ page.relative_path }}examples/#basic">Basic Icons</a></li>
  93. <li><a href="{{ page.relative_path }}examples/#larger">Larger Icons</a></li>
  94. <li><a href="{{ page.relative_path }}examples/#fixed-width">Fixed Width Icons</a></li>
  95. <li><a href="{{ page.relative_path }}examples/#list">List Icons</a></li>
  96. <li><a href="{{ page.relative_path }}examples/#bordered-pulled">Bordered & Pulled Icons</a></li>
  97. <li><a href="{{ page.relative_path }}examples/#animated">Animated Icons</a></li>
  98. <li><a href="{{ page.relative_path }}examples/#accessible">Accessibility-Minded</a></li>
  99. <li><a href="{{ page.relative_path }}examples/#rotated-flipped">Rotated &amp; Flipped Icons</a></li>
  100. <li><a href="{{ page.relative_path }}examples/#stacked">Stacked Icons</a></li>
  101. <li><a href="{{ page.relative_path }}examples/#bootstrap">Bootstrap 3 Examples</a></li>
  102. <li><a href="{{ page.relative_path }}examples/#custom">Custom CSS</a></li>
  103. </ul>
  104. </li>
  105. <li{% if page.navbar_active == "accessibility" %} class="active"{% endif %}><a href="{{ page.relative_path }}accessibility/">Accessibility</a></li>
  106. <li{% if page.navbar_active == "community" %} class="active"{% endif %}><a href="{{ page.relative_path }}community/">Community</a></li>
  107. <li{% if page.navbar_active == "license" %} class="active"{% endif %}><a href="{{ page.relative_path }}license/">License</a></li>
  108. </ul>
  109. <ul class="nav navbar-nav navbar-right hidden-sm hidden-xs">
  110. <li><a href="{{ site.fontawesome.blog_url }}">Blog</a></li>
  111. </ul>
  112. </div>
  113. </div>
  114. </div>