Skip to content

Commit

Permalink
Add interactive links to contact details in the index.html page
Browse files Browse the repository at this point in the history
Updated the contact details section in the index.html page to include clickable links for the mobile number and location. The mobile number now initiates a call when clicked, and the location is linked to its Apple Maps address, providing a better and more convenient user experience.
  • Loading branch information
sbsigur committed Sep 17, 2023
1 parent f8e07ac commit 98a51c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ <h1>Sævar Bergur Sigurgeirsson</h1>
<div>
<a href="https://www.linkedin.com/in/sbsigur/">LinkedIn</a> |
Email: <a href="mailto:[email protected]">[email protected]</a> |
Mobile: +354 612 2779 |
Location: Garðabær, Capital Region, Iceland
Mobile: <a href="tel:+3546122779">+354 612 2779</a> |
Location: <a
href="https://maps.apple.com/?address=Gar%C3%B0ab%C3%A6r,%20Gar%C3%B0ab%C3%A6r,%20Iceland&auid=16814061150569264777&ll=64.090984,-21.924415&lsp=7618&q=Gar%C3%B0ab%C3%A6r">Garðabær,
Capital Region, Iceland</a>
</div>
</div>

Expand Down

0 comments on commit 98a51c5

Please sign in to comment.