diff --git a/README.md b/README.md
index 89095a2..4e57876 100644
--- a/README.md
+++ b/README.md
@@ -114,15 +114,46 @@ https://collect-your-gamingtools.netlify.app/
## π€ Contributing
Contributions are what make the **open-source** community such an amazing place to learn, inspire, and create. Hereβs how you can contribute:
-π΄ Fork the repo by clicking the "Fork" button at the top right of this page.
+
+
+
+
+
+
+
+
+
+
+ ![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
-π οΈ Create a branch.
-π‘ Commit your changes.
+ ### π΅ How to Contribute
-π€ Push to the branch.
+ #### 1. Fork the repository to your GitHub account.
+ #### 2. Clone the forked repository to your local machine.
+ ```bash
+ git clone https://github.com//Collect-your-GamingTools.git
+ ```
+ #### 3. Create a new branch for your changes.
+ ```bash
+ git checkout -b feature/your-feature
+ ```
+ #### 4. Make your changes, whether they're bug fixes, new features, or improvements.
+ #### 5. add the change in your branch
+ ```bash
+ git add .
+ ```
+ #### 6. Commit your changes with descriptive commit messages.
+ ```bash
+ git commit -m "Add your descriptive commit message here"
+ git push origin feature/your-feature
+ ```
+ #### 7. Open a Pull Request (PR) against the main repository.
+ ### Additional Notes
+ #### Start working on the issue, Don't wait to get it assigned by the maintainers
+ #### Your every contribution counts, Thanks for contributing to Collect-your-GamingTools
-π Open a pull request.
+ ![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
We welcome all contributions to improve **Collect Your GamingTools**! If you'd like to contribute, please follow the [Contributing.md](./Contributing.md) to get details on how to get started.
diff --git a/SignUp/signup.html b/SignUp/signup.html
index d4a3506..966fbec 100644
--- a/SignUp/signup.html
+++ b/SignUp/signup.html
@@ -20,6 +20,33 @@
font-size: 0.85em;
margin-top: 5px;
}
+
+ .social-buttons {
+ display: flex;
+ flex-direction: column; /* Stack buttons vertically */
+ gap: 10px; /* Space between buttons */
+ margin-top: 20px; /* Space above buttons */
+ }
+ .google-signup-button, .apple-signup-button {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 10px;
+ background-color: #db4437; /* Google color */
+ color: white;
+ border: none;
+ border-radius: 5px;
+ cursor: pointer;
+ font-size: 1em;
+ width: 100%; /* Full width */
+ }
+ .apple-signup-button {
+ background-color: #000; /* Apple color */
+ }
+ .google-icon, .apple-icon {
+ margin-right: 8px; /* Space between icon and text */
+ }
+
.input-group {
position: relative;
display: flex;
@@ -49,6 +76,7 @@
-moz-osx-font-smoothing: grayscale;
}
+
@@ -83,6 +111,7 @@ Create Your Account
Contains numbers
Contains special characters
+