diff options
Diffstat (limited to 'pyssg.xyz/live/static/fork-awesome/src/doc/_includes/stripe-social.html')
-rw-r--r-- | pyssg.xyz/live/static/fork-awesome/src/doc/_includes/stripe-social.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/stripe-social.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/stripe-social.html new file mode 100644 index 0000000..6bd9d51 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/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> |