관리-도구
편집 파일: library.php
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <?php include('include/head.php') ?> </head> <body class> <div id="wrapper" class="clearfix"> <div id="preloader"> <div id="spinner"> <img alt src="images/preloaders/5.gif"> </div> <div id="disable-preloader" class="btn btn-default btn-sm">Disable Preloader</div> </div> <?php include('include/header.php') ?> <div class="main-content bg-lighter"> <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="images/bg/bg6.jpg"> <div class="container pt-70 pb-20"> <div class="section-content"> <div class="row"> <div class="col-md-12"> <h2 class="title text-white text-center">Library</h2> <ol class="breadcrumb text-left text-black mt-10"> <li><a href="index.php">Home</a></li> <li class="active text-gray-silver">Library</li> </ol> </div> </div> </div> </div> </section> <section id="about" style="margin-top: 80px;"> <div class="container mt-0 pb-70 pt-0"> <div class="section-content"> <div class="row mt-10"> <div class="col-sm-12 col-md-6 mb-sm-20 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s"> <h3 class="text-uppercase mt-0">Library</h3> <p class="lead">Our library is a vibrant hub of knowledge, providing students with access to a vast collection of books, digital resources, and research materials.</p> <p class="mb-10">Designed to support academic excellence and a love for reading, our library offers a quiet and conducive environment for study and exploration. With comfortable reading spaces and up-to-date resources, students can delve into literature, conduct research, and expand their intellectual horizons.</p> </div> <div class="col-sm-12 col-md-6 mt-0 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s"> <div> <img src="images/about/5.jpg" alt="About LearnPress" class="img-responsive img-fullwidth mt-10 ml-30 ml-xs-0 ml-sm-0"> </div> </div> </div> </div> </div> </section> </div> <?php include('include/footer.php') ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> <?php include('include/foot.php') ?> </body> </html>