Customizing the About Section
1. Changing the Section Title:
Locate the
<h2>
tag within theAbout
component.Modify the text within the
<h2>
tag to reflect the desired section title.
2. Updating Images:
Ensure you have the desired images prepared for the about section.
Replace the existing image files with your preferred images.
Update the
src
attribute of the<img>
tags with the new image paths.
3. Customizing Item Content:
Locate the
<ul>
tag with the classaboutItems
.For each list item (
<li>
), update the content as needed.Replace the icons with relevant ones or modify the text to match your skills and experiences.
4. Previewing Changes:
After making desired customizations, save the file.
Preview your website to ensure the changes are reflected as intended.
Last updated