Customizing the Experience Section
1. Changing the Section Title:
Locate the
<h2>
tag within theExperience
component.Modify the text within the
<h2>
tag to reflect the desired section title.
2. Updating Skills:
Open the
skills.json
file located in thedata
directory.Update or add new skills as needed.
Ensure you have corresponding images for each skill, and update the
imageSrc
attribute accordingly.
3. Updating Work History:
Open the
history.json
file located in thedata
directory.Update or add new work history entries as needed.
Ensure you have corresponding images for each organization, and update the
imageSrc
attribute accordingly.
4. Previewing Changes:
After making desired customizations, save the files.
Preview your website to ensure the changes are reflected as intended.
Last updated