Commit 0b0d10bf by Manzar Hussain

history page update

parent 5e2cced2
......@@ -19,46 +19,42 @@
#}
<div class="container-fluid spacerTB">
<!--DIC corp History: Start-->
<div class="container-fluid bg_l_gray spacerTB dichistroy dic-font-size">
<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">DIC Journey</h6>
<p>Morbi vestibulum facilisis nisi, sed mollis massa ultricies in. Aliquam erat volutpat. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<div class="col-md-8">
<h6 class="h_c_w_bnm">DIC Corporation History</h6>
<p class="sub-text">A look into the rich history of 110+ years</p>
</div>
<div class="col-md-4">
<ul class="d-flex justify-content-around indicator">
<li>Corporation History</li>
<li class="blue">Product History</li>
</ul>
</div>
<div class="col-12">
<div class="h_s_c_o_w">
<div class="hs_i_wrapper">
<div class="hs_wrap_c scroll-pane">
<ul class="count_li_item">
{% for row in rows %}
<li>
<li {% if row |length > 0 %} class="blue" {% endif %}>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_history_image }}'] }}
</li>
{% endfor %}
</ul>
<div class="strip_c_line">
<span></span>
</div>
<ul class="down_c_b">
{% for row in rows %}
<li>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_history_image }}'] }}
</li>
{% endfor %}
</div>
</div>
</div>
......@@ -66,7 +62,9 @@
</div>
</div>
</div>
</div>
</div>
<!-- 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