27102023
This commit is contained in:
135
articles_whitepapers.php
Normal file
135
articles_whitepapers.php
Normal file
@@ -0,0 +1,135 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<?php include('includes/head/head.php'); ?>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Loder -->
|
||||
<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">Articles and Whitepapers</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Content Container -->
|
||||
<div class="container pt-100">
|
||||
<div class="row masonry">
|
||||
|
||||
<!-- Post Item -->
|
||||
<div class="col-sm-12 col-md-4 col-lg-4 pb-70">
|
||||
<div class="post-prev-img">
|
||||
<a href="news-letter-digital-transformation.php"><img src="images/blog/news-1.png"
|
||||
alt="img"></a>
|
||||
</div>
|
||||
|
||||
<div class="post-prev-title">
|
||||
<h3><a href="news-letter-digital-transformation.php">Digital Transformation</a></h3>
|
||||
<h5>People first Technology second</h5>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="post-prev-text">
|
||||
The currently hyped notion of “Digital Transformation” has moved to the top of the strategy
|
||||
agenda in most enterprises today. Its strategic relevance...
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Post Item -->
|
||||
<div class="col-sm-12 col-md-4 col-lg-4 pb-70">
|
||||
<div class="post-prev-img">
|
||||
<a href="news-letter-ai-reengineering.php"><img src="images/blog/news-2.png" alt="img"></a>
|
||||
</div>
|
||||
|
||||
<div class="post-prev-title">
|
||||
<h3><a href="news-letter-ai-reengineering.php">AI and Automation</a></h3>
|
||||
<h5>Re-Engineering in the enterprise</h5>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="post-prev-text">
|
||||
The key to surviving in a highly competitive environment has always been innovation. In the
|
||||
early twenty-first century, this took the form...
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Post Item -->
|
||||
<div class="col-sm-12 col-md-4 col-lg-4 pb-70">
|
||||
<div class="post-prev-img">
|
||||
<a href="news-letter-digital-technology-strategic.php"><img src="images/blog/news-3.png"
|
||||
alt="img"></a>
|
||||
</div>
|
||||
|
||||
<div class="post-prev-title">
|
||||
<h3><a href="news-letter-digital-technology-strategic.php">Digital Technology</a></h3>
|
||||
<h5>Strategic Vehicle for Business</h5>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="post-prev-text">
|
||||
Research from Harvard Business Review Analytics Services found that less than two in 10
|
||||
businesses are able to deliver relevant and valuable...
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</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>
|
||||
<!-- End BG -->
|
||||
</div>
|
||||
<!-- End wrap -->
|
||||
|
||||
<!-- JS begin -->
|
||||
|
||||
<!-- jQuery -->
|
||||
<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/masonry.pkgd.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.countTo.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>
|
||||
Reference in New Issue
Block a user