File: /home/aashishs/manishjhanepal.com.np/wp-content/themes/nm_portfolio/theme/php/header.php
<!DOCTYPE html>
<html lang="en">
<head>
<title>Manish Jha</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery.min.js"></script>
</head>
<body>
<div id="page">
<a href="#" class="js-nav-toggle nav-toggle"><i></i></a>
<aside id="aside" role="complementary" class="js-fullheight text-center">
<h1 id="logo"><a href="index.php"><span class="img" style="background-image: url(images/author.jpg);"></span>Manish Jha</a></h1>
<nav id="main-menu" role="navigation">
<?php $uri_path = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
$uri_segments = explode('/', $uri_path);
$check_uri = $uri_segments[3];
?>
<ul>
<li class="<?php if($check_uri == "index.php"){ echo 'active'; } ?>"><a href="index.php">Home</a></li>
<li class="<?php if($check_uri == "my-world.php"){ echo 'active'; } ?>" ><a href="my-world.php">My world </a></li>
<li class="<?php if($check_uri == "about.php"){ echo 'active'; } ?>" ><a href="about.php">About me </a></li>
<li class="<?php if($check_uri == "my-involvement.php"){ echo 'active'; } ?>" ><a href="my-involvement.php">My Involvement </a></li>
<li class="<?php if($check_uri == "my-mission.php"){ echo 'active'; } ?>" ><a href="my-mission.php">My mission</a></li>
<li class="<?php if($check_uri == "my-journey.php"){ echo 'active'; } ?>" ><a href="my-journey.php">My journey</a></li>
<li class="<?php if($check_uri == "my-opinion.php"){ echo 'active'; } ?>" ><a href="my-opinion.php">My opinion </a></li>
<li class="<?php if($check_uri == "gallery.php"){ echo 'active'; } ?>" ><a href="gallery.php">Gallery</a></li>
<li class="<?php if($check_uri == "contact.php"){ echo 'active'; } ?>" ><a href="contact.php">Contact</a></li>
</ul>
</nav>
<div class="footer">
<h3>Newsletter</h3>
<div class="d-flex justify-content-center">
<form action="#" class="subscribe-form">
<div class="form-group d-flex">
<div class="icon"><span class="icon-paper-plane"></span></div>
<input type="text" class="form-control" placeholder="Enter Email Address">
</div>
</form>
</div>
</div>
</aside> <!-- END ASIDE -->
<div id="main">