Server IP : 51.89.169.208 / Your IP : 3.148.107.92 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/terms/ |
Upload File : |
<?php include_once $_SERVER["DOCUMENT_ROOT"]."/header-footer/global_include.php"; ?> <!DOCTYPE html> <html lang="en"> <head> <title>Yellowleaf - Terms & Conditions</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/header-footer/global.css"> <link rel="stylesheet" href="terms.css"> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> </head> <?php $path = $_SERVER['DOCUMENT_ROOT']; include_once $path.'/header-footer/header.php'; ?> <!-- start: About --> <section> <div class="container"> <div class="about-wrapper"> <div class="about-side"> <div class="about-side-menu"> <div class="about-side-menu-header">Info Menu</div> <a href="/about/" class="about-side-menu-link ">About Us</a> <a href="/support/" class="about-side-menu-link">Contact Us</a> <a href="/terms/" class="about-side-menu-link active">Terms & Conditions</a> <a href="/privacy/" class="about-side-menu-link">Privacy Policy</a> <a href="/cookie_policy/" class="about-side-menu-link">Cookie Policy</a> </div> </div> <div class="about-main"> <div class="about-main-title">Terms & Conditions</div> <div class="about-main-wrapper"> <p>Yellowleaf Website takes no responsibility for the content, style or accuracy of entries made by contributors.</p> <p>Contributors must be authorised to make entries for the organisation named and may not make entries on behalf of others.</p> <p>Yellowleaf Website may decide to bar an entry on grounds of inappropriate content; the Web Editor's decision is final.</p> <p>Contributors must ensure that an entry observes common decency and does not promote illegal, obscene, or discriminatory activity.</p> <p>Entries must not promote specific short-term offerings of goods or services but rather promote the organisation providing the offering.</p> <p>It is the contributor's responsibility to ensure that information provided in an entry remains valid and current. Overtly outdated material will be removed by Yellowleaf Web Editor.</p> <p>Entries must not include defamatory material or make reference to other organisations offering similar products or services.</p> <p>If an organisation ceases trading Yellowleaf Website will remove all reference to it as soon as we becomes aware of it.</p> <p>Yellowleaf Website accepts no liability for loss or damage, however caused, by any of the material posted on the site.</p> <p>Yellowleaf Website accepts no responsibility for mis-representation or mis-description of goods, services, qualification or capability made by the contributor in an entry; such matters may be passed to the appropriate authority.</p> <p>An entry in the Business Directory does not constitute any form of recommendation or endorsement by Yellowleaf Website.</p> <p>Yellowleaf Website accepts no responsibility for any alleged breach of copyright, trademarks, or other intellectual property right in an entry.</p> </div> </div> </div> </div> </section> <?php include_once $path.'/header-footer/footer.php'; ?>