Mini Shell
<footer class="u-align-center u-clearfix u-container-align-center u-footer u-grey-60 u-footer" id="footer"><div class="u-clearfix u-sheet u-valign-top-lg u-valign-top-md u-valign-top-sm u-valign-top-xs u-sheet-1">
<div class="data-layout-selected u-clearfix u-expanded-width u-layout-wrap u-layout-wrap-1">
<div class="u-layout">
<div class="u-layout-row">
<div class="u-container-style u-layout-cell u-size-20 u-layout-cell-1">
<div class="u-container-layout u-container-layout-1">
<div class="fr-view u-clearfix u-hover-feature u-rich-text u-text u-text-1" data-animation-name="customAnimationIn" data-animation-duration="1000">
<h1><span class="u-custom-font" style="font-family: BahnschriftRegular; font-size: 1.5rem;"><?php echo $goruntu["abouttitle"];?></span>
</h1>
<p style="text-align: justify;"><?php echo $goruntu["about"];?></p>
</div>
</div>
</div>
<div class="u-container-style u-layout-cell u-size-20 u-layout-cell-2">
<div class="u-container-layout u-valign-top-lg u-valign-top-md u-valign-top-sm u-valign-top-xs u-container-layout-2">
<div class="fr-view u-clearfix u-hover-feature u-rich-text u-text u-text-2" data-animation-name="customAnimationIn" data-animation-duration="1000">
<h1 style="line-height: 1.05;"><span class="u-custom-font" style="font-family: BahnschriftRegular; font-size: 1.5rem;">ÜRÜNLERİMİZ</span>
</h1>
<?php
$urunler = mysqli_query($vt, "select * from urunler order by sira asc limit 6");
while($urun = mysqli_fetch_assoc($urunler)){
?>
<h1 style="line-height: 0.1;" class="u-title"><span class="u-custom-font" style="font-family: BahnschriftRegular; font-size: 1.25rem;"><?php echo $urun["ad"];?></span>
</h1>
<?php } ?>
</div>
</div>
</div>
<div class="u-container-style u-hover-feature u-layout-cell u-shape-rectangle u-size-20 u-layout-cell-3">
<div class="u-container-layout u-container-layout-3">
<div class="fr-view u-clearfix u-rich-text u-text u-text-3" data-animation-name="customAnimationIn" data-animation-duration="1000">
<h1><span class="u-custom-font" style="font-family: BahnschriftRegular; font-size: 1.5rem;"><?php echo $goruntu["addresstitle"]; ?></span>
</h1>
<p><?php echo $goruntu["address"]; ?></p>
<p style="line-height: 0.8;">Faks :<?php echo $goruntu["telefon2"]; ?></p>
<p style="line-height: 0.8;"><?php echo $goruntu["telefontitle"]; ?> :<a href="tel:<?php echo $goruntu["telefon1"]; ?>"><?php echo $goruntu["telefon1"]; ?></a></p>
<p style="line-height: 0.8;"><a href="mailto:<?php echo $goruntu["email"]; ?>"><?php echo $goruntu["email"]; ?></a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div></footer>
</body></html>