Server IP : 103.53.40.154 / Your IP : 18.188.227.64 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/thewebshop.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once 'site-header.php'; ?> <body> <?php include_once 'header-top.php';?> <?php include_once 'header-menu.php';?> <div class="clearfix"></div> <style> .trmcd h4{position: relative; top:10px;} </style> <section class="my-breadcrumb parallex"> <div class="container page-banner"> <div class="row"> <div class="col-sm-6 col-md-6"> <h1>Digital Marketing Packages</h1> </div> <div class="col-sm-6 col-md-6"> <ol class="breadcrumb pull-right"> <li><a href="http://www.thewebshop.co.in">Home</a></li> <li class="active">Digital Marketing Packages</li> </ol> </div> </div> </div> </section> <style> .posty { position: relative !important; top: -70px !important; } @media (min-width:320px) and (max-width:767px) { .posty { position: relative !important; top: 400px !important; } } </style> <!------------> <div id="web-designing" class="posty"></div> <section class="pricing-section light-blue"> <div class="container"> <div class="row" id="packages-area"> <div class="col-md-12 col-sm-12 col-xs-12 heading"> <span class="heading-letter-style">P</span> <div class="main-heading-container"> <h1>Digital Marketing Packages</h1> <h3>Some Afforable Digital Marketing Packages in New Delhi India.</h3> <p>The Web Shop is powerful, beautiful, and fully responsive Website Designing with multiple options</p> </div> </div> <style> .ul-style ul { list-style: none; } .ul-style ul li:before { content: '✓'; color:green; } </style> <div class="col-md-12 col-sm-12 col-xs-12 nopadding"> <?php $pack_q=db_query("select * from tbl_package where package_status='Active' order by package_id asc"); while($pack_res=mysqli_fetch_array($pack_q)) { ?> <div class="col-md-4 col-sm-6 col-xs-12 ul-style"> <div class="pricing-table-small"> <div class="pricing-table-small-title"> <h1><?=$pack_res['package_name']?></h1> <!-- <p>Website Designing starts at </p> --> </div> <div class="pricing-table-small-content"> <h1 class="pts-price"><span style="font-size:14px; text-transform:capitalize; color:#777;"> Starts at</span> <i class="fa fa-rupee"></i><?=$pack_res['package_price']?> <small>/<?=$pack_res['package_price_type']?></small></h1> <div class="features_left"> <?=$pack_res['package_description']?> </div> </div> <div class="pricing-table-small-button"> <a href="#" class="btn btn-custom"><span> Purchase</span><i class="fa fa-angle-right"></i></a> </div> </div> </div> <?}?> </div> </div> </div> </section> <?php include_once 'site-footer.php';?>