Skip to content

Commit

Permalink
Made links open on new tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Sep 2, 2022
1 parent 596787c commit 9302898
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions src/Components/NavBar/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,11 @@ function Socials({ context }) {
initial="initial"
animate="animate"
>
<a href="https://www.frontendmentor.io/profile/AmohPrince">
<a
href="https://www.frontendmentor.io/profile/AmohPrince"
target="_blank"
rel="noopener noreferrer"
>
<svg
height="2500"
viewBox="136.85 110.11 225.33 222.9"
Expand All @@ -193,7 +197,11 @@ function Socials({ context }) {
/>
</svg>
</a>
<a href="https://github.com/AmohPrince">
<a
href="https://github.com/AmohPrince"
target="_blank"
rel="noopener noreferrer"
>
<svg
width="256px"
height="250px"
Expand All @@ -210,7 +218,11 @@ function Socials({ context }) {
</g>
</svg>
</a>
<a href="https://www.linkedin.com/in/amos-machora-ab4755207/">
<a
target="_blank"
href="https://www.linkedin.com/in/amos-machora-ab4755207/"
rel="noopener noreferrer"
>
<svg
fill="#ffffff"
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -221,7 +233,11 @@ function Socials({ context }) {
<path d="M 5 3 C 3.895 3 3 3.895 3 5 L 3 19 C 3 20.105 3.895 21 5 21 L 19 21 C 20.105 21 21 20.105 21 19 L 21 5 C 21 3.895 20.105 3 19 3 L 5 3 z M 5 5 L 19 5 L 19 19 L 5 19 L 5 5 z M 7.7792969 6.3164062 C 6.9222969 6.3164062 6.4082031 6.8315781 6.4082031 7.5175781 C 6.4082031 8.2035781 6.9223594 8.7167969 7.6933594 8.7167969 C 8.5503594 8.7167969 9.0644531 8.2035781 9.0644531 7.5175781 C 9.0644531 6.8315781 8.5502969 6.3164062 7.7792969 6.3164062 z M 6.4765625 10 L 6.4765625 17 L 9 17 L 9 10 L 6.4765625 10 z M 11.082031 10 L 11.082031 17 L 13.605469 17 L 13.605469 13.173828 C 13.605469 12.034828 14.418109 11.871094 14.662109 11.871094 C 14.906109 11.871094 15.558594 12.115828 15.558594 13.173828 L 15.558594 17 L 18 17 L 18 13.173828 C 18 10.976828 17.023734 10 15.802734 10 C 14.581734 10 13.930469 10.406562 13.605469 10.976562 L 13.605469 10 L 11.082031 10 z" />
</svg>
</a>
<a href="https://stackoverflow.com/users/16018684/amohprince">
<a
target="_blank"
href="https://stackoverflow.com/users/16018684/amohprince"
rel="noopener noreferrer"
>
<svg
viewBox="0 0 169.61 200"
xmlns="http://www.w3.org/2000/svg"
Expand Down

1 comment on commit 9302898

@vercel
Copy link

@vercel vercel bot commented on 9302898 Sep 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

amosmachora – ./

amosmachora-git-master-amohprince.vercel.app
amosmachora.vercel.app
amosmachora-amohprince.vercel.app

Please sign in to comment.