-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
19 lines (19 loc) · 1.1 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<footer class="page-footer">
<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> © 2024</span>
</div>
</div>
</footer>