playing with colors in the table
[gitweb-theme-danix.git] / footer.html
1 <div class="site-footer">
2 <div class="social-links footer-columns">
3 <ul>
4 <li class="github">
5 <a href="https://github.com/danixland/" target="_blank" title="I'm on github">
6 <img class="img-github" src="static/github.svg" height="32" width="32" alt="github" />
7 <span>github</span>
8 </a>
9 </li>
10 <li class="twitter">
11 <a href="https://twitter.com/danixland/" target="_blank" title="I'm on twitter">
12 <img class="img-twitter" src="static/twitter.svg" height="32" width="32" alt="twitter" />
13 <span>twitter</span>
14 </a>
15 </li>
16 <li class="instagram">
17 <a href="https://www.instagram.com/danixland/" target="_blank" title="I'm on instagram">
18 <img class="img-instagram" src="static/instagram.svg" height="32" width="32" alt="instagram" />
19 <span>instagram</span>
20 </a>
21 </li>
22 <li class="spotify">
23 <a href="https://open.spotify.com/user/1166786773" target="_blank" title="I'm on spotify">
24 <img class="img-spotify" src="static/spotify.svg" height="32" width="32" alt="spotify" />
25 <span>spotify</span>
26 </a>
27 </li>
28 </ul>
29 </div>
30
31 <div class="aknolwledgements footer-columns">
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>
33 </div>
34
35 <div class="rss-links footer-columns">
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>
38 </div>
39 </div>