Customizing the Contact Section
1. Changing the Section Title and Description:
Locate the
<h2>
and<p>
tags within theContact
component.Modify the text within these tags to reflect the desired section title and description.
2. Updating Contact Information:
Ensure the contact information (email, LinkedIn, GitHub) is accurate.
Modify the
href
attributes of the anchor tags to link to your respective email address, LinkedIn profile, and GitHub profile.
3. Customizing Icons:
If necessary, replace the existing contact icons with custom icons.
Ensure the new icons are appropriately named and placed in your project directory.
Update the
src
attribute of the<img>
tags with the paths to the new icons.
4. Previewing Changes:
After making desired customizations, save the files.
Preview your website to ensure the changes are reflected as intended.
Last updated