-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
165 lines (149 loc) · 7.72 KB
/
about.html
File metadata and controls
165 lines (149 loc) · 7.72 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<html>
<head >
<!-- GOOGLE ANALYTICS EVENTS -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108809105-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108809105-1');
</script>
<!-- GOOGLE ANALYTICS GENERAL -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-108809105-1', 'auto');
ga('send', 'pageview');
</script>
<!-- RED ICONS -->
<script src="https://use.fontawesome.com/7a4d9a6531.js"></script>
<!-- ANGULAR -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular-route.js"></script>
<script type="text/javascript" src="js/root.js"></script>
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- STYLE SHEET -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- NAV BAR -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div id="container">
<div id="header"></div>
<div class="row">
<div class="about">
<div class="col-sm-3"></div>
<div class="col-sm-6">
<h2>What is Access California?</h2>
<p>Access California helps you find out if you're eligible for public programs with one simple form. Currently we help determine if you're eligible for:</p>
</div>
<div class="col-sm-3"></div>
</div>
</div>
<div class="row">
<div class="about">
<div class="col-sm-3"></div>
<div class="col-sm-2">
<div class="programSupported">
<i class="fa fa-4x fa-shopping-basket redicon"></i>
<br>
<p style="font-weight: 600">CalFresh</p>
<p>Get money to help put food on the table</p>
<br>
<input class="button" type="button" value="Learn More" onclick="window.open('programs/calfresh.html')"/>
</div>
</div>
<div class="col-sm-2">
<div class="programSupported">
<i class="fa fa-4x fa-heartbeat redicon"></i>
<br>
<p style="font-weight: 600">MediCal</p>
<p>Get insurance to help you stay healthy</p>
<br>
<input class="button" type="button" value="Learn More" onclick="window.open('programs/medical.html')"/>
</div>
</div>
<div class="col-sm-2">
<div class="programSupported">
<i class="fa fa-4x fa-usd redicon"></i>
<br>
<p style="font-weight: 600">CalWORKS</p>
<p>Get cash for housing, food and more</p>
<br>
<input class="button" type="button" value="Learn More" onclick="window.open('programs/calworks.html')"/>
</div>
</div>
<div class="col-sm-3"></div>
</div>
</div>
<div class="row">
<div class="about">
<div class="col-sm-3"></div>
<div class="col-sm-2">
<div class="programSupported">
<i class="fa fa-4x fa-graduation-cap redicon"></i>
<br>
<p style="font-weight: 600">Head Start</p>
<p>Get your child on the right track</p>
<br>
<input class="button" type="button" value="Learn More" onclick="window.open('programs/headstart.html')"/>
</div>
</div>
<div class="col-sm-2">
<div class="programSupported">
<i class="fa fa-4x fa-wheelchair redicon"></i>
<br>
<p style="font-weight: 600">SSI</p>
<p>Get cash for housing, food and clothing</p>
<br>
<input class="button" type="button" value="Learn More" onclick="window.open('programs/supplementalsecurityincome.html')"/>
</div>
</div>
<div class="col-sm-2">
<div class="programSupported">
<i class="fa fa-4x fa-file-text-o redicon"></i>
<br>
<p style="font-weight: 600">EITC</p>
<p>Get a refund or reduce your taxes</p>
<br>
<input class="button" type="button" value="Learn More" onclick="window.open('programs/earnedincometaxcredit.html')"/>
</div>
</div>
<div class="col-sm-3"></div>
</div>
</div>
<div class="row">
<div class="about">
<div class="col-sm-3"></div>
<div class="col-sm-6">
<h2>Who is Access California for?</h2>
<p>Access California is for anyone who lives in California! More than 1/3 of people who are eligible for CalFresh aren't receiving benefits. So even if you don't <i>think</i> you'll be eligible for public programs, it never hurts to check.</p>
</div>
<div class="col-sm-3"></div>
</div>
</div>
<div class="row">
<div class="about">
<div class="col-sm-3"></div>
<div class="col-sm-6">
<h2>Why Access California?</h2>
<p>Public programs like CalFresh can be really hard to navigate - like <i>really</i> hard. Different sources provide different information about eligibility requirements. Applications are long and confusing. Websites are clunky and not mobile friendly. We want to help change that.</p>
</div>
<div class="col-sm-3"></div>
</div>
</div>
<br>
<div id="footer"></div>
</div>
<script>
$("#header").load("../header.html");
$("#footer").load("../footer.html");
</script>
</body>
</html>