diff options
Diffstat (limited to 'snippets/Fork-Awesome-1.2.0/src/doc/_includes/stripe-social.html')
-rw-r--r-- | snippets/Fork-Awesome-1.2.0/src/doc/_includes/stripe-social.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/stripe-social.html b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/stripe-social.html deleted file mode 100644 index 6bd9d51..0000000 --- a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/stripe-social.html +++ /dev/null @@ -1,46 +0,0 @@ -<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> |