-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from ShaikArshidBanu/fixing-issue-62
Enhancing the Contact Me section (adjusting content)
- Loading branch information
Showing
2 changed files
with
11 additions
and
6 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 |
---|---|---|
|
@@ -381,27 +381,27 @@ <h1>Contact Me</h1> | |
<div class="contact-info"> | ||
<div class="contact-item"> | ||
<img src="./assets/mail.svg" alt="Email Icon"> | ||
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p style="margin:5px">Email: <a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
|
||
<div class="contact-item"> | ||
<img src="assets/telephone.png" width="30" height="30" alt="Phone Icon"> | ||
<p>Phone: <a href="tel:+123456789">+123 456 789</a></p> | ||
<p style="margin:5px">Phone: <a href="tel:+123456789">+123 456 789</a></p> | ||
</div> | ||
|
||
<div class="contact-item"> | ||
<img src="./assets/location.png" width="30" height="30" alt="Address Icon"> | ||
<p>Address: 123 Main St, Cityville, Country</p> | ||
<p style="margin:5px">Address: 123 Main St, Cityville, Country</p> | ||
</div> | ||
|
||
<div class="contact-item"> | ||
<img src="./assets/linkedin.svg" alt="LinkedIn Icon"> | ||
<p>LinkedIn: <a href="https://www.linkedin.com/in/yourusername/" target="_blank">Your LinkedIn</a></p> | ||
<p style="margin:5px">LinkedIn: <a href="https://www.linkedin.com/in/yourusername/" target="_blank">Your LinkedIn</a></p> | ||
</div> | ||
|
||
<div class="contact-item"> | ||
<img src="./assets/twitter.svg" alt="Twitter Icon"> | ||
<p>Twitter: <a href="https://twitter.com/yourusername" target="_blank">Your Twitter</a></p> | ||
<p style="margin:5px">Twitter: <a href="https://twitter.com/yourusername" target="_blank">Your Twitter</a></p> | ||
|
||
</div> | ||
</div> | ||
|
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