summaryrefslogtreecommitdiff
path: root/header.php
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2014-07-14 15:22:41 +0000
committerNathan Kinkade <nath@nkinka.de>2014-07-14 15:22:41 +0000
commit6816b56e925fbc35bc8415dd59a694da5b8a7b69 (patch)
treeb34d17d0da66ee207eddec153cb53ed6a146a2c3 /header.php
parent07b2ba9ff5fe1cf4bba34de578c29aee85c48b83 (diff)
Very ugly commit. Wasn't on top of regular commits, so this is just a blast commit with all the changes.
Diffstat (limited to 'header.php')
-rw-r--r--header.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/header.php b/header.php
index faf6277..4c8381a 100644
--- a/header.php
+++ b/header.php
@@ -19,6 +19,7 @@
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
+ <link href="//fonts.googleapis.com/css?family=Questrial:400" rel="stylesheet" type="text/css">
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<title><?php wp_title( '|', true, 'right' ); ?></title>
@@ -33,10 +34,28 @@
<body <?php body_class(); ?>>
<div id="page" class="hfeed site">
<header id="masthead" class="site-header" role="banner">
+ <div id="header-logo">
+ <div id="header-img">
+ <a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
+ <img src="<?php header_image(); ?>" />
+ </a>
+ </div>
+ <div id="header-text">
+ <div id="company-name">
+ <span class="vortant-blue">Vortant</span>
+ <span class="vortant-gray">Technologies</span>
+ </div>
+ <div id="tagline">
+ <span class="vortant-gray">Engineering Solutions for People &amp; Planet</span>
+ </div>
+ </div>
+ </div>
+ <!--
<a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
<h1 class="site-title"><?php bloginfo( 'name' ); ?></h1>
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
</a>
+ -->
<div id="navbar" class="navbar">
<nav id="site-navigation" class="navigation main-navigation" role="navigation">
<h3 class="menu-toggle"><?php _e( 'Menu', 'twentythirteen' ); ?></h3>