/
home
/
obinna
/
html
/
app
/
resources
/
views
/
Upload File
HOME
@include('layout.head') <title>Digital Marketing | Hifive.NG</title> @include('layout.header') <!----------- M AAAAAAAAAA IIIIIIIIIII NNNNNNNNNNNNN ----------> <!-- HOMEPAGE PARALLAX---> <div class="page-parallax"> <div class="wrap"> <h1>Some of Our Work and Recent <span>Successful Projects</span></h1> </div> <div class="inner"></div> </div> <!---------------------------------------------------------------> <!---box----------------------------------------------------> <div class="about-wrap abt2"> <div class="wrap"> <span class="a-small">Case Studies</span> <div class="title-header"> </div> <div class="row" id="pan-atlantic"> <div class="col-md-6"> <div class="case-2"> <img src="/img/PAUU-2120.jpg"> <div class="inner"></div> </div> </div> <div class="col-md-6"> <div class="case-2"> <div class="text"> <h2 style="padding: 0px;">Pan Atlantic University Case Study</h2> <h4> Since 2019, we have been privileged to work with the admissions teams at the Pan-Atlantic University. We have grown the number of digital applications into both graduate and undergraduate programs by over 800% annually. <strong>Channels Engaged:</strong> ● Google Display Marketing, ● Search Engine Marketing, YouTube Video Ads. ● Facebook Display & Video Ads. ● Instagram Display & Video Ads. ● Twitter Display & Video Marketing Ads. ● Linkedin Display & Video Marketing Ads. <strong>Results:</strong> Campaign activities have led to mass awareness reaching over 8million people yearly thereby driving thousands of inquiries and leading to over 800% year on year increase in online applications to both undergraduate and postgraduate courses. </h4> </div> </div> </div> </div> <div class="row" id="flour-mill"> <div class="col-md-6 sm-no"> <div class="case-2"> <div class="text"> <h2 style="padding: 0px;">Flour Mills Of Nigeria Plc Digital Case Study</h2> <h4> Over the years, we have had the opportunity to serve the FMN PLC in various annual campaigns. <strong>Channels Engaged:</strong> ● Facebook Display Advertising ● Instagram Display Advertising ● Twitter Display Advertising ● PR - Punch Newspaper, Bellanaija, Pulse and more digital & print platforms. <strong>Results:</strong> Driving an increased number of applications to the wholesales and retail products distributorship program across all states in the country. Creating mass awareness, engagements and user generated content as part of social media contests for some key annual events.</h4> </div> </div> </div> <div class="col-md-6"> <div class="case-2"> <img src="/img/fmill.png"> <div class="inner"></div> </div> </div> <div class="col-md-6 sm-show"> <div class="case-2"> <div class="text"> <h2>Flour Mills Of Nigeria Plc Digital Case Study</h2> <h4> <strong>Here’s What We Did For Flour Mills Of Nigeria Plc Digital</strong> ● Display Advertising ● Video Marketing ● Search Engine Marketing ● App Marketing Campaigns ● Lead Generation Campaigns ● Email Marketing ● Sms Marketing ● Custom Digital Campaigns </h4> </div> </div> </div> </div> <div class="row" id="quidax"> <div class="col-md-6"> <div class="case-2"> <img src="/img/Quidax.png" style="width:97%"> <div class="inner"></div> </div> </div> <div class="col-md-6"> <div class="case-2"> <div class="text"> <h2 style="padding: 0px;">Quidax Case Study</h2> <h4> REACHING OVER 15 MILLION PEOPLE VIA STRATEGIC CONTENT DISSEMINATION TARGETING KEY STAKEHOLDERS AND DRIVING USER ACQUISITION. <strong>Task:</strong> Reputation Management / PR & Digital Marketing. <strong>Reputation Management:</strong> One of the top cryptocurrency exchanges in Africa, Quidax has trusted us to handle their external communications over the last three years. This cuts across both local and international platforms. Over the years and due to their impressive portfolio of products, service delivery, a stellar leadership team and big results in the marketplace, they have also attracted a lot of international recognition, free international press and Investments in millions of dollars. We have also had the opportunity of working with Quidax’s brilliant and very competent marketing team. They are very experimental and stop at nothing to drive the accomplishment of their business bottom line. During the course of the last year, we looked into some alternative digital campaigns using unpopular marketing channels to drive user acquisition and app downloads for the business. <strong>Results:</strong> Millions of people reached every quarter through highly relevant press and content dissemination thereby leading to remarkable spike in awareness, engagement, user acquisition & related key metrics. </h4> </div> </div> </div> </div> </div> </div> <div class="clients-wrap about-wrap"> <div class="wrap"> <span class="a-small">Clients</span> <div class="title-header"> <h1>We serve Nigeria’s high performance brands.</h1> </div> <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> </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> @include('layout.footer')