aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/stripe-social.html
diff options
context:
space:
mode:
authorThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-02 23:47:20 +0200
committerThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-02 23:47:20 +0200
commit9af8ec61bb78b60a83fce241ef0e5f485dcfda28 (patch)
tree9d4305aeccf27d3324769879a1ac3bc17fe4426b /themes/docsy/assets/vendor/forkawesome/src/doc/_includes/stripe-social.html
parentd7f7c4b20cabb32bde00ff0e2fe9685ba041f3ab (diff)
downloadwebsite-9af8ec61bb78b60a83fce241ef0e5f485dcfda28.tar.gz
website-9af8ec61bb78b60a83fce241ef0e5f485dcfda28.zip
Add Matrix socials & fix typo
Add Matrix social element, by installing an extra font. It was pretty painful to install, and has some impact on all css-styles that start with the '.fa' class, due to global namespacing in scss (by using @import)
Diffstat (limited to 'themes/docsy/assets/vendor/forkawesome/src/doc/_includes/stripe-social.html')
-rw-r--r--themes/docsy/assets/vendor/forkawesome/src/doc/_includes/stripe-social.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/stripe-social.html b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/stripe-social.html
new file mode 100644
index 0000000..6bd9d51
--- /dev/null
+++ b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/stripe-social.html
@@ -0,0 +1,46 @@
+<div id="social-buttons" class="hidden-print">
+ <div class="container">
+ <ul class="list-inline">
+ <li>
+ <input name="popup" id="overlay" class="overlay" type="radio">
+ <span class="share">
+ <label class="share-btn btn btn-xs diaspora" title="Share this page on Diaspora*" for="diaspora-share">
+ <i class="fa fa-diaspora" aria-hidden="true"></i> Spread
+ </label>
+ <input name="popup" id="diaspora-share" class="hidden" type="radio">
+ <span class="popup">
+ <label for="overlay"></label>
+ <input name="podurl" value="" placeholder="Diaspora URL (joindiaspora.con)" type="text"><button class="share-btn" type="submit" value="diaspora">OK</button>
+ </span>
+ </span>
+ </li>
+ <li>
+ <input name="popup" id="overlay" class="overlay" type="radio">
+ <span class="share">
+ <label class="share-btn btn btn-xs mastodon" title="Share this page on Mastodon" for="mastodon-share">
+ <i class="fa fa-mastodon" aria-hidden="true"></i> Toot
+ </label>
+ <input name="popup" id="mastodon-share" class="hidden" type="radio">
+ <span class="popup">
+ <label for="overlay"></label>
+ <input name="podurl" value="" placeholder="Mastodon URL (mastodon.social)" type="text"><button class="share-btn" type="submit" value="mastodon">OK</button>
+ </span>
+ </span>
+ </li>
+ <li>
+ <span class="share">
+ <a
+ class="btn btn-xs twitter"
+ href="https://twitter.com/intent/tweet?url={{ site.forkawesome.url | cgi_escape }}&text={{ site.forkawesome.name | cgi_escape }}%20{{ site.forkawesome.tagline | cgi_escape }}&hashtags=forkawesome,iconfont"
+ target="_blank"
+ >
+ <i class="fa fa-twitter" aria-hidden="true"></i> Tweet
+ </a>
+ </span>
+ </li>
+ <li class="github-btn">
+ <iframe 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>
+ </ul>
+ </div>
+</div>