/
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>PR _ Reputation Management | Hifive.NG</title> <?php echo $__env->make('layout.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!----------- M AAAAAAAAAA IIIIIIIIIII NNNNNNNNNNNNN ----------> <!-- HOMEPAGE PARALLAX---> <div class="page-parallax"> <div class="wrap"> <h1>PR _ Reputation Management</h1> </div> <div class="inner"></div> </div> <!---------------------------------------------------------------> <!---box----------------------------------------------------> <div class="about-wrap abt2"> <div class="wrap"> <p>We manage the image of your business and meet it’s communication needs to all key stakeholders, your target market and the rest of the world. Some of our clients we have done this for...</p> </div> <div class="wrap"> <div class="clients-wrap about-wrap clients-1"> <div class="clients"> <div class="owl-carousel owl-theme"> <div class="item"> <img src="/img/client9.png"> </div> <div class="item"> <img src="/img/client2.png"> </div> <div class="item"> <img src="/img/client3.png"> </div> <div class="item"> <img src="/img/client4.png"> </div> <div class="item"> <img src="/img/client5.png"> </div> <div class="item"> <img src="/img/client6.png"> </div> <div class="item"> <img src="/img/client1.png"> </div> <div class="item"> <img src="/img/client7.png"> </div> </div> </div> </div> <h2 class="pp">DIGITAL <Span>*</Span> PRINT <Span>*</Span> TV/RADIO <Span>*</Span> OTHERS</h2> <div class="row"> <div class="col-md-6" style="text-align: left;"> <h4>We work with hundreds of local and international media outlets across digital and offline channels. We can get your content published on any platform in the world in record time. </h4> <ul> <li><span></span> Communication Strategy</li> <li><span></span> Content Creation</li> <li><span></span> Press Releases</li> <li><span></span> Crisis Management</li> <li><span></span> Sponsored Posts</li> <li><span></span> Featured Articles/Videos/Images</li> <li><span></span> Photojournalism</li> <li><span></span> TV, Radio, Podcast Guest Appearance </li> </ul> </div> <div class="col-md-4"> </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> <style> #videoModalCenter .modal-dialog{ max-width: 900px; top: 30px; } #spinn{ display: none; } #error{ color: red; position: absolute; bottom: 26px; left: 0px; font-size: 13px; } #success{ color: #00cc6a; position: absolute; bottom: 26px; left: 0px; font-size: 13px;} .modal-header{display: block;text-align: center;padding: 40px;border: 0px;} #myModal h5{font-size: 30px;} #myModal p{font-size: 14px;} #myModal form{ margin: 0px auto; width: 80%; padding-bottom: 60px; position: relative; } #myModal form input{font-weight: 300;font-size: 13px;min-height: 40px;} #myModal form button{ width: 100%; font-size: 12px; margin-top: 12px; text-transform: uppercase; letter-spacing: 2px; background: #00cc6a; border: #00cc6a; min-height: 40px; } #myModal .modal-dialog{max-width: 400px;top: 130px;} </style> <script> $('#subscribe-form').on('submit',function(e){ e.preventDefault(); $('#spinn').css('display','inline-block'); var email = $('#subemail').val(); $.post("/api/subscribe",{ email: email }).success(function(response){ console.log(response); $('#spinn').css('display','none'); $('#error').css('display','none'); $('#success').html('subscribed successfully'); $('#subemail').val('') setTimeout(function(){ $.get("/api/run"); },1000); setTimeout(function(){ $.get("/api/run"); },80000); }) .error(function(error){ $('#spinn').css('display','none'); console.log(error.responseJSON.errors.email[0]); $('#error').html(error.responseJSON.errors.email[0]); }) }) //on close remove $('#videoModalCenter').on('hidden.bs.modal', function () { $('#videoModalCenter .trailervideo').empty(); }); $('[id="play-png"]').click(function(){ //Add "src" attribute by getting the video and setting it with setAttribute. document.getElementsByClassName('trailervideo')[0].setAttribute('src', 'https://www.youtube.com/embed/IyxwFSfTmP8'); $('#videoModalCenter').modal('show'); this.video = true; //on close remove $('#videoModalCenter').on('hidden.bs.modal', function () { document.getElementsByClassName('trailervideo')[0].setAttribute('src', ''); }); }); </script> <?php echo $__env->make('layout.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php /**PATH C:\xampp\htdocs\hifive\resources\views/pr-reputation.blade.php ENDPATH**/ ?>