Commit 5dd24782 by Manzar Hussain

history 2

parent 4ee8c086
{#
/**
* @file
* Default theme implementation to display a view of unformatted rows.
*
* Available variables:
* - title: The title of this group of rows. May be empty.
* - rows: A list of the view's row items.
* - attributes: The row's HTML attributes.
* - content: The row's content.
* - view: The view object.
* - default_row_class: A flag indicating whether default classes should be
* used on rows.
*
* @see template_preprocess_views_view_unformatted()
*
* @ingroup themeable
*/
#}
<!--DIC India History: Start-->
<div class="container-fluid spacerTB 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 India History<br></h6>
<h6 class="h_c_w_bnm h7">Celebrating seven decades of steady growth in India.</h6>
<p>DIC India Ltd. was founded in 1947. It was formerly known as Coates India Limited, the largest manufacturer of printing inks and allied materials. With Research and Development centers in Kolkata, Ahmedabad, Bengaluru and Noida, the company is proud of introducing revolutionary products and technologies in the market.</p>
<p><strong>Leading the Indian Market</strong></p>
<p>One of the largest companies in printing, publishing and packaging industry segment in India, DIC India has some of the renowned names from magazines, newspapers, printing and publishing domains as their
esteemed clients.</p><p>
Let’s take you through the journey of DIC in India over the course of seven decades.</p>
</div>
<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>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
</li>
{% endfor %}
</ul>
<div class="strip_c_line">
<span></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End: DIC India History-->
\ No newline at end of file
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