Welcome to the CSI Web Dev Team's website project! This project is aimed at creating a website to showcase the team members and their contributions. The website is built using HTML and CSS.
To contribute to this project, follow the steps below:
-
Fork the Repository
- Click on the "Fork" button at the top right of this repository page.
-
Clone Your Fork
- Clone the repository to your local machine using the command:
git clone https://github.com/your-username/team-task-1.git
- Replace
your-username
with your GitHub username.
- Clone the repository to your local machine using the command:
-
Create Your Changes
- Navigate to the project directory:
cd team-task-1
- Modify the existing
index.html
by adding adiv
element containing your name, image, and a brief description about yourself. For example:<div class="container"> <img src="your-image-url.jpg" alt="Your Name"> <h2>Your Name</h2> <p>Your description goes here.</p> </div>
- Add your picture under the images folder.
- Add your styles to the
styles.css
.
- Navigate to the project directory:
-
Commit Your Changes
- Stage your changes:
git add .
- Commit your changes with a meaningful message:
git commit -m "Add [Your Name] to the team page"
- Stage your changes:
-
Push Your Changes
- Push your changes to your forked repository:
git push origin main
- Push your changes to your forked repository:
-
Create a Pull Request
- Go to the original repository on GitHub.
- Click on the "Pull Requests" tab.
- Click the "New Pull Request" button.
- Select "Compare across forks" and choose your fork and branch.
- Add a title and description for your pull request.
- Click "Create Pull Request".
- index.html: The main HTML file for the website.
- styles.css: The CSS file for styling the website.
- Fork the repository.
- Create a branch for your changes.
- Make your changes and test them.
- Submit a pull request.
If you have any questions or need further assistance, please reach out to the project maintainers.
Happy coding!