Skip to content

the-Kings-daughter/Team-Trailblazers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Team-Trailblazers

Landing Page

This project is a Landing page developed by the Team Trailblazers of Women Techstars Fellowship

Instructions

Follow these steps to contribute to the project:

Fork the Repository:

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.

Clone the Repository:

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 Branch:

Create a new branch with any name of your choice You can create a new branch like this:

git checkout -b nameOfYourChoice

Implement the Design:

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.

Project Figma Design Link

Design Screenshot

Project Design Screenshot

Commit and Push:

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

Create a Pull Request (PR):

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.

Pull Changes To Your 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.2%
  • CSS 26.8%