-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (286 loc) · 15.6 KB
/
index.html
File metadata and controls
322 lines (286 loc) · 15.6 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
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!DOCTYPE html>
<html lang="en">
<head>
<title>PLUS - Personalized Learning Squared</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="main.js"></script>
<!--custom css-->
<link href="index.css" rel="stylesheet" />
<link href="general.css" rel="stylesheet" />
<link href="other-pages.css" rel="stylesheet" />
<script>
$(function(){ $("head").load("head.html", function() { pageNavSetup(); }); });
</script>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.10.0/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.10.0/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyDhcDW4WJZbuxSfUI37WSN3z4NQTnZvyMI",
authDomain: "tutors-plus-static-site-617b8.firebaseapp.com",
projectId: "tutors-plus-static-site-617b8",
storageBucket: "tutors-plus-static-site-617b8.appspot.com",
messagingSenderId: "266575603137",
appId: "1:266575603137:web:bfc6109ecec9f234c47b40",
measurementId: "G-58J9JFB22Q"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
</head>
<body>
<div id="content" style="display: none;">
<div id="banner"></div>
<div id="header" class="sticky-top"></div>
<div class="container-fluid p-0 position-relative">
<img class="img-fluid d-lg-none d-block" src="images/PLUS_Website_illustration/Landing page/website_mobile_illustration.png">
<img class="img-fluid d-none d-lg-block" src="images/PLUS_Website_illustration/Landing page/website_desktop_illustration.png">
<div class="container top-banner-text ml-5 mb-lg-0 mb-5 pl-md-5" style="width:60%">
<h1>
Personalized learning can be life changing...
</h1>
<h3 class="mt-md-5 pt-2">Improving the learning outcomes for marginalized students by "squaring" the power of both human and computer tutoring.</h3>
</div>
</div>
<div id="gradient-bg" class="container-fluid gradient-bg" style="background-image:url(images/bgs/index_bg-min.png)">
<div class="container row px-5 pt-5 mx-auto">
<h1>
What is PLUS?
</h1>
</div>
<div class="container px-5 mx-auto mt-3 pt-3">
<p class="body-font-small">
PLUS is software designed to improve learning outcomes for K-12 students by combining the power and benefits of both human and computer tutoring. The PLUS system uses research-driven mentor training along with artificial intelligence software designed to improve mentor efficiency. By syncing with students' existing math learning software, PLUS provides mentors with personalized resources with a click of a button.
</p>
</div>
<div class="container px-5 mx-auto mt-2">
<div class="py-5">
<div class="embed-responsive embed-responsive-21by9 position-relative" style="z-index: 2">
<iframe title="PLUS Overview Video" class="embed-responsive-item" src="https://youtube.com/embed/oSX1eZ7n78I" frameborder="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="container px-5 mx-auto mt-5 pt-5">
<h2 class="mt-5 t-grey">Our Offerings</h2>
</div>
<div class="container px-5 mx-auto">
<div class="row x-0 pb-5 py-4 px-lg-5 text-center">
<div class="col-md mx-4 p-3 home-offering-content thick-border">
<a href="training.html">
<img class="img-fluid" src="images/PLUS_Website_illustration/Training/Frame 7.svg">
<h2>
Training
</h2>
<p>
Continuous, on-the-job professional development for mentors, teachers, and caregivers
</p>
</a>
</div>
<div class="col-md mx-4 p-3 mt-md-0 mt-5 home-offering-content thick-border">
<a href="toolkit.html">
<img class="img-fluid" src="images/PLUS_Website_illustration/Toolkit/Frame 7-1.svg">
<h2>
Toolkit
</h2>
<p>
Resource assistance and culturally responsive training to identify learner challenges
</p>
</a>
</div>
<div class="col-md mx-4 p-3 mt-md-0 mt-5 home-offering-content thick-border">
<a href="tutoring.html">
<img class="img-fluid" src="images/PLUS_Website_illustration/Tutoring/Frame 7-2.svg">
<h2>
Tutoring
</h2>
<p>
Recommended resources and supports based on individual student's needs
</p>
</a>
</div>
</div>
</div>
<div class="container px-5 mx-auto mt-5 pt-5">
<div>
<h2 class="mt-5 t-grey">
Our Impact
</h2>
</div>
</div>
<div class="container">
<div class="row x-0 py-5 px-lg-5 text-center">
<div class="col-md-4">
<h1 class="font-weight-bold m-yellow">15</h1>
<h3>institutions</h3>
<h1 class="font-weight-bold mt-5 m-yellow">400+</h1>
<h3>mentors</h3>
</div>
<div class="col-md-3 col-sm-6 mx-auto">
<img alt="cartoon globe with a magnifying glass over it" src="images/map.png" class="img-fluid" style="max-height:25rem;"/>
</div>
<div class="col-md-4">
<h1 class="font-weight-bold m-yellow">1000+</h1>
<h3>students</h3>
<h1 class="font-weight-bold mt-5 m-yellow">6</h1>
<h3>ed-tech<br/>integrations</h3>
</div>
</div>
</div>
<div class="container-fluid">
<a href="https://www.ielassoc.org/past-winners" target="_blank" class="text-decoration-none text-reset">
<div class="container row p-5 mx-auto mt-3" style="border-top: 0.3px solid #545454;">
<div class="col-3 p-0"><img class="img-fluid float-left" src="images/research/iela_certificatee.png" style="width:70%" alt="iela certificate"></div>
<div class="col col-md-9 p-0 my-auto">
<h3>
Recognized by The International E-Learning Association
</h3>
<p class="mt-5">Gold in Performance Support Experience</p>
</div>
</div>
</a>
</div>
<div class="container px-5 mx-auto mt-md-5 pt-5">
<h2 class="mt-5 t-grey">Helping both Tutors and Students</h2>
<h3 class="mt-3 t-grey">Tutor Benefits</h3>
<div class="row x-0 py-5 px-0">
<div class="col-md-4">
<img src="images/PLUS_Website_illustration/Landing page/Group 336.svg">
<p class="body-font-small pt-5">
Continuous, on-the-job professional development for mentors, teachers, and caregivers
</p>
</div>
<div class="col-md-4">
<img src="images/PLUS_Website_illustration/Landing page/Group 335.svg">
<p class="body-font-small pt-5">
Resource assistance and culturally responsive training to identify learner challenges
</p>
</div>
<div class="col-md-4">
<img src="images/PLUS_Website_illustration/Landing page/Group 332.svg">
<p class="body-font-small pt-5">
Recommended resources and supports based on individual student's needs
</p>
</div>
</div>
<h3 class="mt-3 t-grey">Student Benefits</h3>
<div class="row x-0 py-5 px-0">
<div class="col-md-4">
<img src="images/PLUS_Website_illustration/Landing page/Group 338.svg">
<p class="body-font-small pt-5">
Individualized resources based on student's math performance, progress, and effort goals
</p>
</div>
<div class="col-md-4">
<img src="images/PLUS_Website_illustration/Landing page/Group 334.svg">
<p class="body-font-small pt-5">
Recommended supports to ensure social, emotional, and overall well-being
</p>
</div>
<div class="col-md-4">
<img src="images/PLUS_Website_illustration/Landing page/Group 337.svg">
<p class="body-font-small pt-5">
Equity assurance through culturally responsive mentor training and AI-technology
</p>
</div>
</div>
</div>
<div class="container px-5 mx-auto my-5 pt-5">
<h2 class="mt-5 pb-5 t-grey">Students, Educators, and Caregivers Love Our Products</h2>
<div class="row">
<div id="quote-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item py-4 active">
<div class="container-fluid">
<div class="row px-5 px-md-0">
<div class="carousel-text-area col-lg-8 col-md-10 p-lg-5 p-sm-0 mx-auto" >
<p class="body-font-small">"I like using the "Parent Engagement" resource because that is one of the bigger problems I have in my district. It is a great resource that provides me with new/creative ideas on how to engage parents with their child's academics."</p>
<br>
<h3 class="text-right">- Parent</h3>
</div>
</div>
</div>
</div>
<div class="carousel-item py-4">
<div class="container-fluid">
<div class="row px-5 px-md-0">
<div class="carousel-text-area col-lg-8 col-md-10 p-lg-5 p-sm-0 mx-auto">
<p class="body-font-small">"I have fallen in love with the Resource Assistant. I often feel like I don't know how to help my students. Having motivational videos, conversation guides and research will enrich my intervention time <br> tremendously."</p>
<br>
<h3 class="text-right">- After-school Tutor</h3>
</div>
</div>
</div>
</div>
<div class="carousel-item py-4">
<div class="container-fluid">
<div class="row px-5 px-md-0">
<div class="carousel-text-area col-lg-8 col-md-10 p-lg-5 p-sm-0 mx-auto">
<p class="body-font-small">"I like this resource (Math Pedagogical Knowledge) because I have a teaching background. It gives me different ideas and techniques to make my own personal instruction more engaging for students to promote growth."</p>
<br>
<h3 class="text-right">- Mentor</h3>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#quote-carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#quote-carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="container px-5 mx-auto mt-5 py-5">
<h2 class="t-grey">We partner with</h2>
<div class="row py-4 mb-5 px-lg-5 px-md-2 ed-tech-images justify-content-around">
<div class="col-md-3">
<a href="https://www.cue.pitt.edu/" target="_blank" class="mx-auto">
<img alt="Center for Urban Education Logo" src="images/partner_logos/cue.png" class="img-fluid mb-3 mb-md-0 px-4 px-md-0" />
</a>
</div>
<div class="col-md-3 mt-md-0 pt-md-0 mt-5 pt-5">
<a href="https://upchieve.org/" target="_blank" class="mx-auto">
<img alt="UPchieve Logo" src="images/partner_logos/upchieve.png" class="img-fluid mb-3 mb-md-0" />
</a>
</div>
<div class="col-md-3 mt-md-0 pt-md-0 mt-5 pt-5">
<a href="https://hcvpgh.org/" target="_blank" class="mx-auto">
<img alt="Homewood Children's Village Logo" src="images/partner_logos/homewood-childrens-village.png" class="img-fluid mb-3 mb-md-0" />
</a>
</div>
</div>
</div>
</div>
<div class="py-5" style="background: #FDC247; width:100%">
<div class="text-center">
<h1 class="mt-4 pb-4 text-center">
Join Us and Get Involved!
</h1>
<p >
If you are interested in our solutions, contact us <br>to become our partner, a learner, or tutor.
</p>
<div class="py-2 contact-button">
<a href="contact.html">
<button class="btn-primary py-2 px-5" type="button">
Contact Us
</button>
</a>
</div>
</div>
</div>
<div id="footer"></div>
</div>
<script>
getScrollPercentage();
</script>
</body>
</html>