-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
49 lines (40 loc) · 1.6 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php wp_head(); ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<title><?php wp_title(); ?></title>
<!-- Bootstrap -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<!-- style.css -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD_MD3j7UmBRFfVqnGB48r3A_olcnUBLNA"> </script>
</head>
<body <?php body_class(); ?>>
<div class="navigation-cotainer-wrapperw">
<div class="navigation-container-wrapper">
<div class="container">
<a href="#" class="nav-button">
<span></span>
</a>
<div class="tga-header">
<div class="tga-header-nav">
<?php wp_nav_menu(array(
'theme_location' => 'main-nav',
'depth' => 1
)); ?>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="tga-header">
<div class="tga-header-logo">
<img src="<?php bloginfo('stylesheet_directory'); ?>/img/logo_new.png" alt="" class="logo-img" />
</div>
</div>