Files
Tenextsite/blogs_magnetization_monetization.php
2023-10-27 15:06:07 +05:30

90 lines
3.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<?php include('includes/head/head.php'); ?>
<body>
<!-- Loader -->
<div id="loader-overflow">
<div id="loader3">Please enable JS</div>
</div>
<div id="wrap" class="boxed ">
<div class="grey-bg">
<!-- Header -->
<?php include('includes/header/header.php'); ?>
<!-- Page Title -->
<div class="page-title-cont page-title-large grey-dark-bg page-title-img pt-150" style="background-image: url(images/about-me.jpg)">
<div class="relative container align-left">
<div class="row">
<div class="col-md-8">
<h1 class="page-title">Magnetization & Monetization</h1>
</div>
</div>
</div>
</div>
<!-- Content Container -->
<div class="container pt-80">
<div class="row">
<div class="col-sm-8 blog-main-posts">
<div class="blog-post wow fadeIn">
<div class="post-prev-img">
<a href="javascript:;"><img src="images/blog/8.jpg" alt="img"></a>
</div>
<div class="post-prev-title">
<h3><a href="javascript:;">Introduction to Magnetization & Monetization using Mobile Applications</a></h3>
</div>
<div class="post-prev-info">
September 4th
</div>
<div class="post-prev-text">
<p>The world is witnessing a rapid increase in the mobile application solutions. They are now changing the technological landscape.
They have become a powerful medium and can keep people updated and knowledgeable.</p>
<blockquote class="mb-40 mt-40">
<p>A cab services provider offers a wide range of exciting discounts on their mobile application that magnetizes people to download
and share it with their friends.</p>
</blockquote>
<p>Practically now there are now no areas where mobile applications have not been available. It has penetrated deep into every
individuals life. The businesses have been using it to generate a constant stream of revenue as there are now many trends
available globally in mobile applications that can take your business to a whole new level.</p>
<p>A cab services provider offers a wide range of exciting discounts on their mobile application that magnetizes people to download
and share it with their friends. This strategy provides intense promotions and are marketed by people, themselves over social
media sites like WhatsApp, Facebook, LinkedIn and other social networks as it offers mutual benefits.</p>
</div>
</div>
</div>
<!-- Slider -->
<?php include('includes/sidemenu/blog-artical-menu.php'); ?>
</div>
</div>
<!-- Footer -->
<?php include('includes/footer/footer.php'); ?>
<!-- BACK TO TOP -->
<p id="back-top">
<a href="#top" title="Back to Top"><span class="icon icon-arrows-up"></span></a>
</p>
</div>
</div>
<!-- End wrap -->
<!-- JS begin -->
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src='js/jquery.magnific-popup.min.js'></script>
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
<!-- JS end -->
</body>
</html>