Skip to content

Commit

Permalink
current version commit before update
Browse files Browse the repository at this point in the history
  • Loading branch information
iamamused committed May 12, 2011
1 parent 526635f commit ecb7f9f
Show file tree
Hide file tree
Showing 2 changed files with 836 additions and 828 deletions.
67 changes: 35 additions & 32 deletions header.php
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<!doctype html>
<!--

Theme: HTML5 Bolierplate WordPress Theme
Original Author: Jeffrey Sambells
URL: http://github.com/iamamused/wp-theme-html5-boilerplate

Like this theme? Want to "borrow" aspects of it? No Problem!

This theme is based on the http://html5boilerplate.com project and can
be found in my github repos over at http://github.com/iamamused

I'd kindly ask that if you're going to "borrow" it, please change up
the CSS and design so it's at least not identical to my site.

Thanks,

Jeffrey

-->
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html <?php language_attributes(); ?> class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html <?php language_attributes(); ?> class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html <?php language_attributes(); ?> class="no-js"> <!--<![endif]-->
<!doctype html>
<!--

Theme: HTML5 Bolierplate WordPress Theme
Original Author: Jeffrey Sambells
URL: http://github.com/iamamused/wp-theme-html5-boilerplate

Like this theme? Want to "borrow" aspects of it? No Problem!

This theme is based on the http://html5boilerplate.com project and can
be found in my github repos over at http://github.com/iamamused

I'd kindly ask that if you're going to "borrow" it, please change up
the CSS and design so it's at least not identical to my site.

Thanks,

Jeffrey

-->
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html <?php language_attributes(); ?> class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html <?php language_attributes(); ?> class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html <?php language_attributes(); ?> class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">

Expand Down Expand Up @@ -58,6 +58,9 @@

<!-- wp_head() content added by plugins etc. -->
<?php wp_head(); ?>

<!-- Thanks Advent-Calendar -->
<link rel="stylesheet" href="http://f.fontdeck.com/s/css/D8Fz3XWt+VC0VDejQHe7Mks5Qzc/jeffreysambells.com/3438.css" type="text/css" />

</head>

Expand All @@ -70,12 +73,12 @@

<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>

<nav>
<?php wp_nav_menu( array(
'theme_location' => 'menu-1',
'sort_column' => 'menu_order',
'container_class' => 'menu-header',
) ); ?>
<nav>
<?php wp_nav_menu( array(
'theme_location' => 'menu-1',
'sort_column' => 'menu_order',
'container_class' => 'menu-header',
) ); ?>
</nav>

</header>
Expand Down
Loading

0 comments on commit ecb7f9f

Please sign in to comment.