File Manager
Editing: about-us.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z6RR2PMZW4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-Z6RR2PMZW4'); </script> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>About Us - eizon</title> <meta name="description" content="Learn more about Eizon, your trusted marketplace for buying and selling products. Discover our mission, values, and commitment to connecting local buyers and sellers."> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> <link rel="stylesheet" href="e-commerce.css"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="manifest" href="/manifest.json"> </head> <body> <?php include 'header.php'; ?> <section> <h1>About Us</h1> <p> <strong>Welcome to eizon</strong>, Your go-to platform for connecting buyers and sellers with ease and simplicity. We aim to create a space where individuals can list, discover, and acquire products with no hassle, fostering a thriving marketplace for everyone, no matter where they are. </p> <h2>Who We Are</h2> <p> We are a team dedicated to providing a seamless experience for users across East Africa. Our mission is to empower sellers by giving them a platform to showcase their products and enable buyers to find what they need quickly and conveniently. </p> <h2>What We Do</h2> <p> At <strong>eizon</strong>, we bridge the gap between buyers and sellers, offering a platform where: </p> <ul> <li><strong>Sellers</strong> can upload their products with details like name, location, images, and contacts.</li> <li><strong>Buyers</strong> can easily search and filter products by location, category, or other preferences.</li> <li><strong>Simplicity reigns</strong>: There’s no account creation required to post or edit your listings.</li> </ul> <h2>Why Choose Us?</h2> <ul> <li><strong>User-Friendly Experience:</strong> We’ve made our platform intuitive and easy to use, even for first-time visitors.</li> <li><strong>Location-Based Filtering:</strong> Buyers can find products close to them, making transactions more convenient.</li> <li><strong>Privacy First:</strong> We respect your data and don’t use third-party sharing or intrusive tracking like cookies.</li> <li><strong>Control in Your Hands:</strong> Sellers have the right to edit or delete their product listings at any time.</li> </ul> <h2>Our Vision</h2> <p> To become the leading platform in connecting buyers and sellers in East Africa, promoting trust, transparency, and simplicity in every interaction. </p> <h2>How to Contact Us</h2> <p> Have questions, suggestions, or feedback? We’re here to help! Reach out to us at: <a href="mailto:info@eizononline.com">info@eizononline.com</a> </p> © <?= date('Y'); ?> eizon. All rights reserved. </section> <?php include 'footer.php'; ?> <script src="/e-commerce.js"></script> </body> </html>
💾 Save
⬅ Back