Commit 612727c3 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

add leadership page

See merge request manzarH/dic-global-dev!26
parents a5db5f6d f6e2ffd9
......@@ -7,3 +7,6 @@
width: 100%;
}
#block-views-block-latest-products-block-1 .views-row {float: left; width: 24%; margin: 10px;}
.js-quickedit-page-title{
display: none;
}
\ No newline at end of file
{#
/**
* @file
* Default view template to display all the fields in a row.
*
* Available variables:
* - view: The view in use.
* - fields: A list of fields, each one contains:
* - content: The output of the field.
* - raw: The raw data for the field, if it exists. This is NOT output safe.
* - class: The safe class ID to use.
* - handler: The Views field handler controlling this field.
* - inline: Whether or not the field should be inline.
* - wrapper_element: An HTML element for a wrapper.
* - wrapper_attributes: List of attributes for wrapper element.
* - separator: An optional separator that may appear before a field.
* - label: The field's label text.
* - label_element: An HTML element for a label wrapper.
* - label_attributes: List of attributes for label wrapper.
* - label_suffix: Colon after the label.
* - element_type: An HTML element for the field content.
* - element_attributes: List of attributes for HTML element for field content.
* - has_label_colon: A boolean indicating whether to display a colon after
* the label.
* - element_type: An HTML element for the field content.
* - element_attributes: List of attributes for HTML element for field content.
* - row: The raw result from the query, with all data it fetched.
*
* @see template_preprocess_views_view_fields()
*
* @ingroup themeable
*/
#}
<div class="container-fluid spacerTB">
<div class="row">
<div class="container">
<div class="ls_h_c_b">
<h2 class="hl_cw_box">Leadership</h2>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to
using 'Content here, content here', making it look like readable English.</p>
</div>
<!-- bottom container box start -->
<div class="a_s_w_c">
<div class="ls_i_c">
<div class="ls_l_con_b">
<div class="la_sb_l">
<h5 class="sb_h_c_b box_c_dd_menu">About Us <span><i class="fa fa-angle-down" aria-hidden="true"></i></span></h5>
<div class="ls_sbmenu sb_dd_m_data">
<ul>
<li><a href="">Company Profile</a></li>
<li><a href="">Leadership Team</a></li>
<li><a href="">History</a></li>
<li><a href="">Research & Development</a></li>
<li><a href="">Manufacturing</a></li>
<li><a href="">ESH & Quality</a></li>
<li><a href="">CSR</a></li>
<li><a href="">Global Network</a></li>
</ul>
</div>
</div>
</div>
<div class="ls_r_con_b">
<div class="row_slider_dat cs_s_cb ls_t_c_slider">
{% for row in rows %}
<div class="col-10 col-md-4 ls_slider_bottom">
<div class="ls_s_c_b">
<div class="ls_i_s_c_b">
<div class="ls_img_cb">
<span>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_person_image }}'] }}
</span>
<div class="s_m_l_c">
<a href=""><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</div>
</div>
<div class="ls_c_content_b">
<h4 class="c_h_cb"> {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h4>
<span>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_person_position }}'] }}</span>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
</div>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
<!-- bottom container box end -->
</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