|
@@ -16,6 +16,7 @@
|
|
|
================================================== -->
|
|
|
<link rel="stylesheet" href="../assets/css/site.css">
|
|
|
<link rel="stylesheet" href="../assets/css/pygments.css">
|
|
|
+ <link rel="stylesheet" href="../assets/css/share.min.css">
|
|
|
<link rel="stylesheet" href="../assets/fork-awesome/css/fork-awesome.css">
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
@@ -129,11 +130,37 @@
|
|
|
<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>
|
|
|
+ <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 class="tweet-btn hidden-phone">
|
|
|
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://forkawesome.github.com/Fork-Awesome/" data-text="Fork Awesome, a fork of the iconic font and CSS framework" data-counturl="http://forkawesome.github.com/Fork-Awesome/" data-count="horizontal">Tweet</a>
|
|
|
</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>
|
|
@@ -740,7 +767,7 @@ fa-ban on fa-camera
|
|
|
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
|
|
<script src="../assets/js/site.js"></script>
|
|
|
- <script src="../assets/js/search.js"></script>
|
|
|
+ <script src="../assets/js/share.min.js"></script>
|
|
|
|
|
|
</body>
|
|
|
</html>
|