58 lines
3.0 KiB
PHP
58 lines
3.0 KiB
PHP
<?php $this->extend('layouts/master') ?>
|
|
|
|
<?php $this->section('content') ?>
|
|
<div id="slider" class="nivoSlider">
|
|
<div id="imageSlider">
|
|
<img src="/images/sliders/img_01.jpg" alt="" title="<div class='alignleft'><h3>iCare</h3><span class='desc'>Homelessness, joblessness & mental health issues</span></div><p>.</p>"/>
|
|
<img src="/images/sliders/img_02.jpg" alt="" title="<div class='alignleft'><h3>iCare</h3><span class='desc'>Depression and anxiety therapy</span></div><p>.</p>"/>
|
|
<img src="/images/sliders/img_03.jpg" alt="" data-transition="slideInLeft" title="<div class='alignleft'><h3>iCare</h3><span class='desc'>Career & financial counseling</span></div><p>.</p>"/>
|
|
<img src="/images/sliders/img_04.jpg" alt="" title="<div class='alignleft'><h3>iCare</h3><span class='desc'>Marital problem counseling</span></div><p>.</p>"/>
|
|
<img src="/images/sliders/img_05.jpg" alt="" title="<div class='alignleft'><h3>iCare</h3><span class='desc'>Alcohol and addiction therapy</span></div><p>.</p>"/>
|
|
</div>
|
|
</div><!--/ slider-->
|
|
<div class="content-wrapper">
|
|
|
|
<div class="one_third">
|
|
<div class="title-with-icon clearfix">
|
|
<img class="alignleft" src="/images/icons/icon7.png" alt="" />
|
|
<a href="#"><h5 class="title-bord">Welcome</h5></a>
|
|
</div><!--/ .title-with-icon-->
|
|
|
|
<p>
|
|
We belief in mental health of an individual with the focus on prevention and treatment as parts of our mission because living a holistic life is our primary concern. <a href="/about-us">more...</a>.
|
|
</p>
|
|
</div><!--/ .one_third-->
|
|
|
|
<div class="one_third">
|
|
<div class="title-with-icon clearfix">
|
|
<img class="alignleft" src="/images/icons/icon8.png" alt="" />
|
|
<a href="#"><h5 class="title-bord">Services We Offer</h5></a>
|
|
</div><!--/ .title-with-icon-->
|
|
|
|
<p>
|
|
• Alcohol and addiction therapy • Marital problem counseling • Group and individual counseling • Psycho-education about prevention • Depression and anxiety therapy.<a href="/about-us">more...</a>.
|
|
</p>
|
|
</div><!--/ .one_third-->
|
|
|
|
<div class="one_third_last">
|
|
<div class="title-with-icon clearfix">
|
|
<img class="alignleft" src="/images/icons/icon9.png" alt="" />
|
|
<a href="#"><h5 class="title-bord">Treatment Available</h5></a>
|
|
</div><!--/ .title-with-icon-->
|
|
|
|
<p>
|
|
I Care Mental Health will like to help you overcome your alcohol and addiction problems. We want to help you overcome your fear, anxiety and depression and motivate you to live a normal life again.<a href="/about-us">more...</a>.
|
|
</p>
|
|
</div><!--/ .one_third_last-->
|
|
|
|
|
|
<div class="sep"></div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="clear"></div>
|
|
|
|
</div><!--/ content-wrapper-->
|
|
<?= $this->endSection() ?>
|