<?php
include_once(dirname(__FILE__) . './class/include.php');
$SLIDER = new Slider(NULL);
$slider = $SLIDER->all();
?>
<section class="slider-area">
<div class="hero-slider-active slick-arrow-style slick-arrow-style_hero slick-dot-style">
<?php
if (count($slider) > 0) {
foreach ($slider as $key => $slider) {
$active = '';
if ($key == 0) {
$active = 'active';
}
?>
<div class="hero-single-slide hero-overlay">
<div class="hero-slider-item bg-img" data-bg="upload/slider/<?php echo $slider['image_name']; ?>">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="slider-animation slider-content-book fadeinup-animated content_right">
<h1 class="animated" style="color: #fff;text-shadow: 2px 2px 3px black;font-size: 60px;"><span><?php echo $slider['title']; ?></span></h1>
<p class="animated" style="color: #fff ;text-shadow: 2px 2px 3px black;">Create & customize an engagement ring as unique as you</p>
<a href="product-categories.php" class="btn btn-hero">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="hero-single-slide hero-overlay">
<div class="hero-slider-item bg-img" data-bg="assets/img/slider/home3-slide2.jpg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="hero-slider-content slide-2">
<h2 class="slide-title">Diamonds Jewellery <span>Collection</span></h2>
<a href="#" class="btn btn-hero">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="hero-single-slide hero-overlay">
<div class="hero-slider-item bg-img" data-bg="assets/img/slider/home3-slide3.jpg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="hero-slider-content slide-3">
<h2 class="slide-title">Family Jewellery <span>Collection</span></h2>
<a href="#" class="btn btn-hero">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>-->
<?php
}
} else {
}
?>
</div>
</section>
<!-- <div class="hidden-xss">
<div class="slider-area" data-section-id="51dcdde4-7704-4730-936d-28beac1e3b13" data-section-type="slideshow-section">
<div class="slider-active owl-carousel">
<div class="single-slider single-slider-book1 bg-img" style="background-image: url(
//albrechtjewellery.com/cdn/shop/files/albrecht-jewelry-custome-build.webp?v=1697778669
)">
<div class="container">
<div class="slider-animation slider-content-book fadeinup-animated content_right">
<h1 class="animated" style="color: #000000"><span>BUILD A RING</span></h1>
<p class="animated" style="color: #000000">Create & customize an engagement ring as unique as you</p>
<a href="/pages/contact-us" style="color: ; background-color: rgba(, 1)">
Contact Us</a>
</div>
</div>
</div>
<div class="single-slider single-slider-book1 bg-img" style="background-image: url(
//albrechtjewellery.com/cdn/shop/files/custom-designed-gemstone-jewelry-in-scottsdale-az.webp?v=1697778669
)">
<div class="container">
<div class="slider-animation slider-content-book fadeinup-animated content_right">
<h1 class="animated" style="color: "><span>Superior Craftsmanship</span></h1>
<p class="animated" style="color: ">Get the perfect,
one-of-a-kind piece of gemstone jewelry you've been dreaming of</p>
<a href="/collections/rings" style="color: ; background-color: rgba(, 1)">
Browse designs</a>
</div>
</div>
</div> -->
<!--
<div class="hidden-xss">
<div class="slider-area" data-section-id="51dcdde4-7704-4730-936d-28beac1e3b13" data-section-type="slideshow-section">
<div class="slider-active owl-carousel">
<div class="single-slider single-slider-book1 bg-img" style="background-image: url(
//albrechtjewellery.com/cdn/shop/files/albrecht-jewelry-custome-build.webp?v=1697778669
)">
<div class="container">
<div class="slider-animation slider-content-book fadeinup-animated content_right">
<h1 class="animated" style="color: #000000"><span>BUILD A RING</span></h1>
<p class="animated" style="color: #000000">Create & customize an engagement ring as unique as you</p>
<a href="/pages/contact-us" style="color: ; background-color: rgba(, 1)">
Contact Us</a>
</div>
</div>
</div>
<div class="single-slider single-slider-book1 bg-img" style="background-image: url(
//albrechtjewellery.com/cdn/shop/files/custom-designed-gemstone-jewelry-in-scottsdale-az.webp?v=1697778669
)">
<div class="container">
<div class="slider-animation slider-content-book fadeinup-animated content_right">
<h1 class="animated" style="color: "><span>Superior Craftsmanship</span></h1>
<p class="animated" style="color: ">Get the perfect,
one-of-a-kind piece of gemstone jewelry you've been dreaming of</p>
<a href="/collections/rings" style="color: ; background-color: rgba(, 1)">
Browse designs</a>
</div>
</div>
</div>
<div class="single-slider single-slider-book1 bg-img" style="background-image: url(
//albrechtjewellery.com/cdn/shop/files/ethically-sourced-gemstones-at-albrecht-jewelry.webp?v=1697778669
)">
<div class="container">
<div class="slider-animation slider-content-book fadeinup-animated content_right">
<h1 class="animated" style="color: "><span>Natural Gems</span></h1>
<p class="animated" style="color: ">Variety of ethically sourced gemstones from all over the world</p>
<a href="/collections/gemstones" style="color: ; background-color: rgba(, 1)">
Explore gemstones</a>
</div>
</div>
</div>
</div>
</div>
</div> -->
|