| 1 | <!DOCTYPE html><html> |
| 2 | |
| 3 | <?php get_template_part( 'header', 'head' ); ?> |
| 4 | |
| 5 | <body id="top" <?php body_class(); ?>> |
| 6 | |
| 7 | <?php get_template_part( 'header', 'accessibility' ); ?> |
| 8 | |
| 9 | <div id="header"> |
| 10 | <style type="text/css"> |
| 11 | @media screen and (max-width:768px) { .survey-wrapper { margin-bottom:20px; } #header-inner {height:102px} } |
| 12 | .survey-wrapper { width: 100%; } |
| 13 | .survey-div { font-family: 'Open Sans', Helvetica, Arial, 'Liberation Sans', sans-serif; font-weight: 600; display: block; margin: 0 auto; font-size: 13px; color: #fff; height: 22px; width: 275px; text-align:center !important; background-color: #000; border-radius: 0 0 4px 4px; } |
| 14 | .survey-div a { color: #fff; font-weight: 500; text-shadow: 1px 1px 1px #ccc;} |
| 15 | #header-inner { height: 102px; } |
| 16 | #wpadminbar { top: 103px; } |
| 17 | #subnav { background: transparent; border-bottom: 0; margin-top: 110px; } |
| 18 | @media screen and (max-width:360px) { .survey-div { width: 100%; } } |
| 19 | </style> |
| 20 | <div class="survey-wrapper"><div class="survey-div"> |
| 21 | <a href="http://mercime.polldaddy.com/s/2016-buddypress-survey-site-builders-developers">Take the 2016 BuddyPress Survey ⇒</a> |
| 22 | </div></div> |
| 23 | <div id="header-inner"> |
| 24 | <?php get_template_part( 'header', 'nav' ); ?> |
| 25 | |
| 26 | <h1><a href="<?php bloginfo( 'url' ); ?>"><?php bloginfo( 'name' ); ?></a></h1> |
| 27 | </div> |
| 28 | </div> |
| 29 | <hr class="hidden" /> |
| 30 | |
| 31 | <?php get_template_part( 'header', 'front' ); ?> |
| 32 | <?php get_template_part( 'header', 'subnav' ); ?> |
| 33 | |
| 34 | <div id="main"> |
| 35 | <div class="content"> |