HOME


Mini Shell 1.0
DIR: /home/islapiiu/sites/srilekha/
Upload File :
Current File : /home/islapiiu/sites/srilekha/index.php
<!DOCTYPE html>
<?php include './class/include.php';
?>
<html lang="en">
    <head>
        <title>Srilekha Jewellers </title>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="keywords" content="Gems & Jewellers in Galle, Gems & Jewellers in Unawatuna, jewellery shops in sri lanka, jewellery shops in galle, wedding jewellery, engagement rings, jewellery design, gem products in sri lanka, forbes gems and jewellery, best wedding jewellery in galle, blue sapphire, necklace, bangles, ear studs, pendant, diamond rings">
        <meta name="description" content="Forbes Gems & Jewellery is committed to providing our customers the best value, quality, service and selection of Sapphires, Diamonds, Emeralds, Pearls and other gemstone jewellery in Sri Lanka.">



        <!--Favicons-->
        <link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
        <meta name="msapplication-TileColor" content="#ffffff">
        <meta name="theme-color" content="#ffffff">


        <!--Bootstrap and Other Vendors-->
        <link rel="stylesheet" href="css/bootstrap.min.css">
        <link rel="stylesheet" href="css/bootstrap-theme.min.css">
        <link rel="stylesheet" href="css/fontawesome-all.min.css">
        <link rel="stylesheet" href="vendors/owl.carousel/css/owl.carousel.min.css">

        <link rel="stylesheet" type="text/css" href="vendors/flexslider/flexslider.css" media="screen" />
        <!--Fonts-->

        <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet"> 
        <link href="https://fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet"> 
        <link href="https://fonts.googleapis.com/css?family=Playball" rel="stylesheet"> 
        <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet"> 
        <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet"> 
        <link href="https://fonts.googleapis.com/css?family=Courgette|Dancing+Script" rel="stylesheet"> 
        <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet"> 

        <!--Mechanic Styles-->
        <link rel="stylesheet" href="css/style.css">
        <link rel="stylesheet" href="css/responsive.css">
        <link href="css/custom.css" rel="stylesheet" type="text/css"/>

    </head>
    <body>
        <a href="#" id="back-to-top" title="Back to top">&uarr;</a>

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

        <?php include './slider.php'; ?>
        <!--Slider-->
        <div class="innerLayout">
            <section id="ring_sec" class="ring_sec ">
                <div id="trigger" class="container ">
                    <div class="row" >
                        <div class="col-md-6  diamond_j_cont">
                            <div  class="diamond_j">
                            </div>
                            <div class="diamond_b">
                                <img alt="" class="img-responsive"  src="images/ring.png">
                            </div>
                        </div>
                        <div   class="col-md-6  ring_cont" style="text-align: justify;">
                            <?php $PAGES = new Page(4); ?>
                            <div class="row m0 sectionTitle2">
                                <h3 style="font-family: 'Oswald', sans-serif; font-size: 35px;" ><?php echo $PAGES->title ?></h3>
                                <h5>Welcome to forbes family</h5>
                            </div>


                            <p style="text-align: justify; margin-top: -30px;"><?php echo $PAGES->description ?></p>
                            <center>
                                <a  class="com_btn" href="about_us.php">More About Us</a>
                            </center>
                        </div>
                    </div>
                </div>
            </section>
            <section id="featureCategory" class="row contentRowPad">
                <div class="parallax-new">
                    <div class="container">
                        <div class="row m0 sectionTitle">
                            <h3 style="font-size: 35px; color: white;  font-family: 'Oswald', sans-serif;" > featured categories</h3>
                            <h5 style="color: white;">make easy shop with our categories</h5>
                        </div>
                        <div class="owl-carousel featureCats row m0">
                            <?php
                            $PRODUCT_TYPE = ProductType::all();
                            foreach ($PRODUCT_TYPE as $product) {
                                ?>
                                <div class="item">
                                    <a href="product.php?id=<?php echo $product["id"]; ?>">  
                                        <div class="row m0 imgHov">
                                            <img src="upload/product-type/<?php echo $product['image_name']; ?>" alt="">  
                                            <div class="row m0 hovArea">
                                                <i class="fas fa-heart-o"></i><br>
                                                <!--                                            <h4>11 items</h4>-->
                                            </div>

                                        </div></a>
                                    <div class="cat_h">
                                        <a href="product.php?id=<?php echo $product["id"]; ?>">
                                            <h2 style="color: black;"><?php echo $product['name']; ?></h2>
                                            <span>See the Collection</span>
                                        </a>
                                    </div>
                                </div> 
                                <?php
                            }
                            ?>
                        </div>

                    </div>
                </div>
            </section>
            <section id="Dshine" class="row contentRowPad">
                <div class="container">
                    <div class="row sectionTitle">
                        <h3 class="title-h3">Featured Product</h3>
                        <h5>shop over our best brands</h5>
                    </div>
                    <div class="row">
                        <?php
                        $PRODUCT = new Product(NULL);
                        foreach ($PRODUCT->all() as $key => $product) {
                            if ($key < 8) {
                                ?>
                                <div class="col-sm-3 product">
                                    <div class="productInner row m0">
                                        <div class="row m0 imgHov">
                                            <img src="upload/product-type/product/<?php echo $product["image_name"]; ?>" alt="">

                                        </div>
                                        <div class="row m0 proName"><a href="#"><?php echo $product["name"]; ?></a></div>

                                    </div>
                                </div>
                                <?php
                            }
                        }
                        ?>
                    </div>
                    <center>
                        <a href="all_product.php"><button class="btn btn-primary btn-lg filled" type="submit">View More</button></a> 
                    </center>
                </div>
            </section>
            <section id="testimonialTabs" class="row contentRowPad">
                <div class="container">
                    <div class="row m0 sectionTitle">
                        <h3 class="title-h3">Feedback</h3>
                        <h5>make easy shop with our categories</h5>
                    </div>
                    <div class="owl-carousel testimonialTabs row m0">

                        <div class="row">

                            <?php
                            $COMMENTS = new Comments(NULL);
                            foreach ($COMMENTS->activeComments() as $key => $comments) {
                                if ($key == 3) {
                                    break;
                                }
                                ?>
                                <div class="col-md-4 col-sm-4">
                                    <div class="row m0 testimonialStyle3">
                                        <div class="testiText row m0"><?php echo substr($comments['comment'], 0, 150) . '...'; ?></div>
                                        <div class="row m0 clientInfo text-center">
                                            <img src="upload/comments/<?php echo $comments['image_name'] ?>" alt="">
                                            <div class="clientName"><?php echo $comments['name'] ?></div>
                                            <ul class="stars list-inline">
                                                <li class="stared"><i class="fas fa-star"></i></li>
                                                <li class="stared"><i class="fas fa-star"></i></li>
                                                <li class="stared"><i class="fas fa-star"></i></li>
                                                <li class="stared"><i class="fas fa-star"></i></li>
                                                <li class="stared"><i class="fas fa-star"></i></li>
                                            </ul>
                                        </div>
                                    </div>
                                </div>
                                <?php
                            }
                            ?>
                        </div>

                    </div>
                </div>
            </section>
            <?php include './footer.php'; ?>
        </div>
        <!--jQuery, Bootstrap and other vendor JS-->
        <!--jQuery-->

        <script src="js/jquery-2.1.3.min.js"></script>
        <script src="js/custom.js" type="text/javascript"></script>
        <!--Google Maps-->
        <script src="https://maps.googleapis.com/maps/api/js"></script>
        <!--Bootstrap JS-->
        <script src="js/bootstrap.min.js"></script>
        <!--Owl Carousel-->
        <script src="vendors/owl.carousel/js/owl.carousel.min.js"></script>
        <!--Isotope-->
        <script src="vendors/isotope/isotope-custom.js"></script>

        <!--FlexSlider-->
        <script src="vendors/flexslider/jquery.flexslider-min.js"></script>

        <!--D-shine JS-->
        <script src="js/d-shine.js"></script>

    </body>

</html>