File: /var/www/likoholding/liko-holding.com.ua/wp-content/themes/html5blank-stable/header.php
<!doctype html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
<link href="//www.google-analytics.com" rel="dns-prefetch">
<link href="<?php echo get_template_directory_uri(); ?>/img/icons/favicon.ico" rel="shortcut icon">
<link href="<?php echo get_template_directory_uri(); ?>/img/icons/touch.png" rel="apple-touch-icon-precomposed">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="description" content="<?php bloginfo('description'); ?>">
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='<?php echo get_template_directory_uri(); ?>/css/bootstrap.css' rel='stylesheet' type='text/css'>
<link href='<?php echo get_template_directory_uri(); ?>/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link href='<?php echo get_template_directory_uri(); ?>/css/jquery.jscrollpane.css' rel='stylesheet' type='text/css'>
<link href='<?php echo get_template_directory_uri(); ?>/css/webfonts/all.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/owl.carousel.css">
<?php wp_head(); ?>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script type='text/javascript' src='<?php echo get_template_directory_uri(); ?>/js/jquery.dotdotdot.min.js'></script>
<script type='text/javascript' src='<?php echo get_template_directory_uri(); ?>/js/jquery.mousewheel.js'></script>
<script type='text/javascript' src='<?php echo get_template_directory_uri(); ?>/js/jquery.jscrollpane.min.js'></script>
<script type='text/javascript' src='<?php echo get_template_directory_uri(); ?>/js/owl.carousel.js'></script>
<script>
// conditionizr.com
// configure environment tests
conditionizr.config({
assets: '<?php echo get_template_directory_uri(); ?>',
tests: {}
});
</script>
<!--[if lt IE 9]>
<script>
document.createElement('video');
</script>
<![endif]-->
</head>
<body <?php body_class(); ?>>
<video class="mainbg_video" autoplay loop preload="auto" poster="<?php echo get_template_directory_uri(); ?>/img/homeBg.jpg">
<source src="<?php echo get_template_directory_uri(); ?>/video/liko_mainbg.ogv" type='video/ogg; codecs="theora, vorbis"'/>
<source src="<?php echo get_template_directory_uri(); ?>/video/liko_mainbg.webm" type='video/webm' >
<source src="<?php echo get_template_directory_uri(); ?>/video/liko_mainbg.mp4" type='video/mp4'>
</video>
<!-- wrapper -->
<div class="wrapper">
<!-- header -->
<header class="header clear container" role="banner">
<div class="main_content row">
<!-- logo -->
<div class="logo col-lg-3">
<a href="<?php echo home_url(); ?>">
<!-- svg logo - toddmotto.com/mastering-svg-use-for-a-retina-web-fallbacks-with-png-script -->
<img style="width: 100%;"src="<?php echo get_template_directory_uri(); ?>/img/logo.png" alt="Logo" class="logo-img">
</a>
</div>
<!-- /logo -->
<div class="header_info col-lg-9">
<?php/*<div class="header_phone">
<div class="title">Приймальня:</div>
<div class="phone"><span>+38 044</span> 206-01-01</div>
</div>*/?>
<div class="header_phone sales">
<div class="title">Придбати нерухомість:</div>
<div class="phone"><span>+38 044</span> 206-01-11</div>
</div>
<div class="header-buttons" >
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar1" aria-controls="navbar1" aria-expanded="false" aria-label="Toggle navigation">
<div class="container" onclick="myFunction(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</button>
<div class="header_callback buttonYB show_popup" data-class="callback">
Замовити дзвінок
</div>
<div class="padding buttonYB blank_link">
<a href="http://sc-liko.com.ua/" target="_blank">УК «Лікожитлосервіс»</a>
</div>
</div>
<!-- nav -->
<nav class="nav navbar navbar-expand-lg navbar-dark " role="navigation">
<div class=" nav collapse navbar-collapse" id="navbar1" ><?php html5blank_nav(); ?></div>
</nav>
<!-- /nav -->
</div>
</div>
</header>
<!-- /header -->