Commit d3e3adff by Manzar Hussain

why choose us

parent 300bcbc4
......@@ -17,22 +17,36 @@
* @ingroup themeable
*/
#}
{% for row in rows %}
<div class="card">
<div class="abt_c_c bg_blue">
<div class="abt_sc_b"><span>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}
{# <img alt="Expertise in color for your comfort" data-entity-type="file" data-entity-uuid="d2f76f60-b33e-4589-88e0-4f2f890b2cd4" src="/sites/default/files/inline-images/Largest%20Manufacturer_0.png" width="44" height="44" loading="lazy"> #} </span>
<h6 class="abt_head_con_b">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h6>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
</div>
</div>
<div class="container-fluid spacerTB">
<div class="row">
<div class="container">
<div class="row">
<div class="col-12">
<div class="h_c_b_wrapper">
<h6 class="h_c_w_bnm">Why Choose Us</h6>
</div>
</div>
<div class="card-columns abt_m_cb d-flex flex-wrap">
{% for row in rows %}
<div class="card">
<div class="abt_c_c bg_blue">
<div class="abt_sc_b"><span>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image }}'] }}
{# <img alt="Expertise in color for your comfort" data-entity-type="file" data-entity-uuid="d2f76f60-b33e-4589-88e0-4f2f890b2cd4" src="/sites/default/files/inline-images/Largest%20Manufacturer_0.png" width="44" height="44" loading="lazy"> #} </span>
<h6 class="abt_head_con_b">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h6>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
{% endfor %}
<!-- End: DIC corp History-->
......
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