ok
Direktori : /home/ngwcolle/public_html/LIBRARY-NGWC/ |
Current File : /home/ngwcolle/public_html/LIBRARY-NGWC/index.php |
<?php include_once('includes/config.php');?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="description" content="" /> <meta name="author" content="" /> <title>Online Library Management system</title> <!-- Favicon--> <link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> <!-- Core theme CSS (includes Bootstrap)--> <link href="css/styles.css" rel="stylesheet" /> </head> <body> <!-- Responsive navbar--> <?php include_once('includes/header.php') ?> <!-- Page Content--> <div class="container px-4 px-lg-5"> <!-- Heading Row--> <div class="row gx-4 gx-lg-5 align-items-center my-5"> <div class="col-lg-7"><img class="img-fluid rounded mb-4 mb-lg-0" src="assets/11623.jpg" alt="..." /></div> <div class="col-lg-5"> <h1 class="font-weight-light">Library Management System</h1> <p>A library management system is software that is designed to manage all the functions of a library. It helps librarian to maintain the database of new books and the books that are borrowed by members along with their due dates.</p> <a class="btn btn-primary" href="reporting.php">Request Material</a> </div> </div> <!-- Call to Action--> <div class="card text-white bg-secondary my-5 py-4 text-center"> <div class="card-body"><p class="text-white m-0">Library management is a sub-discipline of institutional management that focuses on specific issues faced by libraries and library management professionals. Library management encompasses normal managerial tasks, as well as intellectual freedom and fundraising responsibilities.</p></div> </div> <!-- Content Row--> </div> <!-- Footer--> <?php include_once('includes/footer.php') ?> <!-- Bootstrap core JS--> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <!-- Core theme JS--> <script src="js/scripts.js"></script> </body> </html>