This repository was archived by the owner on Nov 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
209 lines (205 loc) · 10.4 KB
/
index.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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width"/>
<meta name="google-translate-customization" content="c70f6f0db4adc90c-dc195a29c9c63a96-g56fa40f8499b9b78-15"></meta>
<title>ESL Courses in Dayton, Ohio</title>
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<script type="text/javascript" src="assets/js/handlebars-v1.3.0.js"></script>
<script type="text/javascript" src="assets/js/jquery-2.1.0.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/grids.js"></script>
<script type="text/javascript" src="vendor/tabletop/src/tabletop.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
<script id="class-template" type="text/x-handlebars-template">
<li id="{{id}}" class="class-entry col-xs-12 col-sm-12 col-md-12 col-lg-6 col-equal-height">
<table>
<tr>
<h3 class="class-entry"><strong>{{name}}</strong></h3>
</tr>
<tr class="entry-row">
<p class="class-entry">
<td class="icon-spacer"><span class="glyphicon glyphicon-map-marker"></span></td>
<td><p>{{address}}</p></td>
</p>
</tr>
{{#if address2}}
<tr class="entry-row">
<p class="class-entry">
<td class="icon-spacer"></td>
<td><p>{{address2}}</p></td>
</p>
</tr>
{{/if}}
<tr class="entry-row">
<p class="class-entry">
<td class="icon-spacer"></td>
<td><p>{{city}}, {{state}} {{zip}}</p></td>
</p>
</tr>
{{#if time}}
<tr>
<p class="class-entry">
<td class="icon-spacer"><span class="glyphicon glyphicon-time"></span></td>
<td><p>{{time}}</p></td>
</p>
</tr>
{{/if}}
{{#if contact}}
<tr>
<p class="class-entry">
<td class="icon-spacer"><span class="glyphicon glyphicon-user"></span></td>
<td><p>{{contact}}</p></td>
</p>
</tr>
{{/if}}
{{#if email}}
<tr>
<p class="class-entry">
<td class="icon-spacer"><span class="glyphicon glyphicon-envelope"></span></td>
<td><p><a href="mailto:{{email}}">{{email}}</a></p></td>
</p>
</tr>
{{/if}}
{{#if phone}}
<tr>
<p class="class-entry">
<td class="icon-spacer"><span class="glyphicon glyphicon-earphone"></span></td>
<td><p><a href="tel:{{phone}}">{{phone}}</a></p></td>
</p>
</tr>
{{/if}}
<tr>
<p class="class-entry">
<td class="icon-spacer"></td>
<td><p>Open Enrollment: {{open_enrollment}}</p></td>
</p>
</tr>
<tr>
<p class="class-entry">
<td class="icon-spacer"></td>
<td><p>Childcare Available: {{childcare}}</p></td>
</p>
</tr>
<tr>
<p class="class-entry">
<td class="icon-spacer"></td>
<td><p>Skill Level: {{skill_level}}</p></td>
</p>
</tr>
</table>
</li>
</script>
<script type="text/javascript">
window.onload = loadScript;
</script>
</head>
<body>
<div role="navigation" class="navigation container-fluid">
<div class="col-lg-6">
<div><a href="#map-canvas">ESOL Courses in Dayton, Ohio</a></div>
</div>
<div class="nav-options col-lg-6 row">
<div class="col-xs-3"><a href="#map-canvas">Map</a></div>
<div class="col-xs-3"><a href="#filter-container">Filter</a></div>
<div class="col-xs-3"><a href="#list-container">Classes</a></div>
<div class="col-xs-3"><a href="#about">About</a></div>
</div>
</div>
<div id="map-canvas"></div>
<input id="pac-input" class="controls" type="text" placeholder="Search Box">
<div class="container-fluid">
<div class="row">
<div id="filter-container" class="col-xs-12 jumbotron">
<div id="walkin-filter" class="row">
<div class="col-xs-12"><h2>Filter</h2></div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-monday" type="checkbox" value="monday">Monday</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-tuesday" type="checkbox" value="tuesday">Tuesday</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-wednesday" type="checkbox" value="wednesday">Wednesday</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-thursday" type="checkbox" value="thursday">Thursday</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-friday" type="checkbox" value="friday">Friday</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-morning" type="checkbox" value="morning">Morning</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-evening" type="checkbox" value="evening">Evening</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-walkin" type="checkbox" value="walkin">Only Walk-ins Welcome?</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-childcare" type="checkbox" value="childcare">Childcare Available</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-level1" type="checkbox" value="level1">Skill Level - Basic</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-level2" type="checkbox" value="level2">Skill Level - Intermediate</div>
<div class="col-xs-6 col-sm-4 col-lg-2"><input id="chk-level3" type="checkbox" value="level3">Skill Level - Advanced</div>
</div>
</div>
<div id="list-container" class="col-xs-12 jumbotron">
<div class="row">
<h2>Classes<h2>
<ul id="class-list" class="row"></ul>
</div>
</div>
<div id="about" class="jumbotron col-xs-12">
<h2>About</h2>
<p>Project READ is the primary ESOL [English for Speakers of Other Languages] referral source in Dayton. By calling the referral hotline, one can be referred to an ESOL class based on time preference, child care availability, location/bus route, and skill level. One doesn’t need to speak English in order to access the hotline- interpretation is available for free. The hotline also has free telephonic interpretation available to limited English proficient (LEP) callers.
<strong>To take advantage of this support service, contact the Project READ Helpline at <a href="tel:+19374617323">(937) 461-7323</a>.</strong>
</p>
<div class="row">
<div class="col-xs-12 col-sm-4 col-sm-offset-8">
<div class="btn-group">
<a href="#" class="btn btn-lg btn-success"
data-uv-trigger
data-uv-contact-title="Thank you for the feedback! How can we improve the site?">
<span class="glyphicon glyphicon-thumbs-up icon-white"></span>
</a>
<a href="#" class="btn btn-lg btn-info"
data-uv-trigger>
<span class="glyphicon glyphicon-comment icon-white"></span>
</a>
<a href="#" class="btn btn-lg btn-danger"
data-uv-trigger
data-uv-contact-title="We're sorry. How can we improve?">
<span class="glyphicon glyphicon-thumbs-down icon-white"></span>
</a>
</div>
</div>
<br/>
<div class="col-xs-12 col-sm-4 col-sm-offset-8">
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
</div>
<br/>
<div class="row">
<div class="col-xs-2 col-sm-1 col-sm-offset-3 col-md-1 col-md-offset-4">
<a href="//codefordayton.org">
<img class="img-responsive" src="assets/images/captain.png" alt="Designed with love by Code For Dayton">
</a>
</div>
<div class="col-xs-10 col-sm-4 col-md-3">
<h6>Designed with love by <a href="//codefordayton.org">Code For Dayton</h6>
</div>
</div>
</div>
</div>
</div>
<script>
UserVoice=window.UserVoice||[];(function(){var uv=document.createElement('script');uv.type='text/javascript';uv.async=true;uv.src='//widget.uservoice.com/tuzEucnb54k6dfIcYqdePA.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv,s)})();
UserVoice.push(['set', {
accent_color: '#448dd6',
trigger_color: 'white',
trigger_background_color: 'rgba(46, 49, 51, 0.6)',
smartvote_enabled: false,
post_idea_enabled: false
}]);
</script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49480678-1', 'codefordayton.org');
ga('send', 'pageview');
</script>
</body>
</html>