diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-07-14 15:22:41 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-07-14 15:22:41 +0000 |
| commit | 6816b56e925fbc35bc8415dd59a694da5b8a7b69 (patch) | |
| tree | b34d17d0da66ee207eddec153cb53ed6a146a2c3 /header.php | |
| parent | 07b2ba9ff5fe1cf4bba34de578c29aee85c48b83 (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.php | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 & 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> |
