🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:footer.php
<footer class="bg-dark text-white pt-5 pb-4 mt-5"> <div class="container"> <div class="row g-4"> <div class="col-lg-4 col-md-6"> <a class="text-decoration-none d-block mb-3" href="index.php"> <span class="brand-text text-white">jobly.lk<sup>®</sup></span> </a> <p class="text-secondary small pe-lg-5">Sri Lanka's premier recruitment portal, connecting top talent with industry leaders. We make recruitment easy, efficient, and reliable.</p> <div class="d-flex gap-3 mt-4"> <a href="https://www.facebook.com/share/18tU4FRPwA/" target="_blank" class="btn btn-outline-secondary btn-sm rounded-circle border-0"><i class="bi bi-facebook fs-5"></i></a> <a href="https://www.tiktok.com/@jobsbyjobly" target="_blank" class="btn btn-outline-secondary btn-sm rounded-circle border-0"><i class="bi bi-tiktok fs-5"></i></a> <a href="https://www.linkedin.com/in/jobly-recruitment-agency-42169139a/" target="_blank" class="btn btn-outline-secondary btn-sm rounded-circle border-0"><i class="bi bi-linkedin fs-5"></i></a> </div> <div class="mt-4 text-secondary small"> <p class="mb-1"><i class="bi bi-envelope me-2"></i>hellojobly@proton.me</p> <p class="mb-1"><i class="bi bi-envelope me-2"></i>jobvoicesl@gmail.com</p> <p class="mb-1"><i class="bi bi-envelope me-2"></i>info@jobly.lk</p> <p class="mb-1"><i class="bi bi-envelope me-2"></i>careers@jobly.lk</p> <p class="mb-1"><i class="bi bi-envelope me-2"></i>support@jobly.lk</p> <p class="mb-1"><i class="bi bi-telephone me-2"></i>+94 766607906</p> <p class="mb-1"><i class="bi bi-telephone me-2"></i>+94 761324030</p> <p class="mb-0"><i class="bi bi-telephone me-2"></i>+94 76 299 0465</p> </div> </div> <div class="col-lg-2 col-md-6 col-6"> <h6 class="fw-bold mb-4 text-uppercase small tracking-widest">Candidates</h6> <ul class="list-unstyled small"> <li class="mb-2"><a href="jobs.php" class="text-secondary text-decoration-none hover-white">Browse Jobs</a></li> <li class="mb-2"><a href="companies.php" class="text-secondary text-decoration-none hover-white">Top Companies</a></li> <li class="mb-2"><a href="services.php" class="text-secondary text-decoration-none hover-white">Career Services</a></li> <li class="mb-2"><a href="login.php" class="text-secondary text-decoration-none hover-white">Job Alerts</a></li> <li class="mb-2"><a href="#" class="text-secondary text-decoration-none hover-white">Career Advice</a></li> </ul> </div> <div class="col-lg-2 col-md-6 col-6"> <h6 class="fw-bold mb-4 text-uppercase small tracking-widest">Employers</h6> <ul class="list-unstyled small"> <li class="mb-2"><a href="register.php" class="text-secondary text-decoration-none hover-white">Post a Job</a></li> <li class="mb-2"><a href="login.php" class="text-secondary text-decoration-none hover-white">Hiring Solutions</a></li> <li class="mb-2"><a href="#" class="text-secondary text-decoration-none hover-white">Advertise with Us</a></li> <li class="mb-2"><a href="#" class="text-secondary text-decoration-none hover-white">Contact Sales</a></li> </ul> </div> <div class="col-lg-4 col-md-6"> <h6 class="fw-bold mb-4 text-uppercase small tracking-widest">Newsletter</h6> <p class="text-secondary small mb-3">Get the latest job openings sent directly to your inbox every week.</p> <form class="input-group mb-3"> <input type="email" class="form-control border-0 bg-secondary bg-opacity-10 text-white rounded-start ps-3" placeholder="Your email address" style="font-size: 0.9rem;"> <button class="btn btn-danger rounded-end px-3" type="button">Subscribe</button> </form> </div> </div> <hr class="my-5 border-secondary opacity-25"> <div class="row align-items-center"> <div class="col-md-6 text-center text-md-start"> <p class="text-secondary small mb-0">© <?php echo date('Y'); ?> jobly.lk. All Rights Reserved. Developed by <a href="https://webspark.lk" target="_blank" class="text-secondary text-decoration-none hover-white fw-bold">webspark.lk</a></p> </div> <div class="col-md-6 text-center text-md-end mt-3 mt-md-0"> <a href="about.php" class="text-secondary text-decoration-none small me-4 hover-white">About Us</a> <a href="#" class="text-secondary text-decoration-none small me-4 hover-white">Privacy Policy</a> <a href="terms-and-conditions.php" class="text-secondary text-decoration-none small hover-white">Terms of Use</a> </div> </div> </div> </footer> <style> .hover-white:hover { color: #fff !important; } .tracking-widest { letter-spacing: 2px; } .bg-dark { background-color: #0b0b0b !important; } </style> <!-- WhatsApp Floating Button --> <?php $site_settings = fetchOne("SELECT whatsapp_number FROM website_settings WHERE id = 1"); $wa_number = $site_settings['whatsapp_number'] ?? ''; ?> <?php if($wa_number): ?> <a href="https://wa.me/<?php echo $wa_number; ?>" class="whatsapp-float" target="_blank"> <i class="bi bi-whatsapp"></i> </a> <style> .whatsapp-float { position: fixed; width: 60px; height: 60px; bottom: 40px; right: 40px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); z-index: 1000; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .whatsapp-float:hover { background-color: #128c7e; color: #FFF; transform: scale(1.1) rotate(10deg); } </style> <?php endif; ?> <!-- jQuery and Bootstrap 5 JS --> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> <!-- Custom JS --> <script src="<?php echo BASE_URL; ?>assets/js/main.js"></script> </body> </html>
Save Changes
Cancel
Create New File
Create New Folder