File Manager

Current Directory: /home/u930863517/domains/limraevents.com/public_html
Viewing File: /home/u930863517/domains/limraevents.com/public_html/media-advertise.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Services | Limra Events</title> <!-- favicon --> <link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon"> <!-- bootstrap css --> <link rel="stylesheet" href="./vendor/bootstrap/bootstrap.min.css"> <!-- fontawesome --> <link rel="stylesheet" href="./vendor/fontawesome/all.min.css"> <!-- slick slider --> <link rel="stylesheet" href="./vendor/slickslider/slick.css"> <link rel="stylesheet" href="./vendor/slickslider/slick-theme.css"> <!-- magnific popup --> <link rel="stylesheet" href="./vendor/Magnific-Popup/magnific-popup.css"> <!-- custom css --> <link rel="stylesheet" href="./css/services.css"> <link rel="stylesheet" href="./css/responsive.css"> </head> <body> <?php include 'header.php'; ?> <!-- * ========================================================== --> <!-- * HERO --> <!-- * ========================================================== --> <div class="hero services flex-center media-advertise"> <div class="content"> <div class="heading-wrapper flex-center"> <div class="line"></div> <h1 class="heading">Our Services</h1> <div class="line"></div> </div> <h3 class="sub-heading flex-center">Media Advertising</h3> </div> </div> <!-- * ========================================================== --> <!-- * HERO --> <!-- * ========================================================== --> </header> <main> <!-- * ========================================================== --> <!-- * TIMELINE --> <!-- * ========================================================== --> <section class="categories-wrapper"> <div class="container"> <div class="timeline"> <div class="timeline-item slide-top"> <div class="timeline-icon flex-center"> <i class="fas fa-newspaper text-white"></i> </div> <div class="timeline-content"> <h2 class="timeline-heading"><i class="fab fa-galactic-senate mr-1"></i> Newspaper Print Media </h2> <p align='justify'> Newspapers are type of print media or the news gathering organizations that produce them. Most commonly, newspapers are published on a daily or weekly basis, and they are meant to inform the general audience about recent events, especially public affairs and all. </p> <a href="./newspaper-branding.php" class="link">Read More</a> </div> </div> <div class="timeline-item slide-top"> <div class="timeline-icon flex-center"> <i class="fas fa-book text-white"></i> </div> <div class="timeline-content right"> <h2 class="timeline-heading"><i class="fab fa-galactic-senate mr-1"></i> Magazines Print Media </h2> <p align='justify'> Print media advertisements are without doubt a traditional yet very powerful means of marketing. If used it precisely and cleverly it can definitely reach great number of audience. Magazines have one of the most colorful and attractive designs which attracts people, and they are tempted to read about the advertisements. This is what exactly our business does for you. </p> <a href="./magazine-branding.php" class="link">Read More</a> </div> </div> <div class="timeline-item slide-top"> <div class="timeline-icon flex-center"> <i class="fab fa-twitter text-white"></i> </div> <div class="timeline-content"> <h2 class="timeline-heading"><i class="fab fa-galactic-senate mr-1"></i> Social Media </h2> <p align='justify'> Social media advertising, also known as Social media targeting, is a type of advertisement technique served to users on social media platforms. In many instances, when it reaches target market properly, social media advertising platform can provide huge increase in conversation and sales with very low acquisition cost. </p> <a href="./social-media-branding.php" class="link">Read More</a> </div> </div> <div class="timeline-item slide-top"> <div class="timeline-icon flex-center"> <i class=" fab fa-digital-ocean text-white"></i> </div> <div class="timeline-content right"> <h2 class="timeline-heading"><i class="fab fa-galactic-senate mr-1"></i> Digital Advertising </h2> <p align='justify'> Digital advertising, also known as Online marketing, Internet advertising, is a form of marketing and advertising strategy used by the businesses, in which it uses the internet to deliver promotional marketing messages to consumers. Basically, Digital marketing is the practice of delivering promotional content to users through various online and digital channels </p> <a href="./social-media-branding.php" class="link">Read More</a> </div> </div> </div> </div> </section> <!-- * ========================================================== --> <!-- * TIMELINE --> <!-- * ========================================================== --> <!-- * ========================================================== --> <!-- * RELATED WORK --> <!-- * ========================================================== --> <section class="related-work bg-light"> <div class="container"> <div class="heading-wrapper flex-center"> <div class="line"></div> <h1 class="heading">Related Work</h1> <div class="line"></div> </div> <p class="subheading mb-3 text-center">A showcase of our recent & interesting projects</p> <div class="gallery-wrapper"> <div class="image"> <img src="./assets/services/media-ad1.jpg" alt=""> </div> <div class="image"> <img src="./assets/services/media-ad2.jpg" alt=""> </div> <div class="image"> <img src="./assets/services/media-ad3.jpg" alt=""> </div> <div class="image"> <img src="./assets/services/media-ad4.jpg" alt=""> </div> <div class="image"> <img src="./assets/services/media-ad5.jpg" alt=""> </div> </div> <center> <a href="#" class="btn secondary-button mt-0"> <div class="overlay"></div> <span>View full gallery</span> </a> </center> </div> </section> <!-- * ========================================================== --> <!-- * RELATED WORK --> <!-- * ========================================================== --> <!-- * ========================================================== --> <!-- * FREE QUOTE --> <!-- * ========================================================== --> <section class="free-quote"> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-8 col-12 flex-center"> <div class="heading-wrapper"> <h1 class="heading">Wants to promote your business?</h1> <p class="para">Ask for a free quote</p> </div> </div> <div class="col-lg-4 col-md-4 col-12 flex-center"> <a href="./contact-us.php#send-us-message" class="primary-button"> <div class="overlay"></div> <span>Send us a message</span> </a> </div> </div> </div> </section> <!-- * ========================================================== --> <!-- * FREE QUOTE --> <!-- * ========================================================== --> </main> <?php include 'footer.php'; ?> </footer> <!-- jquery --> <script src="./vendor/jquery/jquery.min.js"></script> <!-- bootstrap js --> <script src="./vendor/bootstrap/bootstrap.min.js"></script> <!-- slick slider --> <script src="./vendor/slickslider/slick.min.js"></script> <!-- magnific popup --> <script src="./vendor/Magnific-Popup/jquery.magnific-popup.min.js"></script> <!-- custom js --> <script src="./js/main.js"></script> <script src="./js/index.js"></script> </body> </html>