77 lines
2.3 KiB
HTML
77 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>Public Defenders</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="../img/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
|
<link rel="stylesheet" href="../css/base.css">
|
|
</head>
|
|
<body>
|
|
<div id="mobile-nav-bar" class="is-mobile">
|
|
<img id="show-nav" src="../img/hamburger.svg" class="hamburger-button">
|
|
</div>
|
|
|
|
<aside>
|
|
<nav>
|
|
<a href="../index.html">
|
|
<img id="logo" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="../img/logo.png">
|
|
</a>
|
|
|
|
<dl>
|
|
<dt>
|
|
<a href="../index.html">Home</a>
|
|
</dt>
|
|
<dt>
|
|
<a href="about.html">About Us</a>
|
|
</dt>
|
|
<dt>
|
|
<a href="resources.html">Resources</a>
|
|
</dt>
|
|
<dt>
|
|
<a href="contact.html" class="is-current">Contact Us</a>
|
|
</dt>
|
|
</dl>
|
|
|
|
<h5>Jefferson<br>
|
|
Associated<br>
|
|
Counsel
|
|
</h5>
|
|
</nav>
|
|
</aside>
|
|
|
|
<main role="content">
|
|
<article>
|
|
<header>
|
|
<h1>Contact Us</h1>
|
|
</header>
|
|
<section>
|
|
<h3>Our Law Office</h3>
|
|
<p>Email: <strong><a href="mailto:jac@olympus.net">jac@olympus.net</a></strong><br>
|
|
Phone: <strong>(360) 385-5613</strong><br>
|
|
Fax: <strong>(360) 385-4012</strong>
|
|
</p>
|
|
<address>624 Polk Street<br>
|
|
Port Townsend, WA 98368<br>
|
|
<a href="//www.google.com/maps/search/624+Polk+St,+Port+Townsend,+WA+98368/">get directions →</a>
|
|
</address>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Jefferson County Courthouse</h3>
|
|
<p>District Court: <strong>(360) 385-9135</strong><br>
|
|
Superior Court: <strong>(360) 385-9125</strong>
|
|
</p>
|
|
<address>1820 Jefferson Street<br>
|
|
Port Townsend, WA 98368<br>
|
|
<a href="//www.google.com/maps/place/1820+Jefferson+St,+Port+Townsend,+WA+98368/">get directions →</a>
|
|
</address>
|
|
</section>
|
|
</article>
|
|
</main>
|
|
|
|
<script src="../src/index.js"></script>
|
|
</body>
|
|
</html> |