BLACKSITE
:
216.73.216.50
:
174.141.238.224 / www.sscmp.com
:
Windows NT WIN-17DAGV8E5LJ 10.0 build 20348 (Windows Server 2016) AMD64
C:
/
Inetpub
/
vhosts
/
sscmp.com
/
httpdocs
/
views
/
web
/
Upload File:
files >> C:/Inetpub/vhosts/sscmp.com/httpdocs/views/web/patronage.php
<!-- <style> .card { flex-direction: row; align-items: center; } .card-title { font-weight: bold; } .card img { width: 23%; border-top-right-radius: 0; border-bottom-left-radius: calc(0.25rem - 1px); } @media only screen and (max-width: 768px) { a { display: none; } .card-body { padding: 0.5em 1.2em; } .card-body .card-text { margin: 0; } .card img { width: 50%; } } @media only screen and (max-width: 1200px) { .card img { width: 40%; } } </style> --> <!-- feature-style-two --> <section class="inner"> <div class="pattern-layer" style="background-image: url(<?php echo WEBASSETSROOT; ?>/images/inner1.png); position:relative;"></div> <!--<div class="auto-container"> <div class="row clearfix"> <div class="col-md-12 col-sm-12 content-column pt-5"> <div id="content_block_three"> <div class="content-box"> <div class="sec-title style-two text-center py-5"> <h2 class="text-black">Scientific Systems & Chemicals</h2> </div> </div> </div> </div> </div> </div>--> </section> <section class="about-style-two"> <div class="pattern-layer" style="background-image: url(<?php echo WEBASSETSROOT; ?>images/shape/shape-4.png);"></div> <div class="auto-container"> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 content-column pt-5"> <div class="text"> <h2>Patronage</h2> </div> </div> <div class="mx-auto"> <div class="card-body"> <div class="card-columns mx-auto border-0"> <?php while ($data = $topcustomers->fetch(PDO::FETCH_ASSOC)) { ?> <div class="card text-center" style="padding:0px 10px 0px 10px;"> <img src="<?php echo WEBASSETSROOT; ?>upload/topcustomers/<?= $data['custImage']?>" style="height:140px;" class="" /> <h4><?= $data['company_name']?></h4> </div> <?php } ?> </div> </div> </div> </div> </div> </section>