Files
fuelux/_includes/social-buttons.html
Stephen Williams ac6c6fa6d8 replace http references w/ https
(excludes *vendor*,*.yml,*.md)
2020-05-27 15:14:27 -04:00

17 lines
840 B
HTML

<div class="fu-social">
<ul class="fu-social-buttons">
<li>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=ExactTarget&amp;repo=fuelux&amp;type=watch&amp;count=true" width="100" height="20" title="Star on GitHub"></iframe>
</li>
<li>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=ExactTarget&amp;repo=fuelux&amp;type=fork&amp;count=true" width="102" height="20" title="Fork on GitHub"></iframe>
</li>
<li class="follow-btn">
<a href="https://twitter.com/FuelUX" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @FuelUX</a>
</li>
<li class="tweet-btn">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://getfuelux.com/" data-count="horizontal" data-via="FuelUX">Tweet</a>
</li>
</ul>
</div>