social links coloring svgs with filters in css
[gitweb-theme-danix.git] / footer.html
1 <div class="site-footer">
2 <div class="aknolwledgements footer-columns">
3 This repository is powered by git, gitolite and gitweb
4 </div>
5 <div class="social-links footer-columns">
6 <ul>
7 <li class="github">
8 <a href="https://github.com/danixland/" title="I'm on github">
9 <img class="img-github" src="static/github.svg" height="32" width="32" alt="github" />
10 <span>github</span>
11 </a>
12 </li>
13 <li class="twitter">
14 <a href="https://twitter.com/danixland/" title="I'm on twitter">
15 <img class="img-twitter" src="static/twitter.svg" height="32" width="32" alt="twitter" />
16 <span>twitter</span>
17 </a>
18 </li>
19 <li class="instagram">
20 <a href="https://www.instagram.com/danixland/" title="I'm on instagram">
21 <img class="img-instagram" src="static/instagram.svg" height="32" width="32" alt="instagram" />
22 <span>instagram</span>
23 </a>
24 </li>
25 <li class="spotify">
26 <a href="https://open.spotify.com/user/1166786773" title="I'm on spotify">
27 <img class="img-spotify" src="static/spotify.svg" height="32" width="32" alt="spotify" />
28 <span>spotify</span>
29 </a>
30 </li>
31 </ul>
32 </div>
33 <div class="rss-links footer-columns">
34 <a class="rss" href="https://git.danix.xyz/?a=project_index">RSS</a>
35 <a class="opml" href="https://git.danix.xyz/?a=opml">OPML</a>
36 </div>
37 </div>