Skip to content

Commit

Permalink
update the anchor link to open into another tab in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
A-1717 committed Jul 20, 2023
1 parent 4874019 commit bc4c99b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Ahmed Yahyaoui</h1>
</header>

<main>
<a href="https://twitter.com/YahyaouiAhmed17">
<a href="https://twitter.com/YahyaouiAhmed17" target="_blank">
<div class="link-icon-container">
<img src="twitter.png" alt="">
</div>
Expand All @@ -32,7 +32,7 @@ <h1>Ahmed Yahyaoui</h1>
</div>
</a>

<a href="https://www.instagram.com/ahmed_yahyaui/">
<a href="https://www.instagram.com/ahmed_yahyaui/" target="_blank">
<div class="link-icon-container">
<img src="instagram.png" alt="">
</div>
Expand All @@ -41,7 +41,7 @@ <h1>Ahmed Yahyaoui</h1>
</div>
</a>

<a href="https://www.instagram.com/ayostore2024/">
<a href="https://www.instagram.com/ayostore2024/" target="_blank">
<div class="link-icon-container">
<img src="final.png" alt="">
</div>
Expand All @@ -50,7 +50,7 @@ <h1>Ahmed Yahyaoui</h1>
</div>
</a>

<a href="https://www.facebook.com/profile.php?id=100030285703870&sk=about_overview" >
<a href="https://www.facebook.com/profile.php?id=100030285703870&sk=about_overview" target="_blank">
<div class="link-icon-container">
<img src="facebook.png" alt="">
</div>
Expand All @@ -61,4 +61,4 @@ <h1>Ahmed Yahyaoui</h1>
</main>

</body>
</html>
</html>

0 comments on commit bc4c99b

Please sign in to comment.