This project is a Landing page developed by the Team Trailblazers of Women Techstars Fellowship
Follow these steps to contribute to the project:
Start by forking this repository to your GitHub account. You can do this by clicking the "Fork" button at the top right of the repository page.
After forking, clone your forked repository to your local machine. You can do this using the following command in your terminal:
git clone <your-fork-url>
Create a new branch with any name of your choice You can create a new branch like this:
git checkout -b nameOfYourChoice
Use the Figma file provided in the link to implement your part of the design. Make sure to refer to the design and use it as a guideline for your implementation. You can also refer to the provided screenshot for reference.
Once you've implemented the design, commit your changes to your branch. It's a good practice to commit frequently to save your progress. Remember to use a descriptive commit message.
git add .
git commit -m "Implemented header navigation design changes"
git push origin nameOfYourChoice
After committing your changes, go to the GitHub repository, and you should see a prompt to create a pull request. Click on it, provide a descriptive title and details about your changes, and create the PR to the main of the original repository.
Whenever there are new changes in the main of the original repository, make sure you pull or sync to your own forked repository before you push any changes to avoid merge conflict.
That's it! You've successfully contributed to the Trailblazer's Landing Page project. Thank you for your work, and happy collaborating!