File "what-we-offer.php"
Full path: /home/fsibplc/public_html/section/bde/what-we-offer.php
File
size: 3 B (3 KB bytes)
MIME-type: text/html
Charset: utf-8
Download Open Edit Advanced Editor Back
<!--Start What We Offer Area-->
<!-- <div class="what-we-do-area style2 ptb-100">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="what-we-do-content">
<div class="what-we-do-title">
<span>What We Offer</span>
<h2>We're A Reliable And Cost Efficient
Recruitment Agency</h2>
<p>Irise is not only a globally recognized IT company but also a family filled with talented experts that help global brands, enterprises, midsize businesses or even startups with innovative solutions points and providing business.</p>
<p>Maximise reach and impact with detailed reports content marketing and customer
lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lacus, dignissim phareta
lorem. Sed ut lacus aliquet, volutpat sem pellentesque, egestas nisl.</p>
</div>
<div class="what-we-do-features">
<ul>
<li>
<i class="ri-check-double-line"></i>
<h3>Simple, visual dashboard with on-point reports</h3>
</li>
<li>
<i class="ri-check-double-line"></i>
<h3>Build custom reports that make sense for your business</h3>
</li>
<li>
<i class="ri-check-double-line"></i>
<h3>Navigate through tonnes of data with custom</h3>
</li>
</ul>
</div>
<a href="services-style-one.html" class="default-btn btn">Explore More <i class="ri-arrow-right-line"></i></a>
</div>
</div>
-->
<?php
$pages = "SELECT * FROM pages WHERE slug = 'what-we-offer' LIMIT 1";
$pages_run = mysqli_query($con, $pages);
if (mysqli_num_rows($pages_run) > 0) {
foreach ($pages_run as $pageitem) {
?>
<?php echo $pageitem['description'];
// echo $pageitem['description_bn']; ?>
<div class="col-lg-6">
<div class="what-we-do-image pr-20">
<img src="uploads/page/<?=$pageitem['image'];?>" alt="Image">
</div>
</div>
</div>
</div>
</div>
<!--End What We Offer Area-->
<?php }}
?>