Commit a5cd39c7 by Manzar Hussain

application main

parent 2af93985
...@@ -38,38 +38,36 @@ ...@@ -38,38 +38,36 @@
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="h_c_b_wrapper"> <div class="h_c_b_wrapper">
<h2 class="h_c_w_bnm">Packaging</h2> <h2 class="h_c_w_bnm">Application</h2>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.</p> <p>With DIC inks, you can rest assured of top-notch printing across applications & substrates. View our entire range of printing inks and adhesives.</p>
</div> </div>
<!--product list start--> <!--product list start-->
<div class="row"> <div class="row">
{% for row in rows %} {% for row in rows %}
<div class="col-md-4"> <div class="col-md-6 col-lg-4 app_con_box">
<section class="ap-grid-block"> <section class="ap-grid-block">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }} {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }}
<div class="ap-slider"> <div class="ap-slider">
<div class="ap-grid-item"> <div class="ap-grid-item">
<figure>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</figure> <figure class="text-center">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</figure>
<h6>Paper Packaging</h6>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }}</p> <p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }}</p>
</div> </div>
<div class="ap-grid-item"> </div>
<figure>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</figure>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }}</p>
</div>
<div class="ap-grid-item">
<figure>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</figure>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }}</p>
</div>
</div>
</section> </section>
</div> </div>
{% endfor %} {% endfor %}
</div> </div>
<!--product list end--> <!--product list end-->
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment