Commit 69c95fad by Manzar Hussain

investor

parent e5faa8c0
...@@ -26,4 +26,8 @@ ...@@ -26,4 +26,8 @@
.cs_img_c_b img { .cs_img_c_b img {
width: 100%; width: 100%;
height: auto; height: auto;
}
.nf_ic_box span img {
width: 100%;
height: auto;
} }
\ No newline at end of file
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
<div class="nf_ic_box"> <div class="nf_ic_box">
<span> {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</span> <span> {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</span>
<h6> {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h6> <h6> {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h6>
<p> <a href="">Annual Report {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }} <img src="images/pdf.png" /></a> </p> <p> <a href="">Annual Report <img src="/themes/custom/envigo/images/pdf.png" /></a> </p>
<p> <a href="">Extract of Annual Return (Form- MGT-9) FY 2018 <img src="images/pdf.png" /></a> </p> <p> <a href="">Extract of Annual Return (Form- MGT-9) FY 2018 <img src="/themes/custom/envigo/images/pdf.png" /></a> </p>
<p> <a href="">Annual Report 2017 <img src="images/pdf.png" /> </a> </p> <p> <a href="">Annual Report 2017 <img src="/themes/custom/envigo/images/pdf.png" /> </a> </p>
<div class="nf_btn_c"> <div class="nf_btn_c">
<a href="investor-detail.html">View all <i><img src="images/arrow_icon.png" /></i></a> <a href="investor-detail.html">View all <i><img src="images/arrow_icon.png" /></i></a>
</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