aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/examples/bordered-pulled.html
diff options
context:
space:
mode:
authorThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-05 23:00:39 +0200
committerThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-05 23:00:39 +0200
commita9b5b225ec579f96b26576f38ee44e288f07a184 (patch)
tree6945a5ce56fef0bf88f620744a225d4ca2977810 /themes/docsy/assets/vendor/forkawesome/src/doc/_includes/examples/bordered-pulled.html
parentd7f7c4b20cabb32bde00ff0e2fe9685ba041f3ab (diff)
parentf812d271738796f0b589bbf06a5d14178ef60743 (diff)
downloadwebsite-a9b5b225ec579f96b26576f38ee44e288f07a184.tar.gz
website-a9b5b225ec579f96b26576f38ee44e288f07a184.zip
Merge branch 'social-links'
Diffstat (limited to 'themes/docsy/assets/vendor/forkawesome/src/doc/_includes/examples/bordered-pulled.html')
-rw-r--r--themes/docsy/assets/vendor/forkawesome/src/doc/_includes/examples/bordered-pulled.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/examples/bordered-pulled.html b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/examples/bordered-pulled.html
new file mode 100644
index 0000000..78928fc
--- /dev/null
+++ b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/examples/bordered-pulled.html
@@ -0,0 +1,30 @@
+<section id="bordered-pulled">
+ <h2 class="page-header">
+ Bordered &amp; Pulled Icons
+ <div class="pull-right text-default margin-top padding-top-sm hidden-xs">
+ <a href="https://github.com/{{ site.forkawesome.github.org }}/{{ site.forkawesome.github.project }}/blob/{{ site.forkawesome.version }}/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
+ <a href="https://github.com/{{ site.forkawesome.github.org }}/{{ site.forkawesome.github.project }}/blob/{{ site.forkawesome.version }}/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
+ </div>
+ </h2>
+ <div class="row">
+ <div class="col-md-3 col-sm-4">
+ <p>
+ <i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
+ &hellip;tomorrow we will run faster, stretch out our arms farther&hellip; And then one fine morning&mdash;
+ So we beat on, boats against the current, borne back ceaselessly into the past.
+ </p>
+ </div>
+ <div class="col-md-9 col-sm-8">
+ <p>
+ Use <code>fa-border</code> and <code>fa-pull-right</code> or <code>fa-pull-left</code> for easy pull quotes or
+ article icons.
+ </p>
+{% highlight html %}
+<i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
+...tomorrow we will run faster, stretch out our arms farther...
+And then one fine morning&mdash; So we beat on, boats against the
+current, borne back ceaselessly into the past.
+{% endhighlight %}
+ </div>
+ </div>
+</section>