Files
MermsiCare/app/Views/layouts/master.php
T
CHIEFSOFT\ameye 8e484833d0 fix pages
2024-08-19 18:45:34 -04:00

161 lines
5.9 KiB
PHP

<!DOCTYPE html>
<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 -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="/js/modernizr.custom.js"></script>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<script type="text/javascript" src="/js/ie.js"></script>
<![endif]-->
</head>
<body class="color-1 pattern-1 h-style-1 text-1">
<!-- ***************** - BEGIN Top Holder - ***************** -->
<div class="top-holder"></div><!--/ top-holder-->
<!-- ***************** - END Top Holder - ******************* -->
<!-- ***************** - BEGIN Wrapper - ******************* -->
<div id="wrapper">
<!-- ***************** - BEGIN Header - ******************* -->
<header class="clearfix">
<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>
</p>
</div><!--/ info-call-->
</header>
<!-- ***************** - END Header - ******************* -->
<div id="content-wrapper">
<section id="content">
<!-- ************ - BEGIN Navigation - ************** -->
<nav class="navigation" id="navigation">
<ul>
<li class="current-menu-item"><a href="/">Home</a>
</li>
<li><a href="about-us">About us</a>
</li>
<li><a href="contacts">Contacts</a></li>
</ul>
<div class="clear"></div>
</nav><!--/ navigation-->
<!-- ************ - END Navigation - ************** -->
<?= $this->renderSection('content') ?>
</section><!--/ content-->
<!-- ***************** - Begin Footer - ***************** -->
<footer>
</footer><!--/ footer-->
<!-- ***************** - END Footer - ***************** -->
<!-- ***************** - BEGIN Copyright - ***************** -->
<div class="copyright">Copyright &copy; 2024 - 2012. iCareMentalHealth. All rights reserved</div>
<div class="developed"></div>
<!-- ***************** - END Copyright - ***************** -->
</div><!--/ #content-wrapper-->
<!-- ***************** - BEGIN Sidebar - ******************* -->
<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>
</ul>
</div><!--/ categories_widget-->
<!-- ************* - END Categories Widget - *************** -->
<!-- ************* - BEGIN Testimonials Widget - *************** -->
<div class="testimonials widget">
<div class="quote-text">
<p>"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 "
<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 "
<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 - ******************* -->
</div><!--/ wrapper-->
<!-- ***************** - END Wrapper - ***************** -->
<div id="back-top">
<a href="#top"></a>
</div><!--/ back-top-->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&AMP;language=en"></script>
<script type="text/javascript">
function initialize() {
var latlng = new google.maps.LatLng(40.72, -74);
var myOptions = {
zoom: 12,
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
} initialize()
</script>
<script type="text/javascript" src="/js/general.js"></script>
</body>
</html>