Current File : /home/aventura/www/web/templates/experienciaavm.html |
<script>
// Find all YouTube videos
var $allVideos = $("iframe[src^='//www.youtube.com']"),
// The element that is fluid width
$fluidEl = $("body");
// Figure out and save aspect ratio for each video
$allVideos.each(function() {
$(this)
.data('aspectRatio', this.height / this.width)
// and remove the hard coded width/height
.removeAttr('height')
.removeAttr('width');
});
// When the window is resized
$(window).resize(function() {
var newWidth = $fluidEl.width();
// Resize all videos according to their own aspect ratio
$allVideos.each(function() {
var $el = $(this);
$el
.width(newWidth)
.height(newWidth * $el.data('aspectRatio'));
});
// Kick off one resize to fix all videos on page load
}).resize();
</script>
<!-- SECTION HEADING -->
<!--===============================================================-->
<div class="section-heading-page" style="background-color:#FFFFFF ">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h1 class="heading-page text-center-xs"><i class="fa fa-users" style="color:#862986"></i>
Experiencia AVM</h1>
</div>
<div class="col-sm-6">
<ol class="breadcrumb text-right text-center-xs">
<li>
<a href=".">Inicio</a>
</li>
<li>
<a href=".">Conocenos</a>
</li>
<li class="active">Experiencia AVM</li>
</ol>
</div>
</div>
</div>
</div>
<!-- SECTION TEAM -->
<!--===============================================================-->
<div class="section" style="background-color:#FFFFFF " >
<div class="container" >
<div class="row">
<div class="col-sm-12">
<!-- <h3 class="title-v2">Nuestro Equipo</h3> -->
</div>
</div>
<div class="row">
<div class="col-sm-6 text-center">
<div class="content-box bordered">
<div class="videoWrapper">
<iframe width="500" height="315" src="https://www.youtube.com/embed/CVuwQQPkmnE" frameborder="0" allowfullscreen></iframe>
</div>
<!-- <a href="#" class="img-wrapper text-theme-sm">
<img class="img-responsive" src="./images/coordinadores/ale.png" alt="theme-img">
</a>
<h3 class="title-sm text-theme-sm">Alejandro Saiz Yege</h3>
<p class="text-theme-sm">Coordinador</p>
<div class="text-theme-sm">
<a href="mailto:alejandroturismodecastro@gmail.com"><i class="fa fa-envelope fa-box fa-1x bg" data-toggle="tooltip" data-placement="bottom" title="email"></i></a>
<a href="http://www.facebook.com/avm.decastro" target="_blank"><i class="fa fa-facebook fa-bg-social" data-toggle="tooltip" data-placement="bottom" title="facebook"></i></a>
<a href="tel:0370154738899"><i class="fa fa-phone fa-box fa-1x bg" data-toggle="tooltip" data-placement="bottom" title="phone"></i></a>
</div> -->
</div>
</div>
<div class="col-sm-6 text-center">
<div class="content-box bordered">
<div class="videoWrapper">
<iframe width="500" height="315" src="https://www.youtube.com/embed/WNuPyUpv7HU" frameborder="0" allowfullscreen></iframe>
</div> <!-- <a href="#" class="img-wrapper text-theme-sm">
<img class="img-responsive" src="./images/coordinadores/ale.png" alt="theme-img">
</a>
<h3 class="title-sm text-theme-sm">Alejandro Saiz Yege</h3>
<p class="text-theme-sm">Coordinador</p>
<div class="text-theme-sm">
<a href="mailto:alejandroturismodecastro@gmail.com"><i class="fa fa-envelope fa-box fa-1x bg" data-toggle="tooltip" data-placement="bottom" title="email"></i></a>
<a href="http://www.facebook.com/avm.decastro" target="_blank"><i class="fa fa-facebook fa-bg-social" data-toggle="tooltip" data-placement="bottom" title="facebook"></i></a>
<a href="tel:0370154738899"><i class="fa fa-phone fa-box fa-1x bg" data-toggle="tooltip" data-placement="bottom" title="phone"></i></a>
</div> -->
</div>
</div>
<div class="col-sm-6 text-center">
<div class="content-box bordered">
<div class="videoWrapper">
<iframe width="500" height="315" src="https://www.youtube.com/embed/jdt3OPHksAw" frameborder="0" allowfullscreen></iframe>
</div>
<!-- <a href="#" class="img-wrapper text-theme-sm">
<img class="img-responsive" src="./images/coordinadores/ale.png" alt="theme-img">
</a>
<h3 class="title-sm text-theme-sm">Alejandro Saiz Yege</h3>
<p class="text-theme-sm">Coordinador</p>
<div class="text-theme-sm">
<a href="mailto:alejandroturismodecastro@gmail.com"><i class="fa fa-envelope fa-box fa-1x bg" data-toggle="tooltip" data-placement="bottom" title="email"></i></a>
<a href="http://www.facebook.com/avm.decastro" target="_blank"><i class="fa fa-facebook fa-bg-social" data-toggle="tooltip" data-placement="bottom" title="facebook"></i></a>
<a href="tel:0370154738899"><i class="fa fa-phone fa-box fa-1x bg" data-toggle="tooltip" data-placement="bottom" title="phone"></i></a>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- SECTION CUSTOMERS -->
<!--===============================================================-->
<!-- <div class="section section-sm section-top section-white">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p class="lead text-center">Acercate y Conocenos!!</p>
</div>
</div>
</div>
</div> -->
<br>
<div class="section section-xs section-both section-arrow-top section-primary">
<div class="row">
<div class="col-sm-12 text-center">
<h3 class="title-lg text-theme hr"><i class="fa fa-youtube fa-4x"></i> <br>Ingresa a nuestro canal de Youtube</h3>
<a href="https://www.youtube.com/channel/UCpuwDj9Syi5jLmjsx1vtF3Q" target="_self" class="btn btn-ghost-white btn-lg text-theme">Clic Aquí</a>
</div>
</div>
</div>
<br>