diff --git a/.vscode/settings.json b/.vscode/settings.json index 6e815f81..99c499e3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5503 + "liveServer.settings.port": 5504 } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39f108b8..11c34fdb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,36 +101,36 @@ Your involvement helps to improve the project and make it better for everyone. T
1. **Open GitHub Desktop:** - Launch GitHub Desktop and log in to your GitHub account if you haven't already. + - Launch GitHub Desktop and log in to your GitHub account if needed. 2. **Clone the Repository:** - - If you haven't cloned the SwapReads repository yet, you can do so by clicking on the "File" menu and selecting "Clone Repository." - - Choose the SwapReads repository from the list of repositories on GitHub and clone it to your local machine. + - If you haven't cloned the SwapReads repository yet, click on the "File" menu and select "Clone Repository." + - Choose the SwapReads repository from the list and clone it to your local machine. 3. **Switch to the Correct Branch:** - - Ensure you are on the branch that you want to submit a pull request for. - - If you need to switch branches, you can do so by clicking on the "Current Branch" dropdown menu and selecting the desired branch. + - Ensure you're on the branch you want to submit a pull request for. + - If needed, switch branches by clicking on the "Current Branch" dropdown and selecting the appropriate branch. 4. **Make Changes:** - Make your changes to the code or files in the repository using your preferred code editor. + - Edit the code or files in the repository using your preferred code editor. 5. **Commit Changes:** - - In GitHub Desktop, you'll see a list of the files you've changed. Check the box next to each file you want to include in the commit. - - Enter a summary and description for your changes in the "Summary" and "Description" fields, respectively. Click the "Commit to " button to commit your changes to the local branch. + - In GitHub Desktop, you'll see a list of changed files. Check the box next to the files you want to commit. + - Enter a summary and description for your changes, then click "Commit to [branch name]" to commit to your local branch. 6. **Push Changes to GitHub:** - After committing your changes, click the "Push origin" button in the top right corner of GitHub Desktop to push your changes to your forked repository on GitHub. + - After committing, click "Push origin" in the top right corner of GitHub Desktop to push your changes to your forked repository on GitHub. 7. **Create a Pull Request:** - - Go to the GitHub website and navigate to your fork of the SwapReads repository. - - You should see a button to "Compare & pull request" between your fork and the original repository. Click on it. + - Go to GitHub, navigate to your fork of the SwapReads repository, and click "Compare & pull request." 8. **Review and Submit:** - - On the pull request page, review your changes and add any additional information, such as a title and description, that you want to include with your pull request. - - Once you're satisfied, click the "Create pull request" button to submit your pull request. + - On the pull request page, review your changes and add any necessary information (title, description, etc.). + - When ready, click "Create pull request" to submit. 9. **Wait for Review:** - Your pull request will now be available for review by the project maintainers. They may provide feedback or ask for changes before merging your pull request into the main branch of the SwapReads repository. + - The project maintainers will review your pull request. They may provide feedback or request changes before merging it into the main SwapReads repository. + ## **Issue Report Process 📌** diff --git a/Information/CODE_OF_CONDUCT.md b/Information/CODE_OF_CONDUCT.md index b631d02a..88a653ca 100644 --- a/Information/CODE_OF_CONDUCT.md +++ b/Information/CODE_OF_CONDUCT.md @@ -126,3 +126,8 @@ enforcement ladder](https://github.com/mozilla/diversity). For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations. +## help +If after complaining no action is taken OR no responce is given to the victom then please contact @+91 xxxxxxxxxx this no. or email at +....... email. +## review +After resolving the issue or after taking strict action against the exploitor kindly review our app or website to motivate the idea and team members. diff --git a/Mystical-fantaies.html b/Mystical-fantaies.html index a42a0191..6f35b2fe 100644 --- a/Mystical-fantaies.html +++ b/Mystical-fantaies.html @@ -46,7 +46,21 @@ - + @@ -60,7 +74,27 @@ - + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -88,15 +122,16 @@ Genre + + - @@ -308,9 +343,42 @@

XYZ
Book Lover

border: 2px solid #fff; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); } - + .book-item { + box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); + border-radius: 8px; + width: 200px; + padding: 0; + margin-left: auto; + margin-right: auto; + background-color: #ffe3e0; + display: flex; + flex-direction: column; + align-items: center; + } + .book-item .btn{ + display: block; + width: 90%; + margin: auto; + padding: 10px; + text-align: center; + } + .book-item .read_later_button { + display: block; + width: 90%; + margin: 1px 10px 30px 30px; /* Center align the button */ + padding: 10px; + text-align: center; + } + + .book-cover { + padding: 0; + margin-top: 20px; + margin-left: auto; + margin-right: auto; + display: block; + } + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

@@ -1216,33 +1309,8 @@

Privacy Notice

}); //Custom Cursor - const coords = { x: 0, y: 0 }; - const circles = document.querySelectorAll(".circle"); - const colors = [ - "#ffb56b", - "#fdaf69", - "#f89d63", - "#f59761", - "#ef865e", - "#ec805d", - "#e36e5c", - "#df685c", - "#d5585c", - "#d1525c", - "#c5415d", - "#c03b5d", - "#b22c5e", - "#ac265e", - "#9c155f", - "#950f5f", - "#830060", - "#7c0060", - "#680060", - "#60005f", - "#48005f", - "#3d005e" - ]; - + + circles.forEach(function (circle, index) { circle.x = 0; circle.y = 0; @@ -1483,7 +1551,59 @@

Privacy Notice

} }) - + - \ No newline at end of file + diff --git a/assets/html/about1.html b/assets/html/about1.html index 797c4bab..b8eaf271 100644 --- a/assets/html/about1.html +++ b/assets/html/about1.html @@ -354,10 +354,7 @@ Home - + + + - - + About Us + + + diff --git a/assets/html/book_recommend.html b/assets/html/book_recommend.html index bfdc40b7..d7d19c5d 100644 --- a/assets/html/book_recommend.html +++ b/assets/html/book_recommend.html @@ -349,10 +349,7 @@ Home - + + + + - - + About Us + + diff --git a/assets/html/booklistswap.html b/assets/html/booklistswap.html index 137954fa..95959873 100644 --- a/assets/html/booklistswap.html +++ b/assets/html/booklistswap.html @@ -324,6 +324,7 @@ text-decoration: none; width: 500px; text-align: center; + margin-top: 12rem; } #a { @@ -372,9 +373,7 @@ Home - + + - + + @@ -639,8 +642,8 @@

Ready-to-Swap Reads

+ cb=googleTranslateElementInit"> +

SwapReads.com is the ultimate destination for book @@ -662,42 +665,52 @@

Quick Links

+ + + + + + +
+ +
+ + + + + + + + + + + +
+ + +
+
+ + + + +
+ + +
+ + + + + + + + +
+

Book Quiz

+ + + + + + + + + + + + + + + + + + + + + +
+ You are interested in reading Genre Type books! +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/html/comsp.html b/assets/html/comsp.html index bc2874a3..6e185297 100644 --- a/assets/html/comsp.html +++ b/assets/html/comsp.html @@ -653,99 +653,245 @@ - - - - - - + + - + - - - - - + + + + +
  • +
    +
    + +
    + + + + + + + + + + + + +
    + +
    + + + +
    + +
    + +
    + + +
    +
    +
    +
    diff --git a/assets/html/event.html b/assets/html/event.html index cfe7a448..04f3082a 100644 --- a/assets/html/event.html +++ b/assets/html/event.html @@ -168,11 +168,11 @@

    SwapReads

    diff --git a/assets/html/forgot-pass.html b/assets/html/forgot-pass.html index 5bc72d4c..ab6e4281 100644 --- a/assets/html/forgot-pass.html +++ b/assets/html/forgot-pass.html @@ -281,10 +281,7 @@ Home
  • - + + + - + About Us + + - + + + + diff --git a/assets/html/index.html b/assets/html/index.html index fd081669..8d9acbe5 100644 --- a/assets/html/index.html +++ b/assets/html/index.html @@ -1225,17 +1225,14 @@