Fix styles

This commit is contained in:
CHIEFSOFT\ameye
2025-09-16 09:25:22 -04:00
parent 79729f0475
commit 80103dff3a
14 changed files with 200 additions and 232 deletions
+26 -54
View File
@@ -2,10 +2,8 @@
<head>
<title>iCare</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut" href="/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="stylesheets/style.css" />
<!-- initialize jQuery Library -->
<link rel="shortcut" href="/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!--[if lt IE 9]>
@@ -28,10 +26,11 @@
<!-- ***************** - BEGIN Header - ******************* -->
<header class="clearfix">
<div class="logo"><a href="/"><img src="/images/logo.png" alt="" /></a></div><!--/ logo-->
<div class="logo"><a href="/"><img src="/images/logo.png" alt=""/></a></div><!--/ logo-->
<div class="info-call">
<p>
For additional information call: <span>+404-721-0184 <a style="color: white; font-weight: bolder;" href="https://care.tavahealth.com/providers/james-abolarin"> or Schedule a call</a></span>
For additional information call: <span>+404-721-0184 <a style="color: white; font-weight: bolder;"
href="https://care.tavahealth.com/providers/james-abolarin"> or Schedule a call</a></span>
</p>
</div><!--/ info-call-->
</header>
@@ -56,80 +55,51 @@
</ul>
<div class="clear"></div>
</nav><!--/ navigation-->
<!-- ************ - END Navigation - ************** -->
<?= $this->renderSection('content') ?>
</section><!--/ content-->
<!-- ***************** - Begin Footer - ***************** -->
</section>
<footer>
</footer><!--/ footer-->
<!-- ***************** - END Footer - ***************** -->
<!-- ***************** - BEGIN Copyright - ***************** -->
<div class="copyright">Copyright &copy; 2024 - 2012. iCareMentalHealth. All rights reserved</div>
</footer>
<div class="copyright">Copyright &copy; <?= date('Y') ?> - 2012. iCareMentalHealth. All rights reserved</div>
<div class="developed"></div>
<!-- ***************** - END Copyright - ***************** -->
</div><!--/ #content-wrapper-->
<!-- ***************** - BEGIN Sidebar - ******************* -->
</div>
<aside id="sidebar">
<!-- ************* - BEGIN Categories Widget - *************** -->
<div class="categories_widget widget">
<h3 class="widget-title">Services We Offer</h3>
<ul class="categories">
<li><a href="alcohol-addiction">Alcohol and addiction therapy</a></li>
<li><a href="marital-problems">Marital problem counseling</a></li>
<li><a href="counseling">Group and individual counseling</a></li>
<li><a href="psycho-education">Psycho-education about prevention </a></li>
<li><a href="depression">Depression and anxiety therapy</a></li>
<li><a href="oppositional-defiant-disorder">Adolescent opposition defiant therapy </a></li>
<li><a href="career">Career & financial counseling</a></li>
<li><a href="spiritual">Spirituality and holistic lifestyles</a></li>
<li><a href="homelessness">Homelessness, joblessness & mental health issues</a></li>
<li><a href="/alcohol-addiction">Alcohol and addiction therapy</a></li>
<li><a href="/marital-problems">Marital problem counseling</a></li>
<li><a href="/counseling">Group and individual counseling</a></li>
<li><a href="/psycho-education">Psycho-education about prevention </a></li>
<li><a href="/depression">Depression and anxiety therapy</a></li>
<li><a href="/oppositional-defiant-disorder">Adolescent opposition defiant therapy </a></li>
<li><a href="/career">Career & financial counseling</a></li>
<li><a href="/spiritual">Spirituality and holistic lifestyles</a></li>
<li><a href="/homelessness">Homelessness, joblessness & mental health issues</a></li>
</ul>
</div><!--/ categories_widget-->
<!-- ************* - END Categories Widget - *************** -->
<!-- ************* - BEGIN Testimonials Widget - *************** -->
</div>
<div class="testimonials widget">
<div class="quote-text">
<p>"Alcohol and addiction therapy,Psycho-education about prevention, Career & financial counseling"
<p class="testim">"Alcohol and addiction therapy,Psycho-education about prevention, Career & financial counseling"
<span class="quote-author">-iCare-</span>
</p>
</div><!--/ quote-text-->
<div class="quote-text">
<p>"Marital problem counseling,Group and individual counseling, Spirituality and holistic lifestyles "
<p class="testim" >"Marital problem counseling,Group and individual counseling, Spirituality and holistic lifestyles "
<span class="quote-author">-iCare-</span>
</p>
</div><!--/ quote-text-->
<div class="quote-text">
<p>"Depression and anxiety therapy,Adolescent opposition defiant therapy, Homelessness, joblessness & mental health issues "
<p class="testim" >"Depression and anxiety therapy,Adolescent opposition defiant therapy, Homelessness, joblessness &
mental health issues "
<span class="quote-author">-iCare-</span>
</p>
</div><!--/ quote-text-->
</div><!--/ testimonials -->
<!-- ************* - END Testimonials Widget - *************** -->
<!-- ************* - END Latest Widget - *************** -->
</aside><!--/ sidebar-->
<div class="clear"></div>
<!-- ***************** - END Sidebar - ******************* -->
@@ -152,7 +122,9 @@
};
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
} initialize()
}
initialize()
</script>
<script type="text/javascript" src="/js/general.js"></script>
</body>