/
home
/
obinna
/
html
/
app
/
storage
/
framework
/
views
/
Upload File
HOME
<?php echo $__env->make('layout.head', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <title>Video Production | Hifive.NG</title> <?php echo $__env->make('layout.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!----------- M AAAAAAAAAA IIIIIIIIIII NNNNNNNNNNNNN ----------> <style> .gif{ min-height:265px; } </style> <!-- HOMEPAGE PARALLAX---> <div class="page-parallax" style="background: url('/img/video.png');background-size:cover;"> <div class="wrap"> <h1>Video Production</h1> </div> <div class="inner"></div> </div> <!---------------------------------------------------------------> <!---box----------------------------------------------------> <div class="about-wrap abt2"> <div class="wrap"> <div class="row"> <div class="col-md-4"> <img src="/img/Hifive.ngDRONE.png" alt=""> </div> <div class="col-md-4"> <img src="/img/Hifive.ngDRONE2.png" alt=""> </div> <div class="col-md-4"> <img src="/img/Hifive.ngDRONE3.png" alt=""> </div> </div> <h2 style="font-weight:400;">Our cost-effective and high-quality approach to work fits a broad array of project needs. At Hifive.ng, we get pretty excited at the thought of a new project. Let’s talk about your next video project. Reach out and get a response in minutes. </h2> </div> <div class="wrap"> <h1 style="padding:60px 0px 15px;">Video Production Services </h1> <div class="row"> <div class="col-md-6"> <img src="/img/hifive.ngVideo Production.gif" alt="" class="gif"> </div> <div class="col-md-6"> <img src="/img/hifive-motion-graphics.gif" alt="" class="gif"> </div> </div> </div> <div class="wrap"> <div class="vid-blocks"> <div class="row"> <div class="col-md-4"> <div class="vid"> <span>Brand Video Production</span> </div> </div> <div class="col-md-4"> <div class="vid"> <span>Event Coverage</span> </div> </div> <div class="col-md-4"> <div class="vid"> <span>Live Streaming & Broadcast Video Services </span> </div> </div> <div class="col-md-2"> </div> <div class="col-md-4"> <div class="vid"> <span>Video Publishing Across Digital/ Web & Offline Channels</span> </div> </div> <div class="col-md-4"> <div class="vid"> <span>2d/3d Motion Production </span> </div> </div> <div class="col-md-2"> </div> </div> <h5 style="margin: 70px 0px 30px; font-size: 23px;">Show Reel</h5> <div class="videoWrapper ratio ratio-16x9"> <iframe class="trailervideo" src="https://www.youtube.com/embed/IyxwFSfTmP" frameborder="0" allowfullscreen></iframe> </div> </div> </div> </div> <!-- Video Modal --> <div class="modal fade" id="videoModalCenter" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <!-- select donation option --> <div id="videoOption"> <div id="close"> <div id="trailerdivbox" > <div class="videoWrapper ratio ratio-16x9" id="video"> <iframe class="trailervideo" frameborder="0" allowfullscreen></iframe> </div> </div> </div> </div> </div> </div> </div> <?php echo $__env->make('layout.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php /**PATH /home/hifiztdi/app/resources/views/video.blade.php ENDPATH**/ ?>