Created
December 30, 2011 17:23
-
-
Save robertcedwards/1540681 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height:100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header id="header"> | |
<div id="logo" class=""> | |
<a href="/"><img src="http://globalmana.welovewebsit.es/wp-content/uploads/2011/11/globalmanalogo.png"> | |
<h1><?php bloginfo('name'); ?></a></h1> | |
<div class="description"><?php bloginfo('description'); ?></div></a></div> | |
<div id="social" class=""> | |
<span><a href="http://www.facebook.com/"><img src="<?php bloginfo('template_directory'); ?>"/_/img/social/fb.png"</a></span> | |
</div> | |
<nav id="nav" class=""> | |
<?php wp_nav_menu( array( 'header-menu' => (__ 'Header Menu' ) ,'sort_column' => 'menu_order' , 'menu_class' => '', 'fallback_cb' => '') ); ?> | |
</nav> | |
</header> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment