-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1720 from wittejm/jw/remove-WorkSource-from-provi…
…ders remove WorkSource from partners
- Loading branch information
Showing
2 changed files
with
0 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1600,135 +1600,6 @@ Array [ | |
</a> | ||
</div> | ||
</li> | ||
<li | ||
className="bt bw2 b--lightest-blue1" | ||
> | ||
<button | ||
aria-controls="accordion-panel-WorkSource Oregon" | ||
aria-expanded={false} | ||
className="flex-ns w-100 relative navy hover-blue pv3 ph3" | ||
onClick={[Function]} | ||
onKeyDown={[Function]} | ||
> | ||
<span | ||
className="w-70 db pr3 mb2 mb0-ns" | ||
> | ||
WorkSource Oregon | ||
</span> | ||
<span | ||
className="w-30 pr3" | ||
> | ||
Roseburg | ||
</span> | ||
<span | ||
className="absolute top-0 right-0 pt3 ph3" | ||
> | ||
<span | ||
aria-hidden="true" | ||
className="pt0 pl0 fas fa-angle-down" | ||
/> | ||
</span> | ||
</button> | ||
<div | ||
className="bl bw2 f5 b--blue pv3 ph3 mb3 ml3" | ||
hidden={true} | ||
id="accordion-panel-WorkSource Oregon" | ||
> | ||
<ul | ||
className="list mb2" | ||
> | ||
<li | ||
className="flex-ns mb3" | ||
> | ||
<span | ||
className="w10rem db fw6 mr3" | ||
> | ||
Locations | ||
</span> | ||
<span> | ||
Southern Oregon | ||
</span> | ||
</li> | ||
<li | ||
className="flex-ns mb3" | ||
> | ||
<span | ||
className="w10rem db fw6 mr3" | ||
> | ||
Income Restrictions | ||
</span> | ||
<span> | ||
None | ||
</span> | ||
</li> | ||
<li | ||
className="flex-ns mb3" | ||
> | ||
<span | ||
className="w10rem db fw6 mr3" | ||
> | ||
Analysis Cost | ||
</span> | ||
<span> | ||
Free | ||
</span> | ||
</li> | ||
<li | ||
className="flex-ns mb3" | ||
> | ||
<span | ||
className="w10rem db fw6 mr3" | ||
> | ||
Paperwork Cost | ||
</span> | ||
<span> | ||
Free | ||
</span> | ||
</li> | ||
</ul> | ||
<p | ||
className="mw6 lh-copy mb3" | ||
> | ||
The majority of court fees are subject to waiver for income-qualified individuals who complete the waiver form. | ||
<a | ||
className="link hover-blue bb" | ||
href="/manual#filepaperwork" | ||
onClick={[Function]} | ||
> | ||
Learn More | ||
</a> | ||
</p> | ||
<hr | ||
className="bt b--black-05 mb3" | ||
/> | ||
<p | ||
className="fw6 mb3" | ||
> | ||
Contact | ||
</p> | ||
<ul | ||
className="list mb3" | ||
> | ||
<li | ||
className="mb3" | ||
> | ||
Therese Roche | ||
</li> | ||
<li | ||
className="mb3" | ||
> | ||
[email protected] | ||
</li> | ||
</ul> | ||
<a | ||
className="link hover-blue bb" | ||
href="https://worksourceoregon.org/" | ||
> | ||
https://worksourceoregon.org/ | ||
</a> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<span | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,19 +142,6 @@ const currentPartners = [ | |
contacts: ["Drew Hastings", "[email protected]"], | ||
website: "https://www.linnbenton.edu", | ||
}, | ||
{ | ||
details: [ | ||
["Locations", "Southern Oregon"], | ||
["Income Restrictions", "None"], | ||
["Analysis Cost", "Free"], | ||
["Paperwork Cost", "Free"], | ||
], | ||
name: "WorkSource Oregon", | ||
area: "Roseburg", | ||
instructions: "Contact", | ||
contacts: ["Therese Roche", "[email protected]"], | ||
website: "https://worksourceoregon.org/", | ||
}, | ||
]; | ||
|
||
export default currentPartners; |