Skip to content

Commit 7ac4f3b

Browse files
committed
Made youtube link open up in new tab
1 parent a5c293a commit 7ac4f3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<a href = "projects.html">Projects</a>
5656
</li>
5757
<li>
58-
<a href = "https://www.youtube.com/channel/UCxkhPyPBxjc_AfXWWrP_JGw">Youtube</a>
58+
<a href = "https://www.youtube.com/channel/UCxkhPyPBxjc_AfXWWrP_JGw" target = "_blank" rel = "noopener noreferrer">Youtube</a>
5959
</li>
6060
<li>
6161
<a href = "about.html">About me</a>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<a href = "projects.html">Projects</a>
4141
</li>
4242
<li>
43-
<a href = "https://www.youtube.com/channel/UCxkhPyPBxjc_AfXWWrP_JGw">Youtube</a>
43+
<a href = "https://www.youtube.com/channel/UCxkhPyPBxjc_AfXWWrP_JGw" target = "_blank" rel = "noopener noreferrer">Youtube</a>
4444
</li>
4545
<li>
4646
<a href = "about.html">About me</a>

projects.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<a href = "projects.html">Projects</a>
3939
</li>
4040
<li>
41-
<a href = "https://www.youtube.com/channel/UCxkhPyPBxjc_AfXWWrP_JGw">Youtube</a>
41+
<a href = "https://www.youtube.com/channel/UCxkhPyPBxjc_AfXWWrP_JGw" target = "_blank" rel = "noopener noreferrer">Youtube</a>
4242
</li>
4343
<li>
4444
<a href = "about.html">About me</a>

0 commit comments

Comments
 (0)