We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a24bc0 commit fdd7dc4Copy full SHA for fdd7dc4
1 file changed
public/src/app/components/landing/footer/footer.component.html
@@ -30,15 +30,15 @@
30
<ul class="footer__list footer__list--multiple">
31
<li>
32
<span class="gh-icon"></span>
33
- <a href="https://github.com/d0peCode">GitHub</a>
+ <a href="https://github.com/d0peCode" target="_blank">GitHub</a>
34
</li>
35
36
<span class="so-icon"></span>
37
- <a href="https://stackoverflow.com/users/8425145/dopecode">StackOverflow</a>
+ <a href="https://stackoverflow.com/users/8425145/dopecode" target="_blank">StackOverflow</a>
38
39
40
<span class="li-icon"></span>
41
- <a href="#skills">LinkedIn</a>
+ <a href="https://www.linkedin.com/in/borys-tymi%C5%84ski-814916196/" target="_blank">LinkedIn</a>
42
43
</ul>
44
</div>
0 commit comments