From 992af87acf63670a861c9da58ae8933e507a6046 Mon Sep 17 00:00:00 2001 From: Sayyad Aslam Date: Thu, 25 Jul 2024 00:27:41 +0530 Subject: [PATCH 01/22] Update TermsOfService.css --- styles/termsofservice.css | 169 +++++++++++++++++++++++++++----------- 1 file changed, 122 insertions(+), 47 deletions(-) diff --git a/styles/termsofservice.css b/styles/termsofservice.css index c9e60f1..184d026 100644 --- a/styles/termsofservice.css +++ b/styles/termsofservice.css @@ -1,88 +1,163 @@ body { - font-family: 'Helvetica Neue', Arial, sans-serif; - background-color: #f0f0f0; + font-family: 'Comic Sans MS', 'Chalkboard SE', 'Arial', sans-serif; + line-height: 1.6; + color: #fff; + background: linear-gradient(135deg, #f2bf6d 0%,#eb9e18 50%, #f16b4a 100%); margin: 0; padding: 0; - color: #333; overflow-x: hidden; + min-height: 100vh; + } .container { - display: flex; - flex-direction: column; - justify-content: center; - max-width: 55%; - margin: auto; - padding: 20px; - background: linear-gradient(to top, rgba(255, 184, 4, 0.78), white); - border-radius: 10px; - box-shadow: 0px 5px 15px rgba(6, 6, 6, 0.829); - text-align: left; - line-height: 1.8; - padding-bottom: 50px; + max-width: 900px; + margin: 2rem auto; + padding: 2rem; + background-color: rgba(52, 152, 219, 0.8); + border-radius: 20px; + box-shadow: 0 0 30px rgba(241, 196, 15, 0.5); } .header { text-align: center; - margin-bottom: 20px; + margin-bottom: 2rem; } .title { - color: #25254a; - font-size: 37px; -} - -.main-content { - text-align: left; + color: #f1c40f; + font-size: 3rem; + text-shadow: 3px 3px 0 #e74c3c; + transform: rotate(-3deg); + display: inline-block; + animation: float 3s ease-in-out infinite; } .section { - margin-bottom: 20px; + margin-bottom: 2rem; + padding: 1.5rem; + background-color: rgba(231, 76, 60, 0.7); + border-radius: 15px; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); + transform: skew(-2deg); } .section-title { - color: #25254a; - font-size: 24px; - margin-bottom: 10px; + color: #f39c12; + font-size: 1.8rem; + margin-bottom: 1rem; + border-bottom: 3px dashed #f39c12; + padding-bottom: 0.5rem; } -.section-content, -.list-item { - margin-bottom: 15px; +.section-content { + margin-bottom: 1rem; + font-size: 1.1rem; } .section-list { - padding-left: 20px; + padding-left: 1.5rem; + list-style-type: none; +} + +.list-item { + margin-bottom: 0.5rem; + position: relative; +} + +.list-item:before { + content: '🎮'; + position: absolute; + left: -1.5rem; + top: 0.2rem; } .back-btn { - margin-top: 30px; - padding: 10px 21px; - background: rgb(37, 37, 74); + display: inline-block; + padding: 0.8rem 1.5rem; + background-color: #e74c3c; color: #fff; - text-align: center; - border-radius: 5px; - width: 55%; text-decoration: none; + border-radius: 50px; + transition: all 0.3s ease; font-weight: bold; - align-self: center; - margin-left: 320px; + font-size: 1.2rem; + border: 3px solid #f1c40f; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } .back-btn:hover { - background: #1a1a2f; + background-color: #f1c40f; + color: #e74c3c; + transform: scale(1.05) rotate(-5deg + ); +} + +.circle { + position: absolute; + width: 25px; + height: 25px; + + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(0, 225, 246, 0.8), rgba(224, 55, 36, 0.8)); + transition: transform 0.1s, left 0.1s, top 0.1s; +} + +.circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; +} + +.video-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + overflow: hidden; +} + +.video { + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + opacity: 0.3; } -@media (max-width: 767px) { +@media (max-width: 768px) { .container { - max-width: 90%; - padding: 15px 20px; - line-height: 1.5; + + margin: 1rem; + padding: 1rem; + } + + .title { + font-size: 2.5rem; } - .back-btn { - margin-left: 80px; - padding: 10px 21px; - width: 100%; + .section-title { + font-size: 1.5rem; + } + + .circle-container { + display: none; } } + +@keyframes float { + 0% { transform: translateY(0px) rotate(-3deg); } + 50% { transform: translateY(-10px) rotate(-3deg); } + 100% { transform: translateY(0px) rotate(-3deg); } +} \ No newline at end of file From 21f75fd2d224f6758a06e2f0809f23873616427a Mon Sep 17 00:00:00 2001 From: Sayyad Aslam Date: Thu, 25 Jul 2024 00:39:31 +0530 Subject: [PATCH 02/22] Update termsofservice.html --- pages/termsofservice.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/termsofservice.html b/pages/termsofservice.html index 22d4245..73a3c87 100644 --- a/pages/termsofservice.html +++ b/pages/termsofservice.html @@ -7,6 +7,7 @@ Terms Of Service - Dot Box + @@ -454,28 +497,28 @@
- + ↑ -
- + +
From 62ebcb7ab066afa10bcf5dad8a59213bce78aaf9 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Thu, 25 Jul 2024 03:46:40 +0530 Subject: [PATCH 05/22] Update FAQ.html --- pages/FAQs.html | 348 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 321 insertions(+), 27 deletions(-) diff --git a/pages/FAQs.html b/pages/FAQs.html index d1a83ba..bfdf741 100644 --- a/pages/FAQs.html +++ b/pages/FAQs.html @@ -21,38 +21,297 @@ } .circle { - position: absolute; - width: 25px; - height: 25px; - border-radius: 50%; - pointer-events: none; - background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5)); - transition: transform 0.1s, left 0.1s, top 0.1s; - } - - .circle-container { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - pointer-events: none; - z-index: 9999; - } - - @media (max-width : 768px){ - .circle-container{ + position: absolute; + width: 25px; + height: 25px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } + + @media (max-width : 768px) { + .circle-container { display: none; } } + + + html, + body { + height: 100%; + margin: 0; + overflow: auto !important; + /* Allow scrolling */ + height: 105%; + } + + body { + background-color: #e7b537; + display: flex; + flex-direction: column; + font-family: 'WorkSans-Regular', Arial, sans-serif; + } + + .navbar { + width: 100%; + background-color: #333; + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px 10px; + transition: color 0.3s ease-in-out; + z-index: 1000; + position: fixed; + top: 0; + /* Adjusted to stay at the top */ + left: 0; + height: 31px; + /* Adjust height to accommodate content */ + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + /* Added shadow for better visibility */ + } + + .logo a { + text-decoration: none; + font-size: 30px; + font-family: "Arial", sans-serif; + font-weight: bold; + letter-spacing: 4px; + text-align: center; + color: #fff; + margin-left: 15px; + } + + .navlinks { + display: inline-flex; + margin-right: 30px; + margin-top: 12px; + gap: 30px; + text-decoration: none; + list-style: none; + } + + .navlinks a { + text-decoration: none; + color: #fff; + font-size: 20px; + font-family: "Arial", sans-serif; + font-weight: bold; + letter-spacing: 4px; + text-align: center; + } + + .navlinks a:hover { + color: #e7b537; + } + + .logo a:hover { + color: yellow; + } + + @media screen and (max-width: 769px) { + .navbar { + flex-direction: column; + align-items: center; + margin-top: 0px !important; + } + + .logo a { + font-size: 20px; + } + + .logo { + margin-bottom: 10px; + } + + .navlinks { + flex-direction: column; + align-items: center; + gap: 10px; + } + + .navlinks a { + font-size: 16px; + margin: 10px 0; + } + } + + @media screen and (max-width: 450px) { + .contributor-card { + max-width: 90%; + } + + .navbar { + flex-direction: column; + padding: 5px !important; + } + + .logo a { + font-size: 20px; + } + + .navlinks { + flex-direction: column; + margin: 0; + gap: 4px !important; + font-size: 1px !important; + list-style: none; + } + + .navlinks a { + font-size: 16px; + margin: 10px 0; + } + } + + .faqcontainer { + background-color: white; + border-radius: 20px; + padding: 20px; + max-width: 600px; + width: 90%; + box-shadow: 10px 10px 15px rgba(101, 99, 99, 0.5); + margin: 100px auto 20px; + /* Increased margin-top to avoid content being hidden under navbar */ + flex: 1; + z-index: 0; + /* Ensure it's below the fixed elements */ + margin-top: 54px; + } + + .author { + width: 100%; + display: flex; + justify-content: space-between; + align-items: center; + background: linear-gradient(to right, #00093c, #2d0b00); + color: #fff; + padding: 0px; + position: fixed; + bottom: 0; + z-index: 1000; + height: 67px; + flex-shrink: 0; + box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1); + /* Added shadow for better visibility */ + } + + .author .fotbar { + display: flex; + gap: -22px; + } + + .author .fotbar a { + color: white; + text-decoration: none; + padding: 10px; + border-radius: 5px; + font-size: 18px; + background-color: transparent; + } + + .author p { + color: white; + padding: 10px; + margin-right: -550px; + font-size: 20px; + font-weight: 600; + } + + .author .social-icons { + display: flex; + gap: 10px; + margin-right: 20px; + } + + .author a { + color: white !important; + } + + .author .social-icons a { + color: white; + text-decoration: none; + font-size: 20px; + } + + @media screen and (max-width:1190px) { + .author a { + font-size: small; + } + } + + @media screen and (max-width:1065px) { + .author .fotbar { + display: grid; + } + + .author .fotbar a { + font-size: 14px; + } + } + + @media screen and (max-width:550px) { + .author { + display: none !important; + } + + .navbar { + display: none !important; + } + + .author p { + font-size: 16px; + padding: 0; + } + + .author .fotbar a { + font-size: 12px; + } + + .author .social-icons a { + font-size: 15px; + } + + .faqcontainer { + margin-top: 49px; + } + } + + + @media (max-width: 768px) { + .author { + position: relative !important; + } + } + + ::-webkit-scrollbar { + width: 8px; + } + + ::-webkit-scrollbar-thumb { + background-color: rgba(255, 220, 131, 0.979); + border-radius: 15px; + } + ::-webkit-scrollbar-track{ + background-color: rgba(46, 33, 0, 0.979); + + } -
- - - +
@@ -130,7 +389,20 @@
- + +
@@ -221,8 +493,30 @@

FAQs

+
+ +

+ Created with ❤️ by + Chrome Gaming +

+ +
+
+ + - From c744017f30216af9c8cd68d24132a30347e6c0d5 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Thu, 25 Jul 2024 03:46:55 +0530 Subject: [PATCH 06/22] Update FAQs.css --- styles/FAQs.css | 188 +++++++++++++++++------------------------------- 1 file changed, 65 insertions(+), 123 deletions(-) diff --git a/styles/FAQs.css b/styles/FAQs.css index 3795e49..1ea0baa 100644 --- a/styles/FAQs.css +++ b/styles/FAQs.css @@ -1,194 +1,104 @@ -/* - -// Commenting out this portion as there is no font folder in this codebase and this part is hence not applicable - -@font-face { - font-family: WorkSans-Bold; - src: url(../assets/fonts/static/WorkSans-Bold.ttf) format("truetype"); -} - -@font-face { - font-family: WorkSans-Regular; - src: url(../assets/fonts/static/WorkSans-Regular.ttf) format("truetype"); -} - -@font-face { - font-family: WorkSans-SemiBold; - src: url(../assets/fonts/static/WorkSans-SemiBold.ttf) format("truetype"); -} - -*/ - +/* General Body Styles */ body { - background-image: url("../assets/images/background-pattern-desktop.svg"); - background-repeat: no-repeat; - background-size: cover; - background-color: rgb(223, 238, 247); + background-color: #e7b537; /* New background color */ margin: 0; padding: 0; - font-family: 'WorkSans-Regular', sans-serif; + font-family: 'WorkSans-Regular', Arial, sans-serif; display: flex; justify-content: center; padding-top: 10px; + overflow: auto !important; } .faqcontainer { - top: 50%; - left: 50%; - /* transform: translate(-50%, -50%); */ background-color: white; border-radius: 10px; padding: 20px; max-width: 600px; - min-height: 300px; - box-shadow: 10px 10px 2cap #656363; width: 90%; + box-shadow: 10px 10px 15px rgba(101, 99, 99, 0.5); + margin: 100px auto 20px; /* Increased margin-top to avoid content being hidden under navbar */ + flex: 1; + z-index: 0; /* Ensure it's below the fixed elements */ } +/* Heading Styles */ h1 { - font-family: 'WorkSans-Bold', sans-serif; + font-family: 'WorkSans-Bold', Arial, sans-serif; display: flex; + align-items: center; } +/* FAQ Image Styles */ .faqcontainer img { margin-right: 20px; } +/* Question Styles */ .question { - font-family: 'WorkSans-SemiBold', sans-serif; + font-family: 'WorkSans-SemiBold', Arial, sans-serif; padding: 20px; - font-size: 20px; + font-size: 1.25rem; /* 20px */ border-bottom: 0.5px solid rgb(243, 218, 171); - padding-bottom: 20px; transition: background-color 0.3s, transform 0.3s; } +/* Hover Effect */ .question:hover { background-color: #f0f0f0; transform: scale(1.06); } -.question details summary { - list-style: none; +/* Summary Styles */ +.question summary { cursor: pointer; padding: 7px; transition: color 0.3s; } -.question details summary:hover { +.question summary:hover { color: #555353; } -.question details summary img { +.question summary img { float: right; transition: transform 0.3s; } -.question details summary:hover img { +.question summary:hover img { transform: rotate(90deg); } .question p { - font-family: 'WorkSans-Regular', sans-serif; - font-size: 17px; + font-family: 'WorkSans-Regular', Arial, sans-serif; + font-size: 1.0625rem; /* 17px */ color: #767676; } -.attribution { - position: absolute; - bottom: 5%; +/* Remove bottom-background video styles */ +.bottom-background { + display: none; } -/* body { - background-image: url("assets/images/background-pattern-desktop.svg"); - background-repeat: no-repeat; - background-size: cover; - background-color: rgb(223, 238, 247); - height: 100%; /* Ensure body covers entire viewport */ -/* } */ - -.bottom-background { - position: fixed; - bottom: 0%; - left: 0%; - width: 100%; - height: 100%; - /* Adjust height as needed */ - background-image: url("../assets/videos/FAQ.mp4"); - /* Your moving background image */ - background-size: cover; - background-repeat: no-repeat; - z-index: -1; - /* Ensure it stays behind other content */ - right: 0%; -} - -/* Responsive Styles */ +/* Mobile Styles */ @media (max-width: 768px) { .faqcontainer { - width: 90%; + width: 95%; padding: 15px; } - .question { - font-size: 18px; - } - - .question p { - font-size: 16px; - } -} - -@media (max-width: 480px) { - .faqcontainer { - width: 95%; - padding: 10px; + h1 { + font-size: 1.5rem; /* Responsive font size */ } .question { - font-size: 16px; + font-size: 1.125rem; /* 18px */ } .question p { - font-size: 14px; + font-size: 1rem; /* 16px */ } -} - -button { - margin: 50px 0% 0px 50%; - transform: translate(-50%, -50%); - background-color: rgb(179, 4, 176) !important; - color: white; - border-radius: 20px; -} - -button a { - text-decoration: none; - color: white; -} - -.back-to-home { - position: fixed; - bottom: 20px; - right: 20px; - border: none; - padding: 10px 20px; - font-size: 16px; - cursor: pointer; - border-radius: 5px; - z-index: 999; - display: flex; - align-items: center; -} - -.back-to-home img { - width: 20px; - margin-right: 10px; -} - - -@media (max-width: 768px) { .back-to-home { font-size: 14px; padding: 8px 16px; @@ -202,6 +112,23 @@ button a { } @media (max-width: 480px) { + .faqcontainer { + width: 100%; + padding: 10px; + } + + h1 { + font-size: 1.25rem; /* Responsive font size */ + } + + .question { + font-size: 1rem; /* 16px */ + } + + .question p { + font-size: 0.875rem; /* 14px */ + } + .back-to-home { font-size: 12px; padding: 6px 12px; @@ -212,4 +139,19 @@ button a { .back-to-home img { width: 16px; } -} \ No newline at end of file +} + +/* Ensure button is well-sized for mobile */ +button { + margin: 50px auto; + background-color: rgb(179, 4, 176); + color: white; + border-radius: 20px; + padding: 10px 20px; + font-size: 16px; +} + +button a { + text-decoration: none; + color: white; +} From 470c4e978400de32644a2f61a23c8111d52cdda5 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Thu, 25 Jul 2024 04:27:37 +0530 Subject: [PATCH 07/22] Update game.html --- pages/game.html | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/pages/game.html b/pages/game.html index c6f67d8..864619c 100644 --- a/pages/game.html +++ b/pages/game.html @@ -326,7 +326,7 @@ .tour-step.step-7 { width: 83%; padding: 10px; - left: 41%; + left: 65%; margin-left: -32%; margin-top: -339px; } @@ -355,6 +355,14 @@ margin-top: -193px; } + .tour-step .step-8 { + top: 20%; + right: 59%; + margin-top: -32%; + width: 399px; + padding: 20px; + } + .tour-step h3 { font-size: 1em; } @@ -566,8 +574,18 @@

Step 3

-
+

Step 4

+

This the live dragable scorebaord. Hold and move to your desire place

+
+ + + +
+
+ +
+

Step 5

This is the home button. Click to go back to the homepage.

@@ -577,7 +595,7 @@

Step 4

-

Step 5

+

Step 6

This is the sound toggle button. Click to mute/unmute the sound. Besides it there is a reset/restart button.

@@ -588,7 +606,7 @@

Step 5

-

Step 6

+

Step 7

Now you are ready to start the game. Have fun!

From 529cc2534e5f9c311fabe3466ce921e1da5572e9 Mon Sep 17 00:00:00 2001 From: Ananya Dhiman Date: Thu, 25 Jul 2024 12:43:02 +0530 Subject: [PATCH 08/22] update --- index.html | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index c28e1d1..09d1f81 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@ Dots & Boxes Game + +

▂ ▄ █ MAXIMISE BOXES!! █ ▄ ▂

Instructions

@@ -643,9 +717,10 @@

Instructions

- + + +
From cb621c7eb5f7f36ff2c40fed3a268e3f96b47789 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Thu, 25 Jul 2024 15:19:35 +0530 Subject: [PATCH 16/22] Update licensing.html --- pages/licensing.html | 369 +++++++++++++++++++++++++++---------------- 1 file changed, 229 insertions(+), 140 deletions(-) diff --git a/pages/licensing.html b/pages/licensing.html index 27ed1a9..404291b 100644 --- a/pages/licensing.html +++ b/pages/licensing.html @@ -11,7 +11,7 @@
- ↑
+
- - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - +
+ +
-
- -
+
+
+

Licensing

+
+
+
+

Welcome to Chrome Gaming

+

This page is dedicated to licensing information for our software. Below, you will find the details of the MIT License under which our software is distributed.

+
-
-
-

Licensing

-
-
-
-

Welcome to Chrome Gaming

-

This page is dedicated to licensing information for our software. Below, you will find the details of the MIT License under which our software is distributed.

-
- -
-

MIT License

-

-

+                
+

MIT License

+

+

 MIT License
 
 Copyright (c) 2024 Chrome Gaming
@@ -214,11 +300,14 @@ 

MIT License

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
-

-
- -
+ +

+ +
+
+ +
+
From b9427f9b71847660e526617dd383f14c29b7cca5 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Thu, 25 Jul 2024 15:19:54 +0530 Subject: [PATCH 17/22] Update privacypolicy.html --- pages/privacypolicy.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/pages/privacypolicy.html b/pages/privacypolicy.html index ce7929e..a482249 100644 --- a/pages/privacypolicy.html +++ b/pages/privacypolicy.html @@ -74,6 +74,23 @@ } +.back-button { + display: inline-block; + padding: 6px 16px; + background-color: rgb(255, 120, 30); + color: white; + text-decoration: none; + font-size: 16px; + border-radius: 5px; + border: none; + transition: background-color 0.3s, transform 0.3s; + } + + .back-button:hover { + background-color: rgb(236, 94, 0); + transform: scale(1.1); + } + @@ -101,10 +118,7 @@
- - - - +
@@ -262,6 +276,9 @@

Contact Us

+
+ +
From d39e6014b66a86160b1f1e09daa70f884e9dce14 Mon Sep 17 00:00:00 2001 From: Ananya Dhiman Date: Thu, 25 Jul 2024 15:32:53 +0530 Subject: [PATCH 18/22] Font added --- index.html | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 67c8018..ce2dbbb 100644 --- a/index.html +++ b/index.html @@ -22,8 +22,7 @@ Dots & Boxes Game @@ -691,11 +716,11 @@

Instructions

- + START -
From 23bc5f98b4c0cd41e3f4241c7a013113d8907db1 Mon Sep 17 00:00:00 2001 From: VijaySamant4368 Date: Thu, 25 Jul 2024 16:32:17 +0530 Subject: [PATCH 19/22] Made Naming Possible --- index.html | 22 +++---- js/game.js | 180 +++++++++++++++++++++++++++++++++++----------------- js/index.js | 2 +- name1.txt | 1 + name2.txt | 1 + name3.txt | 1 + name4.txt | 1 + name5.txt | 1 + name6.txt | 1 + 9 files changed, 140 insertions(+), 70 deletions(-) create mode 100644 name1.txt create mode 100644 name2.txt create mode 100644 name3.txt create mode 100644 name4.txt create mode 100644 name5.txt create mode 100644 name6.txt diff --git a/index.html b/index.html index 77a2dfd..719f389 100644 --- a/index.html +++ b/index.html @@ -603,48 +603,46 @@

Thank You!

@@ -720,7 +718,7 @@

Instructions

- + + + + + \ No newline at end of file From 00ef834cfe230af932d2429e537cde22bdc13754 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Thu, 25 Jul 2024 17:38:24 +0530 Subject: [PATCH 22/22] Update index,html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index faeb60b..2c72b5a 100644 --- a/index.html +++ b/index.html @@ -463,7 +463,7 @@
  • About Us
  • FAQs
  • Contributors
  • -
  • Let's Go
  • +
  • Let's Go
  • @@ -643,7 +643,7 @@

    Instructions

    - + START