Current File : /home/inlingua/public_html/sensoriumpsychologists.com/backup/screening/include/header.php
<?php 
  $hostName = $_SERVER['HTTP_HOST']; 
 if($hostName=='localhost')
 {
	$baseurl='http://localhost/sensoriumPsychologists'; 
 }else {
$baseurl='https://www.sensoriumpsychologists.com';
 }	 
 
?>
<html lang="en">
<head>
<title>Sensorium Psychologists | Learning Difficulties, Clinical Services, Certificate Courses, Online Consultancy, Webinar and Workshops!</title>
<meta charset="UTF-8">
<meta name="description" content=" Learning Difficulties, Clinical Services, Certificate Courses, Online Consultancy, Webinar and Workshops">
<meta name="keywords" content="Learning Difficulties, Clinical Services, Certificate Courses, Online Consultancy, Webinar and Workshops">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link href="img/favicon.ico" rel="shortcut icon" />

<link href="https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i,700,700i" rel="stylesheet">

<link rel="stylesheet" href="<?php echo $baseurl; ?>/css/bootstrap.min.css" />
<link rel="stylesheet" href="<?php echo $baseurl; ?>/css/font-awesome.min.css" />
<link rel="stylesheet" href="<?php echo $baseurl; ?>/css/themify-icons.css" />
<link rel="stylesheet" href="<?php echo $baseurl; ?>/css/magnific-popup.css" />
<link rel="stylesheet" href="<?php echo $baseurl; ?>/css/animate.css" />
<link rel="stylesheet" href="<?php echo $baseurl; ?>/css/owl.carousel.css" />
<link rel="stylesheet" href="<?php echo $baseurl; ?>/css/style.css" />

<link rel="stylesheet" href="css/screening.css" />
<!--[if lt IE 9]>
	  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
	  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
	<![endif]-->
</head>
<body>



<header class="header-section">
<div class="container">

<a href="<?php echo $baseurl; ?>/index.php" class="site-logo"><img src="<?php echo $baseurl; ?>/img/logo.png" alt=""></a>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
<div class="header-info">
<div class="hf-item">
<i class="fa fa-clock-o"></i>
<p><span>Working time:</span>Monday - Friday: 08 AM - 06 PM</p>
</div>
<div class="hf-item">
<i class="fa fa-users"></i>
<p><a href="javascript:;"><span>Course Login</span></a> Course/Student/Franchise</p>
</div>
<div class="hf-item">
<i class="fa fa-hospital-o" aria-hidden="true"></i>
<p> <a href="javascript:;" class="href"><span>Diagnostics Login </span></a>School/Franchise</p>
</div>
</div>
</div>
</header>


<nav class="nav-section">
<div class="container">
<div class="nav-right" style="display:none;">
<a href=""><i class="fa fa-search"></i></a>
<a href=""><i class="fa fa-shopping-cart"></i></a>
</div>
<ul class="main-menu">
<li class="active"><a href="<?php echo $baseurl; ?>/screening/index.php">Home</a></li>
<li><a href="<?php echo $baseurl; ?>/screening/profile.php">Profile Update </a></li>

<li><a href="<?php echo $baseurl; ?>/screening/logout.php">logout </a></li>


</ul>
</div>
</nav>