-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style:replace fa-envelope-open-text with fa-at
- Loading branch information
1 parent
d319bc0
commit db3abab
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters