HOME


Mini Shell 1.0
DIR: /home/islapiiu/sites/mirissa-whales/
Upload File :
Current File : /home/islapiiu/sites/mirissa-whales/certificates.php
<?php
include './db.php';
include './function.php';
$url = url();
?>
<!DOCTYPE html>
<html lang="en-US">


    <head>
        <title>Whales Watching in Mirissa | Certificates</title>
        <meta name="keywords" content="whales in mirissa, whale watching sri lanka, whale watching in mirissa, whale watching places, mirissa whale watching, whale watching company mirissa, whale watching boats, best whale watching company in mirissa, mirissa whales, mirissa whales tripadvisor" />
        <meta name="description" content=" Explore our full range of things to do in Sri Lanka ,Mirissa is one of the world's best destinations  for  whales watching." />

        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <link rel="icon" type="image/png" href="images/icon.png">
        <!--Fonts-->
        <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet" type="text/css">
        <link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i" rel="stylesheet" type="text/css">
        <link href="http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic" rel="stylesheet" type="text/css">
        <!--Bootstrap-->
        <link href="css/bootstrap.css" rel="stylesheet" type="text/css">
        <!--font Awesome-->
        <link href="css/font-awesome.css" rel="stylesheet" type="text/css">
        <!--slider-->
        <link href="css/owl.carousel.min.css" rel="stylesheet" type="text/css">
        <link href="css/animate.css" rel="stylesheet" type="text/css">
        <!--PrettyPhoto-->
        <link href="css/prettyPhoto.css" rel="stylesheet" type="text/css">
        <!--main file-->
        <link href="css/style.css" rel="stylesheet" type="text/css">
        <!--Responsive file-->
        <link href="css/responsive.css" rel="stylesheet" type="text/css">
        <link href="css/lightbox.css" rel="stylesheet" type="text/css"/>
    </head>

    <body>
        <div class="page-wrapper">

            <!-- Preloader -->
            <?php include './header.php'; ?>
        </div>
        <!--End Header-->

        <!--Start Page Title-->
        <div class="page_title bg3">
            <div class="layer">
                <div class="container">
                    <div class="row">
                        <div class="col-sm-12 col-md-12">
                            <h1>Certificates</h1>
                            <div class="beadcrumb">
                                <a href="index.php">Home</a> <i class="fa fa-angle-right"></i> <span>Certificates</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="seaction_margin  animated fades">
            <div class="container" style="padding-bottom: 50px;">
                <div class="row">
                    <div class="col-sm-2 col-md-2"></div>
                    <div class="col-sm-8 col-md-8">
                        <?php
                        $certificats = getCertificatsImage();

                        if (count($certificats) > 0) {
                            foreach ($certificats as $img) {
                                $text = $img['title'];
                                $title = replaceAll($text);
                                ?>
                                <div  class="accordion">
                                    <a href="view-certificates.php?id=<?php echo $img['id']; ?>">
                                     <h3 class="certificates"><?php echo $img['title']; ?></h3></a>
                                </div>
                                <?php
                            }
                        } else {
                            ?> 
                            <b style="padding-left: 15px">No Certificats in the database.</b> 
                        <?php } ?> 
                    </div>
                    <div class="col-sm-2 col-md-2"></div>
                </div>
            </div>
        </div>
        <?php include './footer.php'; ?>
        <a href="#0" class="cd-top"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
        <!-- jQuery -->
        <script  src="js/jquery.js"></script>
        <!-- Bootstrap -->
        <script  src="js/bootstrap.min.js"></script>
        <!-- Jquery Ui -->
        <script  src="js/jquery-ui.js"></script>
        <!-- Slider -->
        <script  src="js/owl.carousel.js"></script>
        <!-- Isotope -->
        <script src="js/isotope-docs.min.js"></script>
        <!-- PrettyPhoto -->
        <script src="js/jquery.prettyPhoto.js"></script>
        <!-- Parallax -->
        <script  src="js/jquery.parallax.js"></script>
        <!-- Slider -->
        <script  src="js/jquery.cycle.all.js"></script>
        <!-- Appear -->
        <script  src="js/jquery.appear.js"></script>
        <!-- Custom -->
        <script  src="js/custom.js"></script>
        <script src="js/lightbox.js" type="text/javascript"></script>
    </body>


</html>