cryogen-bootstrap/resources/templates/themes/bootstrap4/html/custom/navbar-social.inc

18 lines
821 B
PHP
Raw Normal View History

2020-02-22 12:38:41 +00:00
<!-- Link Social Media -->
2020-02-16 13:50:12 +00:00
{% style "css/social/bootstrap-social.css" %}
{% style "css/social/assets/css/font-awesome.css" %}
<div class="social-buttons" style="display: inline-block; float: right;">
2020-02-22 12:38:41 +00:00
<a title="GitHub" href="..." rel="external">
<span class="fab fa-github text-white"></span></a>
<a title="Mastodon" href="..." rel="external">
<span class="fab fa-mastodon text-white"></span></a>
<a title="Stack Overflow" href="..." rel="external">
<span class="fab fa-stack-overflow text-white"></span></a>
<a title="Xing" href="..." rel="external">
<span class="fab fa-xing text-white"></span></a>
<a title="LinkedIn" href="..." rel="external">
<span class="fab fa-linkedin text-white"></span></a>
2020-02-16 13:50:12 +00:00
</div>
2020-02-22 12:38:41 +00:00