Overview
This article provides instructions on how to customize a template for a personal website. It gives guidance on various aspects such as changing the logo, navigation links, profile image, name, job title, job description, and showcasing projects.
Features
- Customizable logo and navigation links
- Ability to change profile image
- Personalized name and job title
- Editable job description
- Connect with me button with customizable link
- Showcase projects using screenshots
- Customizable project titles, stack, and links
Installation
To install and customize this template, follow the steps below:
Replace the default logo:
- Locate the
./assets/logo.png
file in the markup ofindex.html
- Replace it with your own logo link or image, renaming it to
logo.png
- Locate the
Update navigation links:
- Replace the existing
#
symbol with the respective link for each navigation item - Remove any unused navigation links or edit names to preferred link sources
- The last navigation link is a highlighted yellow button styled with
btn
andbtn-primary
classes
- Replace the existing
Replace profile image:
- Locate the
./assets/profile-image.png
file - Replace it with your own profile image by either adding the image locally or replacing the source link in the HTML file
- It is recommended to use your GitHub profile image link to ensure it updates automatically
- Locate the
Edit name:
- Find the welcome message in the
index.html
file (located in/docs/
) - Replace “Franklin” with your own name
- Find the welcome message in the
Add job title:
- Add a concise summary of what you do in five words
- Place the first two words in the first
<h2>
element and the remaining four words in the next<h2>
element
Update job description:
- Update the job description with your own information, keeping it within 20 words
Connect with me button:
- Replace the
#
in the link of the “Connect With Me” button with your preferred link, such as a social link, email address, or phone number - You can choose any link you want visitors to be directed to when they click the button
- Replace the
Customize project section:
- The project section showcases projects using screenshots, with default settings of 3 columns and 2 rows
- To adjust the number of columns and rows, modify the
.project
section - To customize individual project cards:
- Edit the project title within the
<h3>
element - Display the tools/technologies used in building the project in the
<p>
element - Update the project links, represented by icons on the top right of the project cards
- Edit the project title within the
Summary
This article provides a guide to customizing a personal website template. It covers various aspects such as changing the logo, navigation links, profile image, name, job title, job description, and showcasing projects. By following the provided instructions, users can easily personalize the template to suit their style and preferences.