update share

This commit is contained in:
infominer 2019-07-16 06:06:53 -04:00
parent 07379b34ac
commit 9537a77f66

View File

@ -1,32 +1,29 @@
<section class="page__share"> <h2><a href="https://github.com/didecentral/decentralized-id.com/blob/master/{{ page.path }}" class="edit">Edit this page <i class="fa fa-pencil"></i></a></h2>
<h3><a href="https://github.com/didecentral/decentralized-id.com/blob/master/{{ page.path }}" class="edit">Edit this page <i class="fa fa-pencil"></i></a></h3> <h3>Social Share</h3>
<h3>Social Share</h3> <a href="https://twitter.com/intent/tweet?{% if site.twitter.username %}via={{ site.twitter.username | url_encode }}&{% endif %}text={{ page.title | url_encode }}%20{{ page.url | absolute_url | url_encode }}" class="btn btn--twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Twitter"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a>
<a href="https://twitter.com/intent/tweet?{% if site.twitter.username %}via={{ site.twitter.username | url_encode }}&{% endif %}text={{ page.title | url_encode }}%20{{ page.url | absolute_url | url_encode }}" class="btn btn--twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Twitter"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a> <a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url | url_encode }}" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>
<a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url | url_encode }}" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a> <a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a> <a href="https://www.reddit.com/submit?url={{ page.url | relative_url }}&title={{ page.title }}" class="btn btn--reddit" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fab fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>
<a href="https://www.reddit.com/submit?url={{ page.url | relative_url }}&title={{ page.title }}" class="btn btn--reddit" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fab fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a> <h3>Tips Welcome</h3>
<h3>Tips Welcome</h3> <table class="table table-bordered table-hover table-condensed">
<table class="table table-bordered table-hover table-condensed"> <thead>
<thead> <tr>
<tr> <th title="Field #1">Bitcoin</th>
<th title="Field #1">Bitcoin</th> <th title="Field #2">DOGE</th>
<th title="Field #2">DOGE</th> </tr>
</tr> </thead>
</thead> <tbody>
<tbody> <tr>
<tr> <td>1D9382Y1hwF9mx8tRu8ZUVxcm2aq6yZDYR</td>
<td>1D9382Y1hwF9mx8tRu8ZUVxcm2aq6yZDYR</td> <td>D9y38ChAZP9aZG2mAJ94VAynAG4YGSvTpp</td>
<td>D9y38ChAZP9aZG2mAJ94VAynAG4YGSvTpp</td> </tr>
</tr> <tr>
<tr> <td><img src="https://imgur.com/j1hzcTo.png" width="150"></td>
<td><img src="https://imgur.com/j1hzcTo.png" width="150"></td> <td><img src="https://i.imgur.com/V3EnMAes.png" width="150"></td>
<td><img src="https://i.imgur.com/V3EnMAes.png" width="150"></td> </tr>
</tr> </tbody>
</tbody> </table>
</table> <!-- Beginning of tippin.me Button -->
<!-- Beginning of tippin.me Button --> <div id="tippin-button" data-dest="didecentral"></div>
<div id="tippin-button" data-dest="didecentral"></div> <script src="https://tippin.me/buttons/tip.js" type="text/javascript"></script>
<script src="https://tippin.me/buttons/tip.js" type="text/javascript"></script> <!-- End of tippin.me Button -->
<!-- End of tippin.me Button -->
</section>