linking sites in footer
authordanix <danix@danix.xyz>
Sun, 26 Feb 2023 19:02:38 +0000 (20:02 +0100)
committerdanix <danix@danix.xyz>
Sun, 26 Feb 2023 19:02:38 +0000 (20:02 +0100)
footer.html

index da0a5da..c9ddd3e 100644 (file)
@@ -2,25 +2,25 @@
        <div class="social-links footer-columns">
                <ul>
                        <li class="github">
-                               <a href="https://github.com/danixland/" title="I'm on github">
+                               <a href="https://github.com/danixland/" target="_blank" title="I'm on github">
                                        <img class="img-github" src="static/github.svg" height="32" width="32" alt="github" />
                                        <span>github</span>
                                </a>
                        </li>
                        <li class="twitter">
-                               <a href="https://twitter.com/danixland/" title="I'm on twitter">
+                               <a href="https://twitter.com/danixland/" target="_blank" title="I'm on twitter">
                                        <img class="img-twitter" src="static/twitter.svg" height="32" width="32" alt="twitter" />
                                        <span>twitter</span>
                                </a>
                        </li>
                        <li class="instagram">
-                               <a href="https://www.instagram.com/danixland/" title="I'm on instagram">
+                               <a href="https://www.instagram.com/danixland/" target="_blank" title="I'm on instagram">
                                        <img class="img-instagram" src="static/instagram.svg" height="32" width="32" alt="instagram" />
                                        <span>instagram</span>
                                </a>
                        </li>
                        <li class="spotify">
-                               <a href="https://open.spotify.com/user/1166786773" title="I'm on spotify">
+                               <a href="https://open.spotify.com/user/1166786773" target="_blank" title="I'm on spotify">
                                        <img class="img-spotify" src="static/spotify.svg" height="32" width="32" alt="spotify" />
                                        <span>spotify</span>
                                </a>
        </div>
 
        <div class="aknolwledgements footer-columns">
-               This repository is powered by git, gitolite and gitweb
+               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>
        </div>
 
        <div class="rss-links footer-columns">
-               <a class="rss" href="https://git.danix.xyz/?a=project_index">RSS</a>
-               <a class="opml" href="https://git.danix.xyz/?a=opml">OPML</a>
+               <a class="rss" target="_blank" href="https://git.danix.xyz/?a=project_index">RSS</a>
+               <a class="opml" target="_blank" href="https://git.danix.xyz/?a=opml">OPML</a>
        </div>
 </div>
\ No newline at end of file