From 31dccc886f74309c52e78f30301c476afa329a71 Mon Sep 17 00:00:00 2001 From: 4F24L Date: Sun, 6 Oct 2024 22:58:42 +0530 Subject: [PATCH 01/12] Deploy link fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 238bb628..cd4f4003 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A responsive and dynamic website to showcase the best gaming accessorie ## 🚀 Demo #### Check out the live demo here ⬇️ : -https://collect-your-gaming-tools-7r1z88vx4-swaraj-das-projects.vercel.app/ +https://swaraj-das.github.io/Collect-your-GamingTools/ ## 🛠️ Installation From 7288ffa65fd36e877fdbf17f75944907c2247070 Mon Sep 17 00:00:00 2001 From: Bhavani Date: Tue, 8 Oct 2024 14:45:33 +0530 Subject: [PATCH 02/12] added functionality to explore button --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1d76821a..15e57f8c 100644 --- a/index.html +++ b/index.html @@ -49,12 +49,12 @@

Welcome to GamingTools

Your one-stop shop for all gaming accessories.

- Explore Products + Explore Products
-
+

PS4 V2 Dualshock 4

Wireless Controllers for PlayStation 4

From 108d9b2c8c963a6a09289388b0c3befa8a27093d Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma Date: Wed, 9 Oct 2024 16:21:17 +0530 Subject: [PATCH 03/12] Sidebar close button fixed by adding function toggleSidebar() in script.js --- index.html | 8 ++++---- script.js | 13 ++++++++++++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index ae4165ad..585b29e0 100644 --- a/index.html +++ b/index.html @@ -497,8 +497,8 @@

Contact Us

- - + + diff --git a/script.js b/script.js index 2cd7df86..f0b34bd4 100644 --- a/script.js +++ b/script.js @@ -66,4 +66,15 @@ window.onload = () => { } }; - +//function to remove sidebar upon clicking close button +function toggleSidebar() { + var sidebar = document.getElementById("SideBar"); + var sidebarContent = document.getElementById("sidebar-content"); + if (sidebar) { + // Remove the sidebar element and its content + sidebar.remove(); + sidebarContent.remove(); + } else { + console.error("Sidebar element not found"); + } +}; From 0ae4326d49913a5f40df3a1f508438f1e369b5bb Mon Sep 17 00:00:00 2001 From: Vaishnavi Patil <109457185+Vaishh18@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:09:55 +0530 Subject: [PATCH 04/12] Fixed footer navigation of contact and faq --- index.html | 9 +++++---- style.css | 11 +++++++++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index ae4165ad..e58aef71 100644 --- a/index.html +++ b/index.html @@ -340,7 +340,8 @@

Ergonomic Gaming Chair

- +
+

Frequently Asked Questions

@@ -413,7 +414,7 @@

What Our Customers Say


-
+
@@ -472,8 +473,8 @@

Quick Links

  • Home
  • Products
  • About Us
  • -
  • Contact
  • -
  • FAQ
  • +
  • Contact
  • +
  • FAQ
  • diff --git a/style.css b/style.css index 58aedfd6..65126d73 100644 --- a/style.css +++ b/style.css @@ -15,13 +15,16 @@ padding: 10px; margin-bottom: 15px; text-align: center; - width: 90%; border-bottom: 1px solid #ddd; border-radius: 6px; + align-items: center; } .card-body { display: flex; - justify-content: space-between; /* Form on the left and image on the right */ + width: 90%; + margin: 20px auto; + padding: 20px; + justify-content: space-between; /* Form on the right and image on the left */ align-items: flex-start; /* Align content to the top */ } @@ -30,10 +33,11 @@ } .image-section { - width: 50%; /* Width for the image section */ + width: 80%; /* Width for the image section */ display: flex; justify-content: center; /* Center the image */ align-items: center; + height: 70%; } .image-section img { @@ -866,6 +870,48 @@ button:hover img { font-size: 20px; } + input, textarea { + width: 160%; /* Adjust width for better alignment */ + padding: 10px; + border: 1px solid #ccc; + border-radius: 5px; + } + + .card-body { + display: flex; + width: 90%; + margin: 20px auto; + padding: 20px; + justify-content: space-between; /* Form on the right and image on the left */ + align-items: flex-start; /* Align content to the top */ + flex-direction: column; + } + + .image-section { + width: 90%; /* Width for the image section */ + display: flex; + justify-content: center; /* Center the image */ + align-items: center; + margin-bottom: 8px; + } + .form-section { + width: 50%; /* Width for the form section */ + } + + + + .image-section img { + max-width: 120%; /* Make sure image does not exceed its container width */ + height: auto; + align-items: center; + justify-content: center; + } + + .form-group { + margin-bottom: 20px; + } + + .footer-content { flex-direction: column; align-items: center; @@ -883,7 +929,6 @@ button:hover img { .footer-bottom { max-width: fit-content; } - } From 18b9699a2f396711e5b01f6c23a1d943365b813f Mon Sep 17 00:00:00 2001 From: 4F24L Date: Thu, 10 Oct 2024 01:04:09 +0530 Subject: [PATCH 07/12] sign up button fix & page Responsive fix --- SignUp/signup.css | 42 +++++++++++++++++++++++++++++++++++++----- SignUp/signup.html | 6 +++--- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/SignUp/signup.css b/SignUp/signup.css index f50140a9..5e54caee 100644 --- a/SignUp/signup.css +++ b/SignUp/signup.css @@ -1,7 +1,7 @@ * { box-sizing: border-box; margin: 0; - padding:5px; + padding:0; } body { @@ -9,8 +9,9 @@ body { background-size: cover; font-family: 'Trebuchet MS', Arial, sans-serif; display: flex; - justify-content: center; - align-items: center; + flex-direction: column; + justify-content: start; + align-items: start; height: 100vh; color: white; text-shadow: 1px 1px 2px #000; @@ -20,7 +21,7 @@ body { opacity: 0.75; background-color: rgba(0, 0, 0, 0); - padding: 5rem; + padding:3rem 5rem; border-radius: 20px; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5); text-align: center; @@ -44,7 +45,7 @@ body { } h1 { - margin-bottom: 2rem; + margin-bottom: 1.5rem; font-size: 1.5rem; color: #fb5283; } @@ -151,3 +152,34 @@ input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focu color: #ff80ab; text-decoration: underline; } + +#link-home{ + border: 1px solid rgb(255, 255, 255); + box-shadow: 0 0 5px white; + border-radius: 15px; + padding: 8px 15px; + + margin-left: 1rem; + margin-top: 1rem; + +} + +#link-home:hover{ + border: 1px solid rgb(202, 202, 202); + box-shadow: 0 0 5px #424242; + background-color: #42424222; + border-radius: 15px; + padding: 8px 15px; + + margin-left: 1rem; + margin-top: 1rem; +} + +#link-home a{ + text-decoration: none; + color: #fff; + font-size: 1.4rem; + text-shadow: none; + font-family: 'Trebuchet MS', Arial, sans-serif; + +} \ No newline at end of file diff --git a/SignUp/signup.html b/SignUp/signup.html index 8fdd8286..c7eb6e9c 100644 --- a/SignUp/signup.html +++ b/SignUp/signup.html @@ -8,9 +8,9 @@ -
    - home -
    + + Home +