Commit 58f06eaa by Manzar Hussain

application link

parent 8eb41b24
......@@ -32,42 +32,45 @@
*/
#}
<div class="container-fluid spacerTB m_c_s_d_i">
<div class="row">
<div class="container">
<div class="row">
<div class="col-12">
<div class="h_c_b_wrapper">
<h2 class="h_c_w_bnm">Application</h2>
<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>
<!--product list start-->
<div class="row">
{% for row in rows %}
<div class="col-md-6 col-lg-4 app_con_box">
<section class="ap-grid-block">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_subtitle }}'] }}
<div class="ap-slider">
<div class="ap-grid-item">
<figure class="text-center">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</figure>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }}
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }}</p>
</div>
</div>
</section>
</div>
{% endfor %}
<div class="row">
<div class="container">
<div class="row">
<div class="col-12">
<div class="h_c_b_wrapper">
<h2 class="h_c_w_bnm">Application</h2>
<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>
<!--product list start-->
<div class="row">
{% for row in rows %}
<div class="col-md-6 col-lg-4 app_con_box">
<section class="ap-grid-block">
<h5 class="title"><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_external_url }}'] }}" class="c1">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_subtitle }}'] }}</a></h5>
<div class="ap-slider">
<div class="ap-grid-item">
<figure class="text-center"><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_external_url }}'] }}">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</a></figure>
<h6><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_external_url }}'] }}">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }}</a></h6>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }} </p>
</div>
</div>
</section>
</div>
{% endfor %}
</div>
<!--product list end-->
</div>
<!--product list end-->
</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