commit e8d7bd81aa4be7f810151a59b7bf096052f52f4a Author: Nathan Chapman Date: Sat Aug 8 06:48:03 2015 -0700 Initial commit diff --git a/css/base.css b/css/base.css new file mode 100755 index 0000000..48fa713 --- /dev/null +++ b/css/base.css @@ -0,0 +1,208 @@ +@import url("normalize.css"); +@import url("fonts.css"); + +/** + * Base + */ +html { + font-size: 1.125em; + } + +body { + font-family: "Borgia Pro", serif; + font-weight: 400; + line-height: 1.45; + color: #212121; + + background-color: #eeeeee; + } + +p { + margin-bottom: 1.3em; + } + +h1, +h2, +h3, +h4, +h5 { + margin: 1.414em 0 0.5em; + line-height: 1.2; + font-weight: normal; + text-rendering: optimizeLegibility; + } + +h1 { + margin-top: 0; + font-size: 2.441em; + } + +h2 { + font-size: 1.953em; + font-style: italic; + color: #616161; + } + +h3 { + font-size: 1.563em; + text-decoration: none; + } + +h4 { + font-size: 1.25em; + color: #616161; + font-style: italic; + } + +h5 { + font-size: 1.222em; + text-transform: uppercase; + color: #616161; + + /* TODO: Get rid of this. */ + padding: 10px 1.333em 10px 46px; + } + +small { + font-size: 0.8em; + } + +a { + color: #9b2621; + cursor: pointer; + } + + a:hover { + color: #e83b3c; + } + +img, +iframe { + max-width: 100%; + } + +address { + font-style: normal; + } + +/* Phone links */ +span.gc-cs-link { + color: #212121; + } + +nav dl a { + text-decoration: none; + display: block; + font-weight: 800; + color: #212121; + padding: 10px 1.333em 10px 46px; + } + +nav dl a:hover { + background-color: #e1dec5; + color: #9b2621; + } + + + +/** + * Layout + */ +aside { + min-height: 100%; + padding-top: 2.778em; + width: 13.889em; + border-left: 3.333em solid #fafafa; + position: fixed; + text-align: center; + background-color: #fefddf; + } + +header, +article { + max-width: 60ch; + } + +main { + margin: 0 0 0 310px; + padding: 1.333em 3.333em; + max-width: 43.333em; + background-color: #fafafa; + min-height: 100%; + } + +nav h5 { + text-align: left; + } + +dl { + text-align: left; + } + + + +/** + * Module + */ +#mobile-nav-bar { + height: 42px; + position: fixed; + top: 0; + display: none; + left: 0; + z-index: 10; + } + +.hamburger-button { + display: inline; + vertical-align: middle; + height: 35px; + margin: 4px 6px; + z-index: 11; + cursor: pointer; + } + + + + + + +/** + * State + */ +.is-hidden { + display: none; + } + +.is-shown { + display: block; + } + +.is-current { + background-color: #ffecb3; + color: #9b2621; + } + + + +/** + * Responsive + */ +@media only screen and (max-width: 60em) { + aside { + border-left: none; + padding-top: 92px; + box-shadow: 2px 0 3px #cccccc; + display: none; + } + + #mobile-nav-bar { + display: block; + } + + main { + margin: auto; + position: static; + padding: 3.333em; + } + } \ No newline at end of file diff --git a/css/fonts.css b/css/fonts.css new file mode 100644 index 0000000..1c6c4b5 --- /dev/null +++ b/css/fonts.css @@ -0,0 +1,45 @@ +/* Fonts */ + +@font-face { + font-family: "Borgia Pro"; + src: url("../fonts/BorgiaPro-Italic-webfont.eot"); + src: url("../fonts/BorgiaPro-Italic-webfont.eot?#iefix") format("embedded-opentype"), + url("../fonts/BorgiaPro-Italic-webfont.woff") format("woff"), + url("../fonts/BorgiaPro-Italic-webfont.ttf") format("truetype"), + url("../fonts/BorgiaPro-Italic-webfont.svg#borgia_proitalic") format("svg"); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: "Borgia Pro"; + src: url("../fonts/BorgiaPro-Regular-webfont.eot"); + src: url("../fonts/BorgiaPro-Regular-webfont.eot?#iefix") format("embedded-opentype"), + url("../fonts/BorgiaPro-Regular-webfont.woff") format("woff"), + url("../fonts/BorgiaPro-Regular-webfont.ttf") format("truetype"), + url("../fonts/BorgiaPro-Regular-webfont.svg#borgia_proregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: "Borgia Pro"; + src: url("../fonts/BorgiaPro-BoldItalic-webfont.eot"); + src: url("../fonts/BorgiaPro-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), + url("../fonts/BorgiaPro-BoldItalic-webfont.woff") format("woff"), + url("../fonts/BorgiaPro-BoldItalic-webfont.ttf") format("truetype"), + url("../fonts/BorgiaPro-BoldItalic-webfont.svg#borgia_probold_italic") format("svg"); + font-weight: bold; + font-style: italic; +} + +@font-face { + font-family: "Borgia Pro"; + src: url("../fonts/BorgiaPro-Bold-webfont.eot"); + src: url("../fonts/BorgiaPro-Bold-webfont.eot?#iefix") format("embedded-opentype"), + url("../fonts/BorgiaPro-Bold-webfont.woff") format("woff"), + url("../fonts/BorgiaPro-Bold-webfont.ttf") format("truetype"), + url("../fonts/BorgiaPro-Bold-webfont.svg#borgia_probold") format("svg"); + font-weight: bold; + font-style: normal; +} \ No newline at end of file diff --git a/css/normalize.css b/css/normalize.css new file mode 100755 index 0000000..08f8950 --- /dev/null +++ b/css/normalize.css @@ -0,0 +1,425 @@ +/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ + +/** + * 1. Set default font family to sans-serif. + * 2. Prevent iOS text size adjust after orientation change, without disabling + * user zoom. + */ + +html { + font-family: sans-serif; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/** + * Remove default margin. + */ + +body { + margin: 0; +} + +/* HTML5 display definitions + ========================================================================== */ + +/** + * Correct `block` display not defined for any HTML5 element in IE 8/9. + * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. + * Correct `block` display not defined for `main` in IE 11. + */ + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section, +summary { + display: block; +} + +/** + * 1. Correct `inline-block` display not defined in IE 8/9. + * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. + */ + +audio, +canvas, +progress, +video { + display: inline-block; /* 1 */ + vertical-align: baseline; /* 2 */ +} + +/** + * Prevent modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Address `[hidden]` styling not present in IE 8/9/10. + * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. + */ + +[hidden], +template { + display: none; +} + +/* Links + ========================================================================== */ + +/** + * Remove the gray background color from active links in IE 10. + */ + +a { + background: transparent; +} + +/** + * Improve readability when focused and also mouse hovered in all browsers. + */ + +a:active, +a:hover { + outline: 0; +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Address styling not present in IE 8/9/10/11, Safari, and Chrome. + */ + +abbr[title] { + border-bottom: 1px dotted; +} + +/** + * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. + */ + +b, +strong { + font-weight: bold; +} + +/** + * Address styling not present in Safari and Chrome. + */ + +dfn { + font-style: italic; +} + +/** + * Address variable `h1` font-size and margin within `section` and `article` + * contexts in Firefox 4+, Safari, and Chrome. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/** + * Address styling not present in IE 8/9. + */ + +mark { + background: #ff0; + color: #000; +} + +/** + * Address inconsistent and variable font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` affecting `line-height` in all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove border when inside `a` element in IE 8/9/10. + */ + +img { + border: 0; +} + +/** + * Correct overflow not hidden in IE 9/10/11. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* Grouping content + ========================================================================== */ + +/** + * Address margin not present in IE 8/9 and Safari. + */ + +figure { + margin: 1em 40px; +} + +/** + * Address differences between Firefox and other browsers. + */ + +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +/** + * Contain overflow in all browsers. + */ + +pre { + overflow: auto; +} + +/** + * Address odd `em`-unit font size rendering in all browsers. + */ + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +/* Forms + ========================================================================== */ + +/** + * Known limitation: by default, Chrome and Safari on OS X allow very limited + * styling of `select`, unless a `border` property is set. + */ + +/** + * 1. Correct color not being inherited. + * Known issue: affects color of disabled elements. + * 2. Correct font properties not being inherited. + * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. + */ + +button, +input, +optgroup, +select, +textarea { + color: inherit; /* 1 */ + font: inherit; /* 2 */ + margin: 0; /* 3 */ +} + +/** + * Address `overflow` set to `hidden` in IE 8/9/10/11. + */ + +button { + overflow: visible; +} + +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. + * Correct `select` style inheritance in Firefox. + */ + +button, +select { + text-transform: none; +} + +/** + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Correct inability to style clickable `input` types in iOS. + * 3. Improve usability and consistency of cursor style between image-type + * `input` and others. + */ + +button, +html input[type="button"], /* 1 */ +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; /* 2 */ + cursor: pointer; /* 3 */ +} + +/** + * Re-set default cursor for disabled elements. + */ + +button[disabled], +html input[disabled] { + cursor: default; +} + +/** + * Remove inner padding and border in Firefox 4+. + */ + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/** + * Address Firefox 4+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ + +input { + line-height: normal; +} + +/** + * It's recommended that you don't attempt to style these elements. + * Firefox's implementation doesn't respect box-sizing, padding, or width. + * + * 1. Address box sizing set to `content-box` in IE 8/9/10. + * 2. Remove excess padding in IE 8/9/10. + */ + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Fix the cursor style for Chrome's increment/decrement buttons. For certain + * `font-size` values of the `input`, it causes the cursor style of the + * decrement button to change from `default` to `text`. + */ + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Address `appearance` set to `searchfield` in Safari and Chrome. + * 2. Address `box-sizing` set to `border-box` in Safari and Chrome + * (include `-moz` to future-proof). + */ + +input[type="search"] { + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; +} + +/** + * Remove inner padding and search cancel button in Safari and Chrome on OS X. + * Safari (but not Chrome) clips the cancel button when the search input has + * padding (and `textfield` appearance). + */ + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * Define consistent border, margin, and padding. + */ + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * 1. Correct `color` not being inherited in IE 8/9/10/11. + * 2. Remove padding so people aren't caught out if they zero out fieldsets. + */ + +legend { + border: 0; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Remove default vertical scrollbar in IE 8/9/10/11. + */ + +textarea { + overflow: auto; +} + +/** + * Don't inherit the `font-weight` (applied by a rule above). + * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. + */ + +optgroup { + font-weight: bold; +} + +/* Tables + ========================================================================== */ + +/** + * Remove most spacing between table cells. + */ + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} diff --git a/downloads/requestforindigency.pdf b/downloads/requestforindigency.pdf new file mode 100755 index 0000000..3ddef41 Binary files /dev/null and b/downloads/requestforindigency.pdf differ diff --git a/fonts/BorgiaPro-Bold-webfont.eot b/fonts/BorgiaPro-Bold-webfont.eot new file mode 100755 index 0000000..9caeda1 Binary files /dev/null and b/fonts/BorgiaPro-Bold-webfont.eot differ diff --git a/fonts/BorgiaPro-Bold-webfont.svg b/fonts/BorgiaPro-Bold-webfont.svg new file mode 100755 index 0000000..afe8f3a --- /dev/null +++ b/fonts/BorgiaPro-Bold-webfont.svg @@ -0,0 +1,1574 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/BorgiaPro-Bold-webfont.ttf b/fonts/BorgiaPro-Bold-webfont.ttf new file mode 100755 index 0000000..9ca668c Binary files /dev/null and b/fonts/BorgiaPro-Bold-webfont.ttf differ diff --git a/fonts/BorgiaPro-Bold-webfont.woff b/fonts/BorgiaPro-Bold-webfont.woff new file mode 100755 index 0000000..a11fce2 Binary files /dev/null and b/fonts/BorgiaPro-Bold-webfont.woff differ diff --git a/fonts/BorgiaPro-BoldItalic-webfont.eot b/fonts/BorgiaPro-BoldItalic-webfont.eot new file mode 100755 index 0000000..b0968ea Binary files /dev/null and b/fonts/BorgiaPro-BoldItalic-webfont.eot differ diff --git a/fonts/BorgiaPro-BoldItalic-webfont.svg b/fonts/BorgiaPro-BoldItalic-webfont.svg new file mode 100755 index 0000000..7f96be1 --- /dev/null +++ b/fonts/BorgiaPro-BoldItalic-webfont.svg @@ -0,0 +1,1567 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/BorgiaPro-BoldItalic-webfont.ttf b/fonts/BorgiaPro-BoldItalic-webfont.ttf new file mode 100755 index 0000000..dd8ef66 Binary files /dev/null and b/fonts/BorgiaPro-BoldItalic-webfont.ttf differ diff --git a/fonts/BorgiaPro-BoldItalic-webfont.woff b/fonts/BorgiaPro-BoldItalic-webfont.woff new file mode 100755 index 0000000..524882a Binary files /dev/null and b/fonts/BorgiaPro-BoldItalic-webfont.woff differ diff --git a/fonts/BorgiaPro-Italic-webfont.eot b/fonts/BorgiaPro-Italic-webfont.eot new file mode 100755 index 0000000..b30c280 Binary files /dev/null and b/fonts/BorgiaPro-Italic-webfont.eot differ diff --git a/fonts/BorgiaPro-Italic-webfont.svg b/fonts/BorgiaPro-Italic-webfont.svg new file mode 100755 index 0000000..f43f908 --- /dev/null +++ b/fonts/BorgiaPro-Italic-webfont.svg @@ -0,0 +1,1611 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/BorgiaPro-Italic-webfont.ttf b/fonts/BorgiaPro-Italic-webfont.ttf new file mode 100755 index 0000000..894dd52 Binary files /dev/null and b/fonts/BorgiaPro-Italic-webfont.ttf differ diff --git a/fonts/BorgiaPro-Italic-webfont.woff b/fonts/BorgiaPro-Italic-webfont.woff new file mode 100755 index 0000000..7e7ca34 Binary files /dev/null and b/fonts/BorgiaPro-Italic-webfont.woff differ diff --git a/fonts/BorgiaPro-Regular-webfont.eot b/fonts/BorgiaPro-Regular-webfont.eot new file mode 100755 index 0000000..9d25713 Binary files /dev/null and b/fonts/BorgiaPro-Regular-webfont.eot differ diff --git a/fonts/BorgiaPro-Regular-webfont.svg b/fonts/BorgiaPro-Regular-webfont.svg new file mode 100755 index 0000000..20751cd --- /dev/null +++ b/fonts/BorgiaPro-Regular-webfont.svg @@ -0,0 +1,1594 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/BorgiaPro-Regular-webfont.ttf b/fonts/BorgiaPro-Regular-webfont.ttf new file mode 100755 index 0000000..4b343d2 Binary files /dev/null and b/fonts/BorgiaPro-Regular-webfont.ttf differ diff --git a/fonts/BorgiaPro-Regular-webfont.woff b/fonts/BorgiaPro-Regular-webfont.woff new file mode 100755 index 0000000..1fe2e0a Binary files /dev/null and b/fonts/BorgiaPro-Regular-webfont.woff differ diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100755 index 0000000..1cf86ab Binary files /dev/null and b/img/favicon.ico differ diff --git a/img/hamburger.svg b/img/hamburger.svg new file mode 100755 index 0000000..15622cd --- /dev/null +++ b/img/hamburger.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/logo-full-size.png b/img/logo-full-size.png new file mode 100755 index 0000000..cbcba2a Binary files /dev/null and b/img/logo-full-size.png differ diff --git a/img/logo.png b/img/logo.png new file mode 100755 index 0000000..3c7d504 Binary files /dev/null and b/img/logo.png differ diff --git a/img/office.jpg b/img/office.jpg new file mode 100755 index 0000000..3db302d Binary files /dev/null and b/img/office.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..79ffb2c --- /dev/null +++ b/index.html @@ -0,0 +1,78 @@ + + + + + + Public Defenders + + + + + + +
+ +
+ + + + +
+
+
+

Jefferson Associated Counsel

+

Public Defense Office for Jefferson County, Washington

+
+

+
+ +
+
+

About Us

+

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. Read more…

+
+ +
+

FAQ & Resources

+

Here are FAQ’s and useful resources. Read more…

+
+ +
+

Contact Us

+
624 Polk St
Port Townsend, WA
98368
(360) 385-5613
+

+ +

+
+
+
+ + + + diff --git a/pages/about.html b/pages/about.html new file mode 100644 index 0000000..5966ac8 --- /dev/null +++ b/pages/about.html @@ -0,0 +1,98 @@ + + + + + + Public Defenders + + + + + + +
+ +
+ + + +
+
+
+

About Us

+

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.

+
+ +
+

Jennifer Dempsey

+

Office Manager

+

Jennifer runs the office and provides invaluable para-legal support for our attorneys. She maintains and updates thousands of client files and legal correspondence, directs attorneys to appointments, drafts legal documents, answers the phones, and assists clients daily with non-legal issues. Her work keeps the Jefferson Associated Counsel team organized and running smoothly as a cohesive unit.

+
+ +
+

Bret Roberts

+

District Court Attorney

+

Bret's drive to deliver results for his clients is unparalleled in the local legal community. Ever since he started working at JAC in 2010, pre-dawn walkers and those delivering newspapers see a light reflecting on Polk Street from his upstairs office.

+
+ +
+

Nat Jacob

+

District Court Attorney

+

Fresh from Kalispell Montana, Nat began working at JAC in 2014. He enjoys connecting with his clients, who remind him of the community members he grew up with back home, and navigating their cases through trial if necessary.

+
+ +
+

Ben Critchlow

+

Superior Court Attorney

+

Founder of JAC and former director. Replaced in a brilliantly engineered coup by current director, Richard Davies. Grew up in Kennewick, Wa. and as a result identifies with clients who have desperate needs.

+
+ +
+

Scott Charlton

+

Superior Court, Juvenile, and Dependency Attorney

+

Scott uses his 20 years of experience as both a local prosecutor and defense attorney to the advantage of his clients. His drive for out door adventure brought him to this part of the country, which he balances with the meaningful work he finds in the courtroom.

+
+ +
+

Richard Davies

+

Director and Superior Court Attorney

+

Richard Davies has been defending the rights of people charged with crimes in Port Townsend and Jefferson County for over 20 years, as both a public defender and private attorney. His breadth of criminal defense experience includes dozens of felony and misdemeanor jury trials, and appeals before the Court of Appeals and the State Supreme Court.

+
+ +
+

Jack Range

+

Investigator

+

Jack works in both the office and in the community, combing the streets looking for evidence, canvassing for witnesses, doing interviews, and helping clients in times of need. He becomes involved with a client’s case from arraignment and serves as an instrumental part of the legal team all the way through trial.

+
+
+
+ + + + \ No newline at end of file diff --git a/pages/contact.html b/pages/contact.html new file mode 100644 index 0000000..adffb0a --- /dev/null +++ b/pages/contact.html @@ -0,0 +1,77 @@ + + + + + + Public Defenders + + + + + + +
+ +
+ + + +
+
+
+

Contact Us

+
+
+

Our Law Office

+

Email: jac@olympus.net
+ Phone: (360) 385-5613
+ Fax: (360) 385-4012 +

+
624 Polk Street
+ Port Townsend, WA 98368
+ get directions → +
+
+ +
+

Jefferson County Courthouse

+

District Court: (360) 385-9135
+ Superior Court: (360) 385-9125 +

+
1820 Jefferson Street
+ Port Townsend, WA 98368
+ get directions → +
+
+
+
+ + + + \ No newline at end of file diff --git a/pages/resources.html b/pages/resources.html new file mode 100644 index 0000000..feac09c --- /dev/null +++ b/pages/resources.html @@ -0,0 +1,118 @@ + + + + + + Public Defenders + + + + + + +
+ +
+ + + +
+
+
+

FAQ’s

+

These are the most common questions we get.

+
+ +
+

How do I get a Public Defender?

+

Fill out a Indigency Screening Form and turn it in to the Superior Court Clerk's office if you are charged with a felony crime, or the District Court Clerk's office if you are charged with a misdemeanor crime. If you qualify, they will contact Jennifer, our office manager, and she will assign a lawyer to your case.

+
+ +
+

I have a warrant out for my arrest, so how do I quash (terminate) it?

+ +

For a felony warrant out of Superior Court:

+

You can post the bail in person, or through a bail bondsman, at the Jefferson County Superior Court Clerk's Office. Alternatively, turn yourself in at the jail by 8AM and you will likely have a hearing the same day.

+

*The Judge may decide to set a higher bail at your hearing, so you may remain in jail if you cannot post the new amount.

+ +

For a misdemeanor warrant out of District Court:

+
    +
  1. Show up to the Friday "Warrant Quash" Calendar at District Court before 10 AM with $100 and a photo ID. Pay the District Court Clerk's Office and they will put you on the calendar. You can only do this one time per criminal charge.
  2. +
  3. Alternatively you can pay the full amount of bail to the District Court Clerk, at any time, in person or through a bail bond company.
  4. +
+

*Remember, although the Judge sometimes offers cash bail (10% of the bail bond amount), this is not the rule, so you may be arrested on the spot for not having the entire bail bond amount. Call our office to find out your bail amount.

+
+ +
+

When is my next court date?

+

Find My Court Date

+

To verify, call our office, or the correct Clerk’s Office.

+
+
+ +
+
+

Resources

+
+ +
+

Jefferson County District Court Clerk’s Office

+

(360) 385-9135

+
+ +
+

Jefferson County Superior Court Clerk’s Office

+

(360) 385-9125

+
+ +
+

Diversion

+

Friendship Diversion

+
2011 Water Street
Port Townsend, WA 98368
(360) 379-9482
+
+ +
+

Bail Bonds

+

Signature Bail Bonds

+

(888) 694-6008

+

All-Pro Bail Bonds

+

(866) 966-2245

+
+ +
+

Civil Legal Aid (Divorce, Child Custody, Tenant Rights, Foreclosure, etc.)

+

Northwest Justice Project

+

(888) 201-1014

+
+
+
+ + + + \ No newline at end of file diff --git a/src/index.js b/src/index.js new file mode 100755 index 0000000..73f179f --- /dev/null +++ b/src/index.js @@ -0,0 +1,48 @@ +(function () { + var html = document.querySelector('html'); + + // Defer image loading till last. + function init() { + var imgDefer = document.getElementsByTagName('img'); + for (var i = 0; i < imgDefer.length; i++) { + if (imgDefer[i].getAttribute('data-src')) { + imgDefer[i].setAttribute('src', imgDefer[i].getAttribute('data-src')); + } + } + } + + // When the DOM is ready it'll execute fn(). + function ready(fn) { + if (document.readyState != 'loading'){ + fn(); + } else { + document.addEventListener('DOMContentLoaded', fn); + } + } + + window.onload = init; + + ready(function () { + var showNavButton = document.getElementById('show-nav'); + var nav = document.querySelector('aside'); + var className = 'is-shown'; + + showNavButton.addEventListener('click', function (e) { + + // Toggle class: "is-shown". + if (nav.classList) { + nav.classList.toggle(className); + } else { + var classes = nav.className.split(' '); + var existingIndex = classes.indexOf(className); + + if (existingIndex >= 0) + classes.splice(existingIndex, 1); + else + classes.push(className); + + nav.className = classes.join(' '); + } + }); + }); +})(); \ No newline at end of file