Server IP : 51.89.169.208 / Your IP : 216.73.216.57 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/about/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <title>Yellowleaf - About</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="about.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.html'; ?> <!-- 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 active">About Us</a> <a href="/support/" class="about-side-menu-link">Contact Us</a> <a href="/terms/" class="about-side-menu-link">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">About Us</div> <div class="about-main-wrapper"> <p>Yellowleaf is an online free service and our aim is to provide all users the ability to search for information of their local businesses instantly. At Yellowleaf we believe in providing all users appropriate user accessibility and usability and therefore our objective is to ensure that our users have a flowing and comfortable browsing experience.</p> <p>Yellowleaf also provides small and medium sized enterprises (SME) the opportunity to promote their businesses, delivering them high and quality exposure and growth of their business and reputation.</p> </div> </div> </div> </div> </section> <?php include_once $path.'/header-footer/footer.html'; ?>