Commit 97422d23 by Manzar Hussain

add investor

parent 991bebc1
...@@ -19,40 +19,28 @@ ...@@ -19,40 +19,28 @@
#} #}
<div class="container-fluid spacerTB">
<div class="row"> <div class="a_s_w_c">
<div class="container"> <div class="ls_i_c">
<!-- <div class="ls_h_c_b">
<h2 class="hl_cw_box">Leadership</h2> <div class="ls_r_con_b">
<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 class="rcb_pd_page">
</div>
--> <div class="a_r_c_b">
<!-- bottom container box start --> {% if title %}
<h1 class="ineves_det_h_m">Annual Results</h1> <h4 class="hm_cb_d">{{ title }}</h4>
<div class="a_s_w_c"> {% endif %}
<div class="ls_i_c"> {% for row in rows %}
<div class="arcb_data">
<div class="col-sm-6">{{- row.content -}}</div>
<div class="ls_r_con_b">
<div class="rcb_pd_page">
<div class="a_r_c_b">
{% if title %}
<h4 class="hm_cb_d">{{ title }}</h4>
{% endif %}
<div class="arcb_data">
{% for row in rows %}
<div class="col-sm-6">{{- row.content -}}</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div> </div>
{% endfor %}
</div> </div>
<!-- bottom container box end -->
</div> </div>
</div> </div>
</div> </div>
<!-- content section end --> </div>
<!-- bottom container box 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