File: /home/lab-hr.com/public_html/wp-content/themes/theme/header-withshit.php
<html>
<head>
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/style.css" type="text/css">
<!-- LOL -->
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/bootstrap-responsive.min.css" type="text/css">
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/style2.css" type="text/css">
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/css.css" type="text/css">
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/template.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://code.jquery.com/color/jquery.color-2.1.2.js"></script>
<script src="<?php bloginfo('template_url'); ?>/js/uppod-0.5.26.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
![endif]-->
<?php wp_head(); ?>
</head>
<body>
<div class="fixed">
<div class="header">
<div style="width: 0; height: 0;">
<a href="<?php bloginfo('url'); ?>">
<div class="logo"></div>
</a>
</div>
<div class="menu">
<ul>
<li itemcolor="#808080"><a href="<?php bloginfo('url'); ?>">Главная
</a></li>
<li itemcolor="#75c0a3"><a href="<?php bloginfo('url'); ?>/services">Услуги
</a></li>
<li itemcolor="#93e782"><a href="<?php bloginfo('url'); ?>/aboutus">О нас
<ul>
<li><a href="<?php bloginfo('url'); ?>/aboutcompany">О компании</a></li>
<li><a href="<?php bloginfo('url'); ?>/concept">Концепт</a></li>
<li><a href="<?php bloginfo('url'); ?>/personal">Персоналии</a></li>
</ul>
</a></li>
<li itemcolor="#fd589a"><a href="<?php bloginfo('url'); ?>/career">Карьера и сотрудничество
</a></li>
<li itemcolor="#93e782"><a href="<?php bloginfo('url'); ?>/library">Библиотека
<ul>
<li><a href="<?php bloginfo('url'); ?>/организационная-культура">Организационная культура</a></li>
<li><a href="<?php bloginfo('url'); ?>/teambuilding">Teambuilding</a></li>
<li><a href="<?php bloginfo('url'); ?>/организационные-изменения">Организационные изменения</a></li>
<li><a href="<?php bloginfo('url'); ?>/эффективные-продажи">Эффективные продажи</a></li>
<li><a href="<?php bloginfo('url'); ?>/эмоциональный-интеллект">Эмоциональный интеллект</a></li>
<li><a href="<?php bloginfo('url'); ?>/обучение-и-развитие">Обучение и развитие</a></li>
<li><a href="<?php bloginfo('url'); ?>/оценка">Оценка</a></li>
<li><a href="<?php bloginfo('url'); ?>/рекрутинг">Рекрутинг</a></li>
<li><a href="<?php bloginfo('url'); ?>/инструменты-рекрутинга">Инструменты рекрутинга</a></li>
<li><a href="<?php bloginfo('url'); ?>/адаптация-и-мотивация">Адаптация и мотивация</a></li>
<li><a href="<?php bloginfo('url'); ?>/ораторское-мастерство">Ораторское мастерство</a></li>
<li><a href="<?php bloginfo('url'); ?>/лидерство">Лидерство</a></li>
<li><a href="<?php bloginfo('url'); ?>/концепт-лаборатории-HR-технологий">Диагностика-Изменение-Фиксация</a></li>
</ul>
</a></li>
<li itemcolor="#75c0a3"><a href="<?php bloginfo('url'); ?>/category/news/">Новости и факты
</a></li>
<li itemcolor="#808080"><a href="<?php bloginfo('url'); ?>/contacts">Контакты
</a></li>
</ul>
</div>
<script>
$(document).ready(function() {
$('.menu>ul').children('li').mouseenter(function() {
var itemcolor = $(this).attr("itemcolor");
$(this).children('ul').css({"display":"block"});
$(this).animate({"background-color": itemcolor}, 350);
$(this).children('a').animate({"color": "white"}, 350);
$(this).children('ul').animate({"opacity": 1.0, "background-color": itemcolor}, 350);
}).mouseleave(function() {
$(this).children('a').animate({"color": "black"}, 50);
$(this).animate({"background-color": "white"}, 50);
$(this).children('ul').animate({"opacity": 0.0}, 50, function () {
$(this).css({"display":"none"});
});
});
});
</script>
</div>
</div>
<div class="whitespace"></div>