Commit ce94fef1 by Manzar Hussain

investor

parent 38acf93a
...@@ -18,19 +18,54 @@ ...@@ -18,19 +18,54 @@
*/ */
#} #}
<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">Categories<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="">Corporate Governance</a></li>
<li><a href="">Corporate Governance</a></li>
<li><a href="">Corporate Governance</a></li>
<li><a href="">Corporate Governance</a></li>
<li><a href="">Corporate Governance</a></li>
<li><a href="">Corporate Governance</a></li>
</ul>
</div>
</div>
</div>
<div class="ls_r_con_b">
<div class="rcb_pd_page">
<h1 class="ineves_det_h_m">Annual Results</h1>
<div class="a_r_c_b">
{% if title %} {% if title %}
<h3 class="group-title">{{ title }}</h3> <h4 class="hm_cb_d">{{ title }}</h4>
{% endif %} {% endif %}
<div class="group-content"> <div class="arcb_data">
{% for row in rows %} {% for row in rows %}
{% <div class="col-sm-6">{{- row.content -}}</div>
set row_classes = [ {% endfor %}
default_row_class ? 'views-row', </div>
] </div>
%}
<div{{ row.attributes.addClass(row_classes) }}> </div>
{{- row.content -}} </div>
</div> </div>
{% endfor %} </div>
</div> <!-- bottom container box end -->
</div>
</div>
</div>
<!-- content section end -->
\ 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