mirror of
https://github.com/codeninjasuk/showcase.git
synced 2024-11-28 18:35:44 -05:00
7 lines
No EOL
1.1 KiB
HTML
7 lines
No EOL
1.1 KiB
HTML
<div class="share-page">
|
|
Share your achievement! </br>
|
|
<a class="btn mt-2 text-white" style="background: rgb(3, 196, 255);font-weight:600" href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via=codeninjaslangley&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on Twitter"> <i class="fab fa-twitter"></i> Twitter</a>
|
|
<a class="btn mt-2 text-white" style="background: rgb(0, 72, 173);font-weight:600" href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook"> <i class="fab fa-facebook"></i> Facebook</a>
|
|
<a class="btn mt-2 text-white" style="background: rgb(0, 194, 58);font-weight:600" href="whatsapp://send?text={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Whatsapp"><i class="fab fa-whatsapp"></i> WhatsApp</a>
|
|
<a class="btn mt-2 text-white" style="background: rgb(234, 0, 109);font-weight:600" href="https://www.instagram.com/?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Instagram"><i class="fab fa-instagram"></i> Instagram</a>
|
|
</div> |