We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd42ea0 commit c92f2f2Copy full SHA for c92f2f2
flask_app/templates/layout/_header.html
@@ -44,10 +44,10 @@
44
<a href="mailto:[email protected]">
45
<i class="nav-icon d-none d-md-block bi-envelope-at-fill" style="font-size: 2rem; color: white;"></i>
46
</a>
47
- <a href="https://linkedin.com/in/alec-delaney">
+ <a href="https://linkedin.com/in/alec-delaney" target="_blank">
48
<i class="nav-icon d-none d-md-block bi-linkedin" style="font-size: 2rem; color: white;"></i>
49
50
- <a href="https://github.com/tekktrik">
+ <a href="https://github.com/tekktrik" target="_blank">
51
<i class="nav-icon d-none d-md-block bi-github" style="font-size: 2rem; color: white;"></i>
52
53
</div>
0 commit comments