hiding text in social links
[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">
5 <a href="https://github.com/danixland/" 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">
11 <a href="https://twitter.com/danixland/" 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">
17 <a href="https://www.instagram.com/danixland/" 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">
23 <a href="https://open.spotify.com/user/1166786773" 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">
32 This repository is powered by git, gitolite and gitweb
33 </div>
34
3bacc307 35 <div class="rss-links footer-columns">
c63d74b2 36 <a class="rss" href="https://git.danix.xyz/?a=project_index">RSS</a>
37 <a class="opml" href="https://git.danix.xyz/?a=opml">OPML</a>
38 </div>
39</div>