-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
28 lines (18 loc) · 829 Bytes
/
header.php
File metadata and controls
28 lines (18 loc) · 829 Bytes
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
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
<?php echo Hand_Built::get_template_part( 'json-ld' ); ?>
</head>
<body <?php body_class(); ?>>
<header class="site-header">
<div class="row">
<div class="medium-4 large-3 show-for-medium-up column text-left tagline">Technology Leadership</div>
<h1 class="text-center small-12 medium-4 large-6 column"><a href="<?php echo esc_url( home_url( '/' ) ); ?>">Hand Built</a></h1>
<div class="medium-4 large-3 show-for-medium-up column text-right tagline">Tualatin, Ore.</div>
</div>
</header>