Welcome to our study group's project! Here's what you need to know to get started:
This is a simple HTML project where we'll work together to create a basic webpage. Here are the tasks we need to complete:
- Create a Header: Add a header with the title "Wednesday Night Team".
- Welcome Message: Write or generate a welcome message for our team.
- Footer: Add a footer with a hyperlink and copyright information.
Each person in the group can choose a task to complete. As we finish tasks, we will make new ones based on feedback.
- What to do: Click on the "Code" button on this project's GitHub page and copy the URL.
- How to do it: Use
git clone [URL]
in your command line or terminal.
- Why? To work on your part without affecting others.
- How?
git checkout -b your-branch-name
to create and switch to a new branch.- Work on your changes here.
- Open the HTML file in any text editor.
- Edit the file to complete your assigned tasks.
- What to do: After making changes, save them.
- How to do it:
git add .
(to stage all changes)git commit -m "Your commit message here"
- What to do: Send your changes to GitHub.
- How to do it:
git push origin your-branch-name
- Go to the repository on GitHub.
- Click on "Pull requests" then "New pull request".
- Select your branch and create the PR to ask for your changes to be merged into the main project.
- When someone makes a PR:
- Read through the changes.
- Check if it matches our project goals.
- If everything looks good, approve it or suggest changes.
Happy coding, and let's make this project fun together!