Commit a3f92196 by Manzar Hussain

team template

parent 821d4b07
......@@ -32,44 +32,46 @@
*/
#}
<div class="container-fluid spacerTB">
<div class="row">
<div class="container">
<div class="row">
<div class="col-12">
<div class="row e-r-w-a">
<div class="col-12 col-sm-6">
<h5 class="h_c_w_bnm">Our Employess Speak</h5>
<section class="e-r-slider">
<div class="container-fluid spacerTB testimonails-section">
<div class="row">
<div class="container">
<div class="row">
<div class="col-md-9 col-sm-12 col-xs-12"> <h1 class="mb-3 font-weight-bolder">Our Awesome Team</h1>
<p class="size-16">DIC attributes its rich success history to its exemplary family. It is our cherished employees whose drive, innovation, creative genius, and dedication have made DIC a supplier-of-choice in the Indian printing and packaging market. With the right mix of experienced professionals and young talent, DIC is determined to continue its rich legacy for years to come. Our goal is to make our employees feel as loved and taken care of as our customers, and that is what life at DIC is all about!</p></div>
<div class="col-12">
<div class="row e-r-w-a">
<div class="col-12 col-sm-6">
<section class="e-r-slider">
{% for row in rows %}
<div class="e-r-item">
<p class="e-r-item-quotes">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}</p>
<p class="e-r-item-footer">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
<p class="e-r-item-quotes">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}</p>
<p class="e-r-item-footer">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_team_position }}'] }}
</p>
</div>
{% endfor %}
</section>
</div>
<div class="col-12 col-sm-6">
<section class="e-r-img-slider">
{% for row in rows %}
<div class="e-r-img">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_team_image }}'] }}
</div>
{% endfor %}
</section>
</p>
</div>
{% endfor %}
</section>
</div>
<div class="col-12 col-sm-6">
<section class="e-r-img-slider">
{% for row in rows %}
<div class="e-r-img">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_team_image }}'] }}
</div>
{% endfor %}
</section>
</div>
</div>
</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