Welcome to your IoT Developer Portfolio project! This project is designed to help you showcase your skills and projects as an Internet of Things (IoT) developer. Follow the instructions below to set up and customize your portfolio.
-
Clone the Repository:
- Clone this repository to your local machine using the following command:
git clone https://github.com/your-username/iot-developer-portfolio.git
- Clone this repository to your local machine using the following command:
-
Navigate to the Project Folder:
- Move into the project folder:
cd iot-developer-portfolio
- Move into the project folder:
-
Open the HTML File:
- Open the
index.htmlfile in your preferred text editor.
- Open the
- In the
<header>section of the HTML file, replace "Your Name" with your actual name. - Modify the designation and bio in the
<header>section to reflect your role, skills, and passion.
- Place your profile image in the project folder.
- In the HTML file, locate the
<img>tag under the "About Me" section. - Update the
srcattribute with the correct filename of your profile image.
- In the "My IoT Skills" and "IoT Projects" sections, update the lists with your specific skills and projects.
- Replace the placeholder links and descriptions with your actual project details.
- Update the contact email in the "Contact Me" section with your preferred email address.
-
Create an External CSS File:
- In the project folder, create a new file named
styles.css. - Open
styles.cssin your text editor.
- In the project folder, create a new file named
-
Copy and Paste Styles:
- Copy the CSS styles from the
<style>tag in the HTML file and paste them intostyles.css. - Save the
styles.cssfile.
- Copy the CSS styles from the
-
Link External CSS:
- In the
<head>section of the HTML file, replace the internal styles with the following line to link the external CSS file:<link rel="stylesheet" href="styles.css">
- In the
- Open the
index.htmlfile in a web browser to preview your portfolio.
-
Commit Your Changes:
- In the terminal, navigate to the project folder.
- Use the following commands to commit your changes:
git add . git commit -m "Customize IoT Developer Portfolio"
-
Push to GitHub:
- Push your changes to your GitHub repository:
git push origin main
- Push your changes to your GitHub repository:
You've successfully customized your IoT Developer Portfolio. Feel free to further modify and enhance the portfolio to showcase your unique skills and experiences.
If you encounter any issues or have questions, don't hesitate to reach out for assistance.