From 42025fe61c33debf199d9083a4aadebf3285298f Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:38:28 +0530 Subject: [PATCH 01/18] Update index.html --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index f41d713..be933fc 100644 --- a/index.html +++ b/index.html @@ -458,6 +458,11 @@

Account Not Available

Thank you for your continued support!

+ From 9989462de9e2e037776c9fda28fcc3ad608743ff Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:38:59 +0530 Subject: [PATCH 02/18] Update about.html --- pages/about.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/about.html b/pages/about.html index 0174332..88f2b92 100644 --- a/pages/about.html +++ b/pages/about.html @@ -146,5 +146,10 @@

Account Not Available

Thank you for your continued support!

+
+ +
From 5a806e5ebf438f4cc4cbc4c4d4cba23bd7d99324 Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:39:15 +0530 Subject: [PATCH 03/18] Update features.html --- pages/features.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/features.html b/pages/features.html index c21eca0..e5efc0f 100644 --- a/pages/features.html +++ b/pages/features.html @@ -188,6 +188,11 @@

Account Not Available

Thank you for your continued support!

+
+ +
From 6c77fb059ea0a55d2fe761fe29dc6b1a09bc9629 Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:39:30 +0530 Subject: [PATCH 04/18] Update feedback.html --- pages/feedback.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/feedback.html b/pages/feedback.html index 6d105ee..6407a06 100644 --- a/pages/feedback.html +++ b/pages/feedback.html @@ -161,6 +161,11 @@

Account Not Available

Thank you for your continued support!

+
+ +
From a94c222f35c2b56289a9ede87737346d131eff52 Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:41:48 +0530 Subject: [PATCH 05/18] Update 404.html --- 404.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/404.html b/404.html index 6e25349..5a03f26 100644 --- a/404.html +++ b/404.html @@ -24,6 +24,11 @@ +
+ +
From 81dde4a04dbe240eef974829cd9f504dfc0186ec Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:42:15 +0530 Subject: [PATCH 06/18] Update 404.css --- css/404.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/css/404.css b/css/404.css index ba1ad76..942ffbd 100644 --- a/css/404.css +++ b/css/404.css @@ -235,3 +235,23 @@ body.dark-mode .container { body.dark-mode .star { background: rgba(255, 255, 255, 0.8); /* Adjust star color for dark mode */ } +footer { + background-color: #1d1d1d; /* dark background */ + padding: 0px; + text-align: center; + width: 100%; + bottom: 0; + z-index: 1000; /* ensure footer is on top of other elements */ + } + + .copyright { + font-size: 14px; + color: #fff; /* white text */ + margin: 0; + } + + .copyright p { + display: inline-block; + margin: 2; + color: #ffffff; + } From cb9629c80e90925a475995eac24b0b6e38176811 Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:42:29 +0530 Subject: [PATCH 07/18] Update about.css --- css/about.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/css/about.css b/css/about.css index ff14302..cac755e 100644 --- a/css/about.css +++ b/css/about.css @@ -161,4 +161,24 @@ strong{ body{ padding-top: 200px; } -} \ No newline at end of file +} +footer { + background-color: #1d1d1d; /* dark background */ + padding: 0px; + text-align: center; + width: 100%; + bottom: 0; + z-index: 1000; /* ensure footer is on top of other elements */ + } + + .copyright { + font-size: 14px; + color: #fff; /* white text */ + margin: 0; + } + + .copyright p { + display: inline-block; + margin: 2; + color: #ffffff; + } From 10d4214f238c5e2f3224b4245c8f1cb43b3e3282 Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:42:40 +0530 Subject: [PATCH 08/18] Update features.css --- css/features.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/css/features.css b/css/features.css index caad9fd..5f9b0d4 100644 --- a/css/features.css +++ b/css/features.css @@ -149,4 +149,24 @@ strong{ #image7 { justify-content: center; align-items: center; - } \ No newline at end of file + } +footer { + background-color: #1d1d1d; /* dark background */ + padding: 0px; + text-align: center; + width: 100%; + bottom: 0; + z-index: 1000; /* ensure footer is on top of other elements */ + } + + .copyright { + font-size: 14px; + color: #fff; /* white text */ + margin: 0; + } + + .copyright p { + display: inline-block; + margin: 2; + color: #ffffff; + } From 32073c630e0eeb76e374d9733d4ef44a83cfa362 Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:42:52 +0530 Subject: [PATCH 09/18] Update feedback.css --- css/feedback.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/css/feedback.css b/css/feedback.css index 2fefe0c..9f655f6 100644 --- a/css/feedback.css +++ b/css/feedback.css @@ -150,4 +150,24 @@ strong{ .star-rating label:hover, .star-rating label:hover ~ label { color: #f5b301; -} \ No newline at end of file +} +footer { + background-color: #1d1d1d; /* dark background */ + padding: 0px; + text-align: center; + width: 100%; + bottom: 0; + z-index: 1000; /* ensure footer is on top of other elements */ + } + + .copyright { + font-size: 14px; + color: #fff; /* white text */ + margin: 0; + } + + .copyright p { + display: inline-block; + margin: 2; + color: #ffffff; + } From 385d66683e2de684ec607e56db652b128badff31 Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:43:06 +0530 Subject: [PATCH 10/18] Update style.css --- css/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/css/style.css b/css/style.css index f556bdb..43d2730 100644 --- a/css/style.css +++ b/css/style.css @@ -2517,3 +2517,23 @@ button:active { margin: auto; text-align: center; } +footer { + background-color: #1d1d1d; /* dark background */ + padding: 0px; + text-align: center; + width: 100%; + bottom: 0; + z-index: 1000; /* ensure footer is on top of other elements */ + } + + .copyright { + font-size: 14px; + color: #fff; /* white text */ + margin: 0; + } + + .copyright p { + display: inline-block; + margin: 2; + color: #ffffff; + } From b169cdc111b0b4ee2a427791640c9036e7d7e65b Mon Sep 17 00:00:00 2001 From: Shashank061103 Date: Mon, 8 Jul 2024 00:12:34 +0530 Subject: [PATCH 11/18] Enhanced UI and Spacing I have enhanced the homepage UI based on your requirements, we have made the following adjustments: Increased the space between div elements. Updated the visual design to be more clean and appealing. Ensuring important information is highlighted properly These changes should make your homepage more visually appealing, align it with modern web standards, and improve user satisfaction and engagement. --- css/style.css | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 11 +++---- 2 files changed, 90 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index f556bdb..caab801 100644 --- a/css/style.css +++ b/css/style.css @@ -2,6 +2,92 @@ font-size: 40px; } + +/* Add this to increase the space between divs */ +.content-container { + padding: 20px; + margin: 20px 0; +} + +.box { + /* Existing box styles */ + margin-bottom: 20px; /* Add this line */ +} + +/* Enhancing form inputs */ +.form input, +.form select, +.form button { + margin-top: 10px; /* Add some space between form elements */ + padding: 10px; + border-radius: 5px; + border: 1px solid #ccc; +} + +/* Style the submit and reset buttons */ +.button div a { + padding: 10px 20px; + border-radius: 5px; + background-color: #4CAF50; + color: white; + text-align: center; + text-decoration: none; + display: inline-block; + transition: background-color 0.3s; +} + +.button div a:hover { + background-color: #45a049; +} + +/* Additional styling for better appearance */ +body { + font-family: Arial, sans-serif; + line-height: 1.6; + background-color: #f4f4f4; + color: #333; +} + +.navHeader { + background-color: #333; + color: white; + padding: 10px 0; +} + +.navHeader a { + color: white; + padding: 10px; + text-decoration: none; +} + +.navHeader a:hover { + background-color: #575757; +} + +footer.footer { + background-color: #333; + color: white; + text-align: center; + padding: 10px 0; + position: relative; + bottom: 0; + width: 100%; +} + +/* Style for the randomize button */ +#randomize a { + background-color: #ff9800; + color: white; + padding: 10px 20px; + border-radius: 5px; + transition: background-color 0.3s; +} + +#randomize a:hover { + background-color: #e68900; +} + + body { margin: 0; padding: 0; diff --git a/index.html b/index.html index f41d713..58a3da3 100644 --- a/index.html +++ b/index.html @@ -86,14 +86,14 @@
-

+

Random Disco Light Simulator

- Random Disco +
@@ -238,10 +238,7 @@

- +

From a4030cf73e55dd0c636e7654f60dd6523b51b5da Mon Sep 17 00:00:00 2001 From: Aditya Bhaumik <92214013+aditya-bhaumik@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:24:15 +0530 Subject: [PATCH 12/18] Update index.html --- index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index bca40f5..382c51c 100644 --- a/index.html +++ b/index.html @@ -219,8 +219,11 @@

- +

-->
  • About
  • Features
  • Step In
  • From 93271eec9cdae70123c8675a5b5cca36afa8807a Mon Sep 17 00:00:00 2001 From: Sanu Kumar <145834771+sk66641@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:19:47 +0530 Subject: [PATCH 17/18] Revert "Updated Footer Section" --- 404.html | 5 ----- css/404.css | 20 -------------------- css/about.css | 22 +--------------------- css/features.css | 22 +--------------------- css/feedback.css | 22 +--------------------- css/style.css | 36 ++++++++++++++++-------------------- index.html | 5 ----- pages/about.html | 5 ----- pages/features.html | 5 ----- pages/feedback.html | 5 ----- 10 files changed, 19 insertions(+), 128 deletions(-) diff --git a/404.html b/404.html index 5a03f26..6e25349 100644 --- a/404.html +++ b/404.html @@ -24,11 +24,6 @@
    -
    - -
    diff --git a/css/404.css b/css/404.css index 942ffbd..ba1ad76 100644 --- a/css/404.css +++ b/css/404.css @@ -235,23 +235,3 @@ body.dark-mode .container { body.dark-mode .star { background: rgba(255, 255, 255, 0.8); /* Adjust star color for dark mode */ } -footer { - background-color: #1d1d1d; /* dark background */ - padding: 0px; - text-align: center; - width: 100%; - bottom: 0; - z-index: 1000; /* ensure footer is on top of other elements */ - } - - .copyright { - font-size: 14px; - color: #fff; /* white text */ - margin: 0; - } - - .copyright p { - display: inline-block; - margin: 2; - color: #ffffff; - } diff --git a/css/about.css b/css/about.css index cac755e..ff14302 100644 --- a/css/about.css +++ b/css/about.css @@ -161,24 +161,4 @@ strong{ body{ padding-top: 200px; } -} -footer { - background-color: #1d1d1d; /* dark background */ - padding: 0px; - text-align: center; - width: 100%; - bottom: 0; - z-index: 1000; /* ensure footer is on top of other elements */ - } - - .copyright { - font-size: 14px; - color: #fff; /* white text */ - margin: 0; - } - - .copyright p { - display: inline-block; - margin: 2; - color: #ffffff; - } +} \ No newline at end of file diff --git a/css/features.css b/css/features.css index 5f9b0d4..caad9fd 100644 --- a/css/features.css +++ b/css/features.css @@ -149,24 +149,4 @@ strong{ #image7 { justify-content: center; align-items: center; - } -footer { - background-color: #1d1d1d; /* dark background */ - padding: 0px; - text-align: center; - width: 100%; - bottom: 0; - z-index: 1000; /* ensure footer is on top of other elements */ - } - - .copyright { - font-size: 14px; - color: #fff; /* white text */ - margin: 0; - } - - .copyright p { - display: inline-block; - margin: 2; - color: #ffffff; - } + } \ No newline at end of file diff --git a/css/feedback.css b/css/feedback.css index 9f655f6..2fefe0c 100644 --- a/css/feedback.css +++ b/css/feedback.css @@ -150,24 +150,4 @@ strong{ .star-rating label:hover, .star-rating label:hover ~ label { color: #f5b301; -} -footer { - background-color: #1d1d1d; /* dark background */ - padding: 0px; - text-align: center; - width: 100%; - bottom: 0; - z-index: 1000; /* ensure footer is on top of other elements */ - } - - .copyright { - font-size: 14px; - color: #fff; /* white text */ - margin: 0; - } - - .copyright p { - display: inline-block; - margin: 2; - color: #ffffff; - } +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 43d2730..3e49120 100644 --- a/css/style.css +++ b/css/style.css @@ -2517,23 +2517,19 @@ button:active { margin: auto; text-align: center; } -footer { - background-color: #1d1d1d; /* dark background */ - padding: 0px; - text-align: center; - width: 100%; - bottom: 0; - z-index: 1000; /* ensure footer is on top of other elements */ - } - - .copyright { - font-size: 14px; - color: #fff; /* white text */ - margin: 0; - } - - .copyright p { - display: inline-block; - margin: 2; - color: #ffffff; - } + +.footer-links { + margin-left: 20px; /* Margin from the left */ +} + +.footer-links a { + text-decoration: none; + color: white; + font-weight: normal; + font-size:1.2em; + cursor: pointer; +} + +.footer-links a:hover { + color: #007BFF; /* Light blue color on hover to indicate interactivity */ +} diff --git a/index.html b/index.html index e8fc03d..aa990e1 100644 --- a/index.html +++ b/index.html @@ -484,11 +484,6 @@

    Account Not Available

    Thank you for your continued support!

    -
    - -
    diff --git a/pages/about.html b/pages/about.html index 88f2b92..0174332 100644 --- a/pages/about.html +++ b/pages/about.html @@ -146,10 +146,5 @@

    Account Not Available

    Thank you for your continued support!

    -
    - -
    diff --git a/pages/features.html b/pages/features.html index e5efc0f..c21eca0 100644 --- a/pages/features.html +++ b/pages/features.html @@ -188,11 +188,6 @@

    Account Not Available

    Thank you for your continued support!

    -
    - -
    diff --git a/pages/feedback.html b/pages/feedback.html index 6407a06..6d105ee 100644 --- a/pages/feedback.html +++ b/pages/feedback.html @@ -161,11 +161,6 @@

    Account Not Available

    Thank you for your continued support!

    - From 9e246fa212c73b79f370cdb90617e7466a760e85 Mon Sep 17 00:00:00 2001 From: Sanu Kumar <145834771+sk66641@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:29:22 +0530 Subject: [PATCH 18/18] Update style.css --- css/style.css | 56 --------------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/css/style.css b/css/style.css index b34b46f..f0cfe62 100644 --- a/css/style.css +++ b/css/style.css @@ -2,28 +2,6 @@ font-size: 40px; } - -/* Add this to increase the space between divs */ -.content-container { - padding: 20px; - margin: 20px 0; -} - -.box { - /* Existing box styles */ - margin-bottom: 20px; /* Add this line */ -} - -/* Enhancing form inputs */ -.form input, -.form select, -.form button { - margin-top: 10px; /* Add some space between form elements */ - padding: 10px; - border-radius: 5px; - border: 1px solid #ccc; -} - /* Style the submit and reset buttons */ .button div a { padding: 10px 20px; @@ -40,40 +18,6 @@ background-color: #45a049; } -/* Additional styling for better appearance */ -body { - font-family: Arial, sans-serif; - line-height: 1.6; - background-color: #f4f4f4; - color: #333; -} - -.navHeader { - background-color: #333; - color: white; - padding: 10px 0; -} - -.navHeader a { - color: white; - padding: 10px; - text-decoration: none; -} - -.navHeader a:hover { - background-color: #575757; -} - -footer.footer { - background-color: #333; - color: white; - text-align: center; - padding: 10px 0; - position: relative; - bottom: 0; - width: 100%; -} - /* Style for the randomize button */ #randomize a { background-color: #ff9800;