2015-08-08 06:48:03 -07:00

79 lines
2.8 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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" class="is-current">Home</a>
</dt>
<dt>
<a href="pages/about.html">About Us</a>
</dt>
<dt>
<a href="pages/resources.html">Resources</a>
</dt>
<dt>
<a href="pages/contact.html">Contact Us</a>
</dt>
</dl>
<h5>Jefferson<br>
Associated<br>
Counsel
</h5>
</nav>
</aside>
<main role="content">
<header>
<hgroup>
<h1>Jefferson Associated Counsel</h1>
<h2>Public Defense Office for Jefferson County, Washington</h2>
</hgroup>
<p><img src="data:image/jpg;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="img/office.jpg"></p>
</header>
<article>
<section>
<h3><a href="pages/about.html">About Us</a></h3>
<p>We organized in 2005 to improve the delivery of criminal defense services to low income people in Jefferson County Courts. Be it felony, misdemeanor, juvenile, or dependency cases, we are a public interest non-profit firm ready to serve community members in need. <a href="pages/about.html">Read more…</a></p>
</section>
<section>
<h3><a href="pages/resources.html">FAQ & Resources</a></h3>
<p>Here are FAQs and useful resources. <a href="pages/resources.html">Read more…</a></p>
</section>
<section>
<h3><a href="pages/contact.html">Contact Us</a></h3>
<address>624 Polk St<br>Port Townsend, WA<br>98368<br>(360) 385-5613</address>
<p>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2663.6663756358375!2d-122.76141409999998!3d48.116671200000006!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x548fedc79b044371%3A0xd553d478b255fcdb!2s624+Polk+St%2C+Port+Townsend%2C+WA+98368!5e0!3m2!1sen!2sus!4v1409801191837" width="400" height="300" frameborder="0" style="border:0"></iframe>
</p>
</section>
</article>
</main>
<script src="src/index.js"></script>
</body>
</html>