Skip to content
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<a class="skip-link" href="#main-content">Skip to content</a>
<div class="utility-bar">
<div class="shell utility-inner">
<p>Portland Metro Real Estate Broker</p>
<div>
<a href="tel:+19712460487">971-246-0487</a>
<span aria-hidden="true">•</span>
<a href="mailto:briandenne@gmail.com">briandenne@gmail.com</a>
</div>
</div>
</div>
<header class="site-header">
<div class="shell header-inner">
<a class="brand" href="<?php echo esc_url(home_url('/')); ?>" aria-label="Brian Denne home">
<span class="brand-name">Brian Denne</span>
<span>Premiere Property Group, LLC</span>
</a>
<button class="menu-toggle" type="button" aria-label="Toggle navigation" aria-expanded="false">
<span></span><span></span><span></span>
</button>
<nav class="nav" aria-label="Main navigation">
<a href="<?php echo esc_url(home_url('/')); ?>#sell">Sell</a>
<a href="<?php echo esc_url(home_url('/')); ?>#buy">Buy</a>
<a href="<?php echo esc_url(home_url('/')); ?>#communities">Communities</a>
<a href="<?php echo esc_url(home_url('/')); ?>#about">About</a>
<a class="nav-cta" href="<?php echo esc_url(home_url('/')); ?>#contact">Let's Talk</a>
</nav>
</div>
</header>