october_1x0/themes/30coffe/partials/home/content.htm

25 lines
1.0 KiB
HTML

[viewBag]
==
<div class="restant-area" style="background: #37a2ff1a;">
<div class="restant-shape">
<img src="{{'assets/img/home-one/service-shape2.png'|theme}}" alt="Shape">
</div>
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="restant-img">
<img src="{{ 'assets/img/home-one/restant.png' |theme}}" alt="Restant">
<img src="{{ 'assets/img/home-one/restant2.png' |theme}}" alt="Restant">
<img src="{{ 'assets/img/home-one/restant3.png' |theme}}" alt="Restant">
<img src="{{ 'assets/img/home-one/restant4.png' |theme}}" alt="Restant">
<img src="{{ 'assets/img/home-one/restant5.png' |theme}}" alt="Restant">
</div>
</div>
<div class="col-lg-6">
<div class="restant-content">
{% content 'home/contents' %}
</div>
</div>
</div>
</div>
</div>