This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

Hi there! I’m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piΓ±a coladas. (And gettin’ caught in the rain.)

…or something like this:

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

# πŸš€ GitHub Lexicon for Beginners

Welcome to the **GitHub Lexicon**! This is a simple guide to help anyone (even an 8-year-old!) understand GitHub terms. Let's dive in! πŸ†

---

## πŸ”Ή What is GitHub?
**GitHub** is a website where people can work on projects, save changes, and share code with others. Think of it like a **magic notebook** where you can write, draw, and save different versions of your work!

---

## πŸ› οΈ Important GitHub Words

### πŸ“ Repository (Repo)
A **repository** is like a **folder** where you store all your project files. It keeps everything organized.

πŸ“ **Example:** If you are making a comic book, your repo will hold all your drawings and scripts.

---

### 🌿 Branch
A **branch** is like a **copy** of your work where you can try new things without changing the original.

πŸ“ **Example:** Imagine you are making a comic book and want to test a new ending. You make a copy of your story (a new branch) and change it without touching the original!

---

### βœ… Commit
A **commit** is like pressing **SAVE** on your computer. It keeps a snapshot of your changes.

πŸ“ **Example:** Every time you finish drawing a page in your comic book, you save it. That’s a commit!

---

### πŸ”„ Merge
Merging **combines** changes from one branch into another.

πŸ“ **Example:** If you like the new ending you wrote, you merge it into the original story!

---

### 🀝 Pull Request (PR)
A **Pull Request** is a way to ask if your changes can be added to the main project.

πŸ“ **Example:** Imagine you and a friend are writing a story together. You write a new chapter and ask your friend if they like it before adding it to the book!

---

### πŸ€– Workflow
A **workflow** is an automatic process that runs on GitHub to do tasks for you.

πŸ“ **Example:** Imagine a **robot helper** that checks your homework for mistakes before you turn it in. That’s what a workflow does in coding!

---

### πŸ’» GitHub Pages
**GitHub Pages** lets you turn your project into a website for everyone to see!

πŸ“ **Example:** If you make a cool comic book, GitHub Pages can turn it into an online story website!

---

### πŸ” Issues
**Issues** are like **sticky notes** for problems or ideas.

πŸ“ **Example:** If you find a typo in your comic, you write an issue to remind yourself to fix it!

---

## 🎯 How to Start Using GitHub
Here’s a simple guide to getting started:

1. **Join GitHub** – Create an account at [github.com](https://github.com).
2. **Create a Repo** – Click **New Repository** and give it a name.
3. **Add a File** – Click **Add file** and create a README.md.
4. **Make a Commit** – Save your file with a commit message like "First Commit!"
5. **Explore & Have Fun!** πŸš€

---

## πŸ† You Did It!
Now you know the basics of GitHub! Keep learning and creating cool projects. πŸŽ‰