awesome-wm-widgets/_includes/footer.html

20 lines
1.1 KiB
HTML

<footer class="page-footer grey darken-4">
<div class="footer-copyright">
<div class="container">
<!--Made by <a class="orange-text text-lighten-3" href="http://github.com/streetturtle">Pavel Makhov</a>-->
<span>Made with
<a href="http://materializecss.com/"
title="MaterializeCSS"
target="_blank"><img
src="{{'/assets/img/materialize-logo.png' | relative_url }}"
class="materialcss-icon"></a>,
<a href="https://jekyllrb.com/" title="Jekyll" target="_blank"><img
src="{{'/assets/img/jekyll-logo.png' | relative_url }}" class="jekyll-icon"></a>and
<a href="https://open.spotify.com/user/11133734108/playlist/2431O2512ZRN5OQb0NmokO?si=vwfSWeGBRv6opdJ_V6nvbQ"
title="Spotify Playlist" target="_blank"><i class="fa fa-spotify fa-2x" style="color: #1db954"></i></a>
</span>
<span class="right cprght"><a href="https://pavelmakhov.com/">Pavel Makhov</a> © 2018</span>
</div>
</div>
</footer>