diff --git a/src/_includes/examples/bootstrap.html b/src/_includes/examples/bootstrap.html new file mode 100644 index 000000000..2c8f4a468 --- /dev/null +++ b/src/_includes/examples/bootstrap.html @@ -0,0 +1,93 @@ +
+ +
+
+

+ Font Awesome works great with the full range of Bootstrap components. +

+

+ + Delete + + Settings +

+

+ + Font Awesome
Version {{ site.fontawesome.version }}
+

+
+
+ + + + +
+
+
+
+ + +
+
+ + +
+
+
+ +
+ +
+
+{% highlight html %} + + Delete + + Settings + + + Font Awesome
Version {{ site.fontawesome.version }}
+ +
+ + + + +
+ +
+ + +
+
+ + +
+ + +{% endhighlight %} +
+
+
diff --git a/src/_includes/examples/button-groups.html b/src/_includes/examples/button-groups.html index 83b8475be..a428cfa9f 100644 --- a/src/_includes/examples/button-groups.html +++ b/src/_includes/examples/button-groups.html @@ -3,12 +3,12 @@

-

- - - - -
+
+ + + + +

diff --git a/src/_includes/examples/list-bullets.html b/src/_includes/examples/lists.html similarity index 100% rename from src/_includes/examples/list-bullets.html rename to src/_includes/examples/lists.html diff --git a/src/_includes/navbar.html b/src/_includes/navbar.html index 4a0b4ac00..6f07b7017 100644 --- a/src/_includes/navbar.html +++ b/src/_includes/navbar.html @@ -48,16 +48,12 @@
  • Inline Icons
  • Larger Icons
  • -
  • Bordered & Pulled
  • -
  • Buttons
  • -
  • Button Groups
  • -
  • Button Dropdowns
  • Bulleted Lists
  • -
  • Navigation
  • -
  • Form Inputs
  • +
  • Bordered & Pulled
  • Animated Spinner
  • Rotated & Flipped
  • Stacked
  • +
  • Bootstrap 3
  • Custom CSS
  • diff --git a/src/examples.html b/src/examples.html index 41f2e8235..a9f36626d 100644 --- a/src/examples.html +++ b/src/examples.html @@ -22,15 +22,11 @@ relative_path: ../ {% include examples/inline-icons.html %} {% include examples/larger-icons.html %} + {% include examples/lists.html %} {% include examples/bordered-pulled.html %} - {% include examples/buttons.html %} - {% include examples/button-groups.html %} - {% include examples/button-dropdowns.html %} - {% include examples/list-bullets.html %} - {% include examples/navigation.html %} - {% include examples/form-inputs.html %} {% include examples/animated-spinner.html %} {% include examples/rotated-flipped.html %} {% include examples/stacked.html %} + {% include examples/bootstrap.html %} {% include examples/custom.html %}