From d8c50bc8ecd5f0eabc8446026a5b479ec41c3a3c Mon Sep 17 00:00:00 2001 From: Janvi Date: Thu, 31 Oct 2024 22:29:46 +0530 Subject: [PATCH] made the terms and conditions Page --- pages/CSS/terms.css | 74 +++++++++++++++++++ pages/terms_and_conditions.html | 126 ++++++++++++++++++++++++++++++++ 2 files changed, 200 insertions(+) create mode 100644 pages/CSS/terms.css create mode 100644 pages/terms_and_conditions.html diff --git a/pages/CSS/terms.css b/pages/CSS/terms.css new file mode 100644 index 0000000..87df63f --- /dev/null +++ b/pages/CSS/terms.css @@ -0,0 +1,74 @@ +/* General Styles */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: Arial, sans-serif; + line-height: 1.6; + color: #333; + background-color: #f8f9fa; +} + +.header-container { + background-color: #007bff; + color: #fff; + padding: 1.5em; + text-align: center; +} + +.header-container h1 { + margin-bottom: 0.5em; +} + +.header-container p { + font-size: 1.1em; +} + +/* Main Content */ +main { + max-width: 800px; + margin: 2em auto; + padding: 1em; + background: #ffffff; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + border-radius: 8px; +} + +.terms-section { + margin-bottom: 1.5em; +} + +.terms-section h2 { + font-size: 1.3em; + color: #007bff; + margin-bottom: 0.5em; +} + +.terms-section p { + font-size: 1em; + margin-bottom: 0.5em; +} + +/* Footer */ +.footer-bar { + text-align: center; + padding: 1em; + background-color: #007bff; + color: #fff; + font-size: 0.9em; + position: relative; + bottom: 0; + width: 100%; +} + +a { + color: #007bff; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} diff --git a/pages/terms_and_conditions.html b/pages/terms_and_conditions.html new file mode 100644 index 0000000..3ad992b --- /dev/null +++ b/pages/terms_and_conditions.html @@ -0,0 +1,126 @@ + + + + + + Terms and Conditions - ML Fusion Labs + + + +
+ +
+
+
+ + +
+ +
+
+

Terms and Conditions

+

Welcome to ML Fusion Labs. Please read our terms and conditions carefully before using our services.

+
+
+

1. Acceptance of Terms

+

By accessing and using our website, you agree to comply with and be bound by the following terms and conditions.

+
+ +
+

2. Use of Our Platform

+

Our platform is provided for educational purposes. All content is offered "as is" and we make no representations regarding its accuracy or completeness.

+
+ +
+

3. Intellectual Property

+

All content, logos, and trademarks on ML Fusion Labs are the property of their respective owners. Unauthorized use is prohibited.

+
+ +
+

4. User Conduct

+

Users are expected to engage respectfully and refrain from any inappropriate behavior on the platform.

+
+ +
+

5. Limitation of Liability

+

ML Fusion Labs is not liable for any damages resulting from the use of our resources or any interruptions to access.

+
+ +
+

6. Changes to Terms

+

We reserve the right to amend these terms at any time. Users will be notified of any changes through the website.

+
+ +
+

7. Contact Us

+

If you have any questions or concerns about these terms, please contact us through our Contact Us page.

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