diff --git a/EVELYN_MWANUNURA.md b/EVELYN_MWANUNURA.md new file mode 100644 index 0000000..2a0bc47 --- /dev/null +++ b/EVELYN_MWANUNURA.md @@ -0,0 +1,23 @@ +# Git Lesson Homework + +# About Me + +## My Name + +Hi, I’m Evelyn N. Mwanunura! 👋 + +## My Favourite Sport + +I’m not really into sports, but I do enjoy staying active in other ways. + +## My Favourite Food + +My absolute favourite food is **sadza and zvinyenze**, a traditional Zimbabwean meal. It’s comforting, flavorful, and reminds me of my roots and culture. 🍲 + +## My Favourite Music + +One of my favorite songs is [**"Is He Worthy" by Jesus Image**](https://www.youtube.com/watch?v=OIahc83Kvp4). It’s uplifting, soul-stirring, and always brings peace to my heart. 🎵 + +## An Interesting Fact About Me + +I’ve transitioned from an 8-year career as a Customer Representative Agent to pursuing certifications and training in IT and cloud computing. I’m on an exciting journey toward becoming a network administrator! 🚀 diff --git a/README.md b/README.md deleted file mode 100644 index 729cb32..0000000 --- a/README.md +++ /dev/null @@ -1,43 +0,0 @@ -# Git Lesson Homework - -To complete this homework you should use the Git workflow you've been learning this week. - -1. Fork this repository to create a version where you are the owner -2. Clone the fork to your local machine -3. Open the local repository in VSCode -4. In VSCode, create a local branch called `bio-page` -5. Create a new file called `FIRSTNAME_LASTNAME.md` - - For example, if your name is Joe Smith then call your file `JOE_SMITH.md` -6. In this file, write an introduction yourself. You should include: - 1. Your name - 2. Your favourite sport and why you like it - 3. Your favourite food and why it's your favourite - 4. A link to a video of your favourite music - 5. An interesting fact about yourself - impress us! -7. `Commit` the file to your branch -8. `Push` the branch `bio-page` to your fork - -## Creating a pull request - -Finally, you'll need to get others to review your work! -You can do this by creating a **pull request**! - -To learn more about **pull requests** and how to create one, please use this guide 👉 https://curriculum.codeyourfuture.io/guides/create-a-pull-request - -9. Open a `Pull Request` to this repository - -## Finished Work - -When you've finished you should have a `pull request` that looks like this - -https://github.com/CodeYourFuture/GitHomeworkTest/pull/1 - -## Asking for Help - -If you've had problems with any of the steps above, ask for help on Slack - another trainee or a volunteer will be able to help you! - -When you ask for help you should always say what exactly isn't working - -**Do not write:** "Git doesn't work. Can someone help me?" - -**Do write:** "I've tried to push my file using git but it's giving me this error XYZ. I've tried to search Google for the answer but I can't find anything. Can somebody help me?"