summaryrefslogtreecommitdiff
path: root/bower_components/font-awesome/src/_includes/examples/inline.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-11-12 15:34:23 -0500
committerThomas Park <thomas@thomaspark.me>2013-11-12 15:34:23 -0500
commit016d9a2ae924c3999ff9aa279511e32c0bfbe7bb (patch)
treec04189b0eed7025a6764360cbe3613c900353fe6 /bower_components/font-awesome/src/_includes/examples/inline.html
parent61dab0661ba43d3192fa8c2945f7343df44049ed (diff)
update to fontawesome 4
Diffstat (limited to 'bower_components/font-awesome/src/_includes/examples/inline.html')
-rw-r--r--bower_components/font-awesome/src/_includes/examples/inline.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/bower_components/font-awesome/src/_includes/examples/inline.html b/bower_components/font-awesome/src/_includes/examples/inline.html
new file mode 100644
index 00000000..93f30245
--- /dev/null
+++ b/bower_components/font-awesome/src/_includes/examples/inline.html
@@ -0,0 +1,17 @@
+<section id="inline">
+ <h2 class="page-header">Inline Icons</h2>
+ <div class="row">
+ <div class="col-md-3 col-sm-4">
+ <p>
+ <i class="fa fa-camera-retro"></i> fa-camera-retro
+ </p>
+ </div>
+ <div class="col-md-9 col-sm-8">
+ <p>Place Font Awesome icons just about anywhere with the <code>&lt;i&gt;</code> tag.</p>
+{% highlight html %}
+<i class="fa fa-camera-retro"></i> fa-camera-retro
+{% endhighlight %}
+ <div class="alert alert-success"><i class="fa fa-info-circle"></i> Icon classes are echoed via CSS :before.</div>
+ </div>
+ </div>
+</section>