-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprop1.html
61 lines (50 loc) · 3.01 KB
/
prop1.html
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
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<!-- link the webpage's stylesheet -->
<link rel="stylesheet" href="propstyle.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;800&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<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=Koulen&display=swap" rel="stylesheet">
</head>
<body>
<script>
$(function(){
$("#nav-placeholder").load("directory.html");
})
</script>
<div id = "nav-placeholder">
</div>
<div class = "title_1">Prop 1</div>
<button class = "vote_button_pro">
<div class = "text_pro">Pros</div>
<div class = "text_pro_list"><li>Allocates annual funding to fix the mental health system, aiming to address the root cause and move people permanently off the streets and into treatment</li>
<li>Expands community-based mental health and addiction services</li>
<li>Favors treatment over incarceration for mentally ill individuals in the prison system</li>
<li>Allocates $1 billion to address homelessness, mental health, and substance abuse for over 10,000 homeless veterans</li>
</div>
</button>
<button class = "vote_button_con" >
<div class = "text_con">Cons</div>
<div class = "text_con_list"><li>Estimated cost of over $10 billion which may place a long-term burden on taxpayers through bond issuance</li>
<li>Past state actions have failed at reducing homelessness</li>
<li>Diverts funding from existing county level mental health services</li>
<li>Allocates two-thirds of funds to time-limited treatment beds rather than permanent housing</li>
<li>Forced treatment is ineffective and associated with higher suicide risks</li>
<li>Counteracts Mental Health Services Act by centralizing decision-making at state level, diminishing local control</li>
</div>
</button>
<button class = "vote_button_info" >
<div class = "text_info_main">Main</div>
<div class = "text_info_points">Points</div>
<div class = "text_info_list"><li>Renames the Mental Services Act to the Behavioral Health Services Act</li>
<li>Expands services to include substance use disorders</li>
<li>Requires 30% of the Behavioral Health Services Fund to be allocated to housing intervention programs</li>
<li>Issues $6.38 billion in bonds to fund housing for homeless individuals and veterans, especially for mental health care and drug/alcohol treatment facilities</li>
</div>
<img class="bill" src="./images/5b940cd2-00ec-4717-a7fc-e056ff3c8000 2.png" alt="Image">
</button>
</body>
</html>