Update buttons to look better
parent
a3f7a1713e
commit
c78eb445b7
20
index.html
20
index.html
|
@ -42,6 +42,12 @@
|
|||
|
||||
<!-- fixes for awsm.css -->
|
||||
<style>
|
||||
.shareon.specimen {
|
||||
font-weight: bold;
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.shareon > a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -91,24 +97,24 @@
|
|||
<p>Shareon are share buttons for popular social networks.</p>
|
||||
|
||||
<div
|
||||
class="shareon"
|
||||
class="shareon specimen"
|
||||
data-title="Shareon — lightweight, stylish, and ethical share buttons"
|
||||
style="text-align: center"
|
||||
>
|
||||
<a class="facebook"></a>
|
||||
<a class="facebook">Share</a>
|
||||
<a class="linkedin"></a>
|
||||
<a class="mastodon" data-via="@kytta@fosstodon.org"></a>
|
||||
<a class="mastodon" data-via="@kytta@fosstodon.org">Toot</a>
|
||||
<a class="messenger" data-fb-app-id="3619024578167617"></a>
|
||||
<a class="odnoklassniki"></a>
|
||||
<a class="pinterest"></a>
|
||||
<a class="pinterest">Pin</a>
|
||||
<a class="pocket"></a>
|
||||
<a class="reddit"></a>
|
||||
<a class="telegram"></a>
|
||||
<a class="twitter" data-via="KyttaWasHere"></a>
|
||||
<a class="twitter" data-via="KyttaWasHere">ट्वीट</a>
|
||||
<a class="viber"></a>
|
||||
<a class="vkontakte"></a>
|
||||
<a class="vkontakte">Отправить</a>
|
||||
<a class="whatsapp"></a>
|
||||
<a class="copy-url"></a>
|
||||
<a class="copy-url">Copy URL</a>
|
||||
</div>
|
||||
|
||||
<p>Unlike many other share buttons, Shareon are:</p>
|
||||
|
|
Loading…
Reference in New Issue