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