Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-13 04:19:20 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-13 04:19:20 +0300
commit6f3f66169fa04e555b8d903da41886e0bec08ac7 (patch)
tree3f9cc773da224dd50f534d80be5763e18a84a71d /src/doc/_includes/stripe-social.html
parent3152d87d26c7a65e3e2acab7ef6e59d713fe81b1 (diff)
Moved the documentation site to its own src/subfolder
Diffstat (limited to 'src/doc/_includes/stripe-social.html')
-rw-r--r--src/doc/_includes/stripe-social.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/doc/_includes/stripe-social.html b/src/doc/_includes/stripe-social.html
new file mode 100644
index 000000000..a3303d759
--- /dev/null
+++ b/src/doc/_includes/stripe-social.html
@@ -0,0 +1,12 @@
+<div id="social-buttons" class="hidden-print">
+ <div class="container">
+ <ul class="list-inline">
+ <li>
+ <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=ForkAwesome&repo=Fork-Awesome&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
+ </li>
+ <li class="tweet-btn hidden-phone">
+ <a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.forkawesome.url }}" data-text="Fork Awesome, a fork of the iconic font and CSS framework" data-counturl="{{ site.forkawesome.legacy_url }}" data-count="horizontal">Tweet</a>
+ </li>
+ </ul>
+ </div>
+</div>