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. +
+ GSSoC 2024 Extd +
+ +
+ Hacktober fest 2024 +
+ +
+ + ![-----------------------------------------------------](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

+
@@ -91,13 +120,22 @@

Create Your Account

+
OR
- + + + @@ -126,3 +164,4 @@

Create Your Account

+ diff --git a/index.html b/index.html index d20c7fd..87541be 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,42 @@ integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> + + + + +
+ @@ -131,7 +167,6 @@

Sign up for exclusive offers & updates

-
@@ -722,7 +757,7 @@

Feedback Form

- + poll diff --git a/login/login.css b/login/login.css index 80c74ff..f3ed5d5 100644 --- a/login/login.css +++ b/login/login.css @@ -184,12 +184,34 @@ body { transition: all 0.3s ease; } +.social-buttons { + display: flex; /* Use flexbox for alignment */ + gap: 10px; /* Add gap between buttons */ +} + +.social-button { + /* Optional: Add padding and styling to buttons */ + padding: 10px 15px; + border: none; + border-radius: 5px; + cursor: pointer; + font-size: 1.5rem; /* Adjust font size as needed */ +} + .google { - background-color: #171a21; - color: #fff; + background-color: #ede5e4; /* Google color */ + color: rgb(9, 7, 7); /* Text color */ } +.apple { + background-color: #000; /* Apple color */ + color: white; /* Text color */ +} .google:hover { + background-color: #e6f0f3; + color: rgb(21, 164, 240); +} +.apple:hover { background-color: #cccccc; color: black; } @@ -348,3 +370,4 @@ body { right: 10px; /* Reduce right spacing for smaller screens */ } } + diff --git a/login/login.html b/login/login.html index 3980ba9..122a915 100644 --- a/login/login.html +++ b/login/login.html @@ -9,7 +9,11 @@ + + + +
@@ -37,6 +41,12 @@

Welcome to Gaming Tools Store!

Forgot Password? Sign Up
+ + +