HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/www.colombia.co/public_html/wp-content/themes/colombia2016/html-template.php
<?php 

/* Template Name: HTML-TEMPLATE */ ?>
 
<?php get_header(); ?>

<div id="content-wrapper" class="l-container l-flex html-template">
    <section class="slider-box owl-carousel slider-img">
        <div class="item" style="background-image:url('https://vastphotos.com/files/uploads/photos/10163/sierra-nevada-landscape-m.jpg')"></div>
        <div class="item" style="background-image:url('https://avada.theme-fusion.com/photography/wp-content/uploads/sites/59/2015/11/landscape_large_2.jpg')"></div>
        <div class="item" style="background-image:url('https://i.ytimg.com/vi/OUzGyrB8OXs/maxresdefault.jpg')"></div>
    </section>


    <section class="slider-box owl-carousel slider-video">
        <div class="item" style="background-image:url('https://vastphotos.com/files/uploads/photos/10199/k2-mountain-m.jpg')"></div>
        <div class="item-video">
            <a class="owl-video" href="https://youtu.be/phDsbJETX7I"></a>
        </div>
        <div class="item" style="background-image:url('https://vastphotos.com/files/uploads/photos/10186/mountain-landscape-high-resolution-m.jpg')"></div>
        <div class="item-video">
            <a class="owl-video" href="https://youtu.be/1NTvMxaS4d8"></a>
        </div>
        
    </section>
    <section class="slider-with-content ">
        <div class="SC-img-wrap img-left">
            <div class="img-item" style="background-image:url('https://vastphotos.com/files/uploads/photos/10298/banff-national-park-louise-lake-m.jpg')"></div>
        </div>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>        
    </section>
    <section class="slider-with-content">
        <div class="SC-img-wrap img-right">
            <div class="img-item" style="background-image:url('https://vastphotos.com/files/uploads/photos/10344/beautiful-american-landscape-m.jpg')"></div>
        </div>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>        
    </section>
    <section class="slider-with-content">
        <div class="SC-img-wrap ">
            <div class="img-item" style="background-image:url('https://vastphotos.com/files/uploads/photos/10310/large-format-photo-print-of-mountains-and-lakes-m.jpg')"></div>
        </div>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>        
    </section>
    <section class="column-content cont-3col">
        <div class="cont-col">
            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>        
        </div>
        <div class="cont-col">
            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>        
        </div>
        <div class="cont-col">
            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>        
        </div>
    </section>

</div>

<?php // get_footer(); ?>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/owl.carousel.min.js"></script>
<script>

$(document).ready(function(){
    $(".slider-img").owlCarousel({
        items:1,
        nav:true,
        
    });
    $(".slider-video").owlCarousel({
        items:1,
        videoHeight: 420,
        center:true,
        video:true
        //merge:true,
        //loop:true,
        //margin:10,        
        //videoWidth: false, 
        
    });
});
</script>