Refactor suppliers section: Adjust indentation and formatting for improved readability
This commit is contained in:
parent
a3cb78a41c
commit
a88c555694
@ -1,25 +1,27 @@
|
|||||||
<?php
|
<?php
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row justify-content-center">
|
<div class="container">
|
||||||
<div class="col-lg-2 col-sm-6">
|
<div class="row justify-content-center">
|
||||||
<a href="">
|
|
||||||
<img class="margin-bottom img-fluid" src="<?=$URLcorrection?>images/suppliers/keylite.png" alt="keylite"></a>
|
|
||||||
</div>
|
|
||||||
<div class="col-lg-2 col-sm-6">
|
|
||||||
<a href="">
|
|
||||||
<img class="margin-bottom img-fluid" src="<?=$URLcorrection?>images/suppliers/manthorpe.png" alt="manthorpe"></a>
|
|
||||||
</div>
|
|
||||||
<div class="col-lg-2 col-sm-6">
|
|
||||||
<a href="">
|
|
||||||
<img class="margin-bottom img-fluid" src="<?=$URLcorrection?>images/suppliers/swish.png" alt="swish"></a>
|
|
||||||
</div>
|
|
||||||
<div class="col-lg-2 col-sm-6">
|
|
||||||
<a href="">
|
|
||||||
<img class="margin-bottom img-fluid" src="<?=$URLcorrection?>images/suppliers/gap.png" alt="gap"></a>
|
|
||||||
</div>
|
|
||||||
<div class="col-lg-2 col-sm-6">
|
<div class="col-lg-2 col-sm-6">
|
||||||
<a href="">
|
<a href="">
|
||||||
<img class="margin-bottom img-fluid" src="<?=$URLcorrection?>images/suppliers/velux.png" alt="velux"></a>
|
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/keylite.png" alt="keylite"></a>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-2 col-sm-6">
|
||||||
|
<a href="">
|
||||||
|
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/manthorpe.png" alt="manthorpe"></a>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-2 col-sm-6">
|
||||||
|
<a href="">
|
||||||
|
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/swish.png" alt="swish"></a>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-2 col-sm-6">
|
||||||
|
<a href="">
|
||||||
|
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/gap.png" alt="gap"></a>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-2 col-sm-6">
|
||||||
|
<a href="">
|
||||||
|
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/velux.png" alt="velux"></a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user