Skip to content

Commit

Permalink
style:replace fa-envelope-open-text with fa-at
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudalnkeeb committed May 8, 2024
1 parent d319bc0 commit db3abab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ <h1>Mahmoud Alnakeeb</h1>
</p>
<ul class="socials">
<li class="in">
<a target="_blank" href="https://www.linkedin.com/in/mahmoud-alnakeeb/">
<a
target="_blank"
href="https://www.linkedin.com/in/mahmoud-alnakeeb/"
>
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
Expand All @@ -49,7 +52,7 @@ <h1>Mahmoud Alnakeeb</h1>
</li>
<li class="mail">
<a target="_blank" href="mailto:[email protected]">
<i class="fa-solid fa-envelope-open-text"></i>
<i class="fa-solid fa-at"></i>
</a>
</li>
<li class="resume">
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ li i {
color: #181717;
}

.socials .fa-solid.fa-envelope-open-text {
.socials .fa-solid.fa-at {
color: #e17055;
}
.socials .fa-solid.fa-file-alt {
Expand Down

0 comments on commit db3abab

Please sign in to comment.