File Manager
Editing: footer.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>footer</title> </head> <body> <footer> <div class="footerlinks"> <div class="footerservices"> <h4>SERVICES</h4> <a href="addproduct.php" style="color: #75ff83;font-size: 26px;"> Sell on eizon </a> <a href="add_request.php">Request a product</a> <a href="requests_page.php">See product requests</a> <!-- <a href="">Sell to eizon</a> <a href="">Buy from mdmStore</a> --> </div> <div class="footercategories"> <h4>TOP CATEGORIES</h4> <a href="allproducts.php?">All Categories</a> <a href="allproducts.php?category=Electronics">Electronics</a> <a href="allproducts.php?category=Fashion and Beauty">Fashion & Beauty</a> <a href="allproducts.php?category=Home Accessories">Home Accessories</a> <a href="allproducts.php?category=Decorations">Decorations</a> <a href="allproducts.php?category=Food and Nutrition">Food & Nutrition</a> <a href="allproducts.php?category=Services">Services</a> <a href="allproducts.php?category=transport">transport</a> <a href="allproducts.php?category=Other">Other</a> </div> <div class="footernavigation"> <h4>SITE NAVIGATION</h4> <a href="blogpost.php">Blogs</a> <a href="index.php">Home</a> <a href="allproducts.php">Products</a> <a href="about-us.php">About US</a> <a href="privacy-policy.php">Privacy Policy</a> <a href="terms-and-conditions.php">Terms & Conditions</a> </div> <div class="footercontacts"> <h4>CONTACTS</h4> <a href="tel:+255711581675"><i class="fa-solid fa-phone"></i> <span> +255 711 581 675</span> </a> <a href="sms:+255711581675"><i class="fa-solid fa-message"></i> <span> +255 711 581 675</span> </a> <a href="mailto:dacotyindustry@gmail.com"> <i class="fa-solid fa-envelope"></i> <span> dacotyindustry@gmail.com</span></a> <input type="text" placeholder="Search eizon"> </div> </div> <div class="socialmediaicons"> <hr> <div class="socials"> <a href="http://www.instagram.com/dacotyindustry?igsh=MTRhZGE3N3MwZ282bQ=="> <i class="fa-brands fa-square-instagram"></i> </a> <a href=" https://x.com/daCotyINDUSTRY?t=S8dPyqv7g8JiKjWufrcgBQ&s=09"> <i class="fa-brands fa-square-x-twitter"></i> </a> <a href="https://chat.whatsapp.com/BjYHA7zTwzN0EA0cdZJnzd"> <i class="fa-brands fa-square-whatsapp"></i> </a> <a href="facebook"> <i class="fa-brands fa-facebook"></i> </a> <a href="youtube"> <i class="fa-brands fa-youtube"></i> </a> </div> <hr> </div> <div class="footerlogo"> <h1>eizon</h1> <p> Designed & Developed by daCotyWEBSITES | Copyright ©<?= date('Y'); ?> eizon, a daCotyINDUSTRY Company. All Rights Reserved. </p> </div> </footer> </body> </html>
💾 Save
⬅ Back