-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (43 loc) · 3.33 KB
/
index.html
File metadata and controls
56 lines (43 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Adam Logan</title>
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet">
</head>
<body>
<h1>Bills Tracked in 2025 Oregon Regular Legislature Session</h1>
<h2><a href="#deaf-bills">Deaf Bills</a></h2>
<h3><a href="https://docs.google.com/document/d/1SxztYL9L6kA6bBHmV2YSY3Nv7alyyAbEpNdqAJYjFlY/edit?usp=sharing" target="_blank">SB 731</a></h3>
<p>Requires public employer employment policies to provide for a pay differential for sign language skills in the same manner that pay differentials are provided for other bilingual or multilingual skills.</p>
<h3><a href="https://docs.google.com/document/d/1h7yKgSWMp9NWDrNAUV9UoxgJRik5YVqSDc39p8ZDlko/edit?usp=sharing" target="_blank">SB 950</a></h3>
<p>Allows the State Board of Sign Language Interpreters to establish by rule criteria for the issuance of a supervisory sign language interpreter license or sign language interpreter license by endorsement.</p>
<h3><a href="https://docs.google.com/document/d/1hy2ER03ffkhM0ScaIrJw0dX7RTU_lVCAgKwjUOOE7uI/edit?usp=sharing" target="_blank">HB 2133</a></h3>
<p>This Act makes a program to assess and track the language development milestones of kids that are deaf or hard of hearing.</p>
<h3><a href="https://docs.google.com/document/d/12wPR_Nft7_dJyO34BM0EQItBQ4gzXuJTXvp2BSE4HRY/edit?usp=drive_link" target="_blank">HB 3038</a></h3>
<p>Provides that children who have a 504 Plan or who are deaf, hard of hearing or deaf-blind may attend the Oregon School for the Deaf.</p>
<h2><a href="#general-disability-bills">General Disability Bills</a></h2>
<h3><a href="https://docs.google.com/document/d/1hf1qXHkxLbp2M0YrEjmL5jyMmpQSMvH4XPGQsM92Cto/edit?usp=drive_link" target="_blank">SB 20</a></h3>
<p>Requires the Department of Human Services to administer a program to provide medical assistance to employed individuals with disabilities without regard to the individuals' income or resources.</p>
<h3><a href="https://docs.google.com/document/d/1N0G8UkAxqWavrsEEOi59DQfQ_eCY3eLA05Rdw_BBlXk/edit?usp=drive_link" target="_blank">HB 2957</a></h3>
<p>Prohibits employers from entering into agreements that shorten the statute of limitations with respect to violations over which the Bureau of Labor and Industries has enforcement authority.</p>
<!--<h2><a href="environment-bills">Environment Bills</a></h2>
<h3>HB 2679</h3>
<p>Directs the State Department of Agriculture to classify certain pesticides containing neonicotinoids as restricted-use.</p>
-->
<hr>
<ul class="acronym-list">
<li><h3>Acronym Dictionary</h3></li>
<li>SB – Senate Bill</li>
<li>HB – House Bill</li>
<li>Sen. – Senator</li>
<li>Rep. – Representative</li>
<li>Chair – Leader</li>
<li>Vice Chair – Leader's assistant, acts as chair when chair is absent.</li>
<li>LPRO – Legislative Policy & Research Office</li>
</ul>
</body>
</html>