Open links in footer in new tab
This commit is contained in:
parent
af3fed8a1a
commit
c8baff0f48
@ -3,25 +3,25 @@
|
|||||||
<div class="credits">
|
<div class="credits">
|
||||||
<p>Designed and developed by Daniel de Cloet.</p>
|
<p>Designed and developed by Daniel de Cloet.</p>
|
||||||
<p>
|
<p>
|
||||||
Built with <a href="https://vuejs.org/">Vue.js</a>. Iconset
|
Built with <a target="_blank" href="https://vuejs.org/">Vue.js</a>. Iconset
|
||||||
provided by <a href="https://fontawesome.com/">Font Awesome</a>.
|
provided by <a target="_blank" href="https://fontawesome.com/">Font Awesome</a>.
|
||||||
View the <a href="https://git.chaoticlogic.us/daniel/personal-website/">Source code</a>.
|
View the <a target="_blank" href="https://git.chaoticlogic.us/daniel/personal-website/">Source code</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/Daniel-I-Am">
|
<a target="_blank" href="https://github.com/Daniel-I-Am">
|
||||||
<i class="fab fa-github"></i>
|
<i class="fab fa-github"></i>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://git.chaoticlogic.us/daniel/">
|
<a target="_blank" href="https://git.chaoticlogic.us/daniel/">
|
||||||
<i class="fab fa-gitlab"></i>
|
<i class="fab fa-gitlab"></i>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://www.linkedin.com/in/daniel-de-cloet-11254a182/">
|
<a target="_blank" href="https://www.linkedin.com/in/daniel-de-cloet-11254a182/">
|
||||||
<i class="fab fa-linkedin"></i>
|
<i class="fab fa-linkedin"></i>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user